Version packages (#3872)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-05-20 15:15:10 -07:00 committed by GitHub
parent 80f402f366
commit 0a2c30dd97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
46 changed files with 173 additions and 81 deletions

View File

@ -1,6 +0,0 @@
---
"@atproto/bsky": patch
"@atproto/api": patch
---
add `reqId` to feed interactions

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-client-browser-example": patch
---
Add `com.atproto.server.getSession` query.

View File

@ -1,5 +0,0 @@
---
"@atproto-labs/fetch-node": patch
---
Allow explicit `follow` mode in safe fetch wrap.

View File

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Allow access to `com.atproto.server.getSession` when authenticated using oauth credentials. Email info (`email`, `emailConfirmed`) will only be exposed if the credentials were issued with the `transition:email` scope.

View File

@ -1,5 +0,0 @@
---
"@atproto-labs/fetch-node": patch
---
Fix potential memory leak

View File

@ -1,5 +0,0 @@
---
"@atproto-labs/fetch-node": patch
---
Allow disabling the need for an explicit `redirect` mode

View File

@ -1,6 +0,0 @@
---
"@atproto/oauth-provider": patch
"@atproto-labs/fetch-node": patch
---
Remove dependency on the Public Suffix List

View File

@ -1,5 +0,0 @@
---
"@atproto-labs/pipe": patch
---
Allow first pipeline function to have more than one argument

View File

@ -1,7 +0,0 @@
---
"@atproto/oauth-provider-ui": patch
"@atproto/oauth-provider": patch
"@atproto/pds": patch
---
Add support for `transition:email` oauth scope

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-client-browser-example": patch
---
Allow configuration of loopback client id scope through query param

View File

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Use the PDS's hostname as fallback PDS "name" in the auth screen

View File

@ -1,5 +0,0 @@
---
"@atproto-labs/fetch": patch
---
Allow `follow` redirect mode, when explicitly set.

View File

@ -1,5 +1,11 @@
# @atproto/api
## 0.15.8
### Patch Changes
- [#3869](https://github.com/bluesky-social/atproto/pull/3869) [`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8) Thanks [@haileyok](https://github.com/haileyok)! - add `reqId` to feed interactions
## 0.15.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.15.7",
"version": "0.15.8",
"license": "MIT",
"description": "Client library for atproto and Bluesky",
"keywords": [

View File

@ -1,5 +1,15 @@
# @atproto/bsky
## 0.0.150
### Patch Changes
- [#3869](https://github.com/bluesky-social/atproto/pull/3869) [`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8) Thanks [@haileyok](https://github.com/haileyok)! - add `reqId` to feed interactions
- Updated dependencies [[`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`36dbd4155`](https://github.com/bluesky-social/atproto/commit/36dbd41551f74052a3f584719a1a7edd86eca201), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4)]:
- @atproto/api@0.15.8
- @atproto-labs/fetch-node@0.1.9
## 0.0.149
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/bsky",
"version": "0.0.149",
"version": "0.0.150",
"license": "MIT",
"description": "Reference implementation of app.bsky App View (Bluesky API)",
"keywords": [

View File

@ -1,5 +1,15 @@
# @atproto/dev-env
## 0.3.132
### Patch Changes
- Updated dependencies [[`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8), [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337), [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337), [`eab7c9fb8`](https://github.com/bluesky-social/atproto/commit/eab7c9fb8a9fed4017455ea06666c919aea61336)]:
- @atproto/bsky@0.0.150
- @atproto/api@0.15.8
- @atproto/pds@0.4.138
- @atproto/ozone@0.1.111
## 0.3.131
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/dev-env",
"version": "0.3.131",
"version": "0.3.132",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto-labs/did-resolver
## 0.1.13
### Patch Changes
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4)]:
- @atproto-labs/pipe@0.1.1
- @atproto-labs/fetch@0.2.3
## 0.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/did-resolver",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "DID resolution and verification library",
"keywords": [

View File

@ -1,5 +1,21 @@
# @atproto-labs/fetch-node
## 0.1.9
### Patch Changes
- [#3821](https://github.com/bluesky-social/atproto/pull/3821) [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow explicit `follow` mode in safe fetch wrap.
- [#3819](https://github.com/bluesky-social/atproto/pull/3819) [`36dbd4155`](https://github.com/bluesky-social/atproto/commit/36dbd41551f74052a3f584719a1a7edd86eca201) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fix potential memory leak
- [#3821](https://github.com/bluesky-social/atproto/pull/3821) [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow disabling the need for an explicit `redirect` mode
- [#3818](https://github.com/bluesky-social/atproto/pull/3818) [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove dependency on the Public Suffix List
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4)]:
- @atproto-labs/pipe@0.1.1
- @atproto-labs/fetch@0.2.3
## 0.1.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/fetch-node",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "SSRF protection for fetch() in Node.js",
"keywords": [

View File

@ -1,5 +1,14 @@
# @atproto-labs/fetch
## 0.2.3
### Patch Changes
- [#3821](https://github.com/bluesky-social/atproto/pull/3821) [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow `follow` redirect mode, when explicitly set.
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4)]:
- @atproto-labs/pipe@0.1.1
## 0.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/fetch",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Isomorphic wrapper utilities for fetch API",
"keywords": [

View File

@ -1,5 +1,12 @@
# @atproto-labs/handle-resolver-node
## 0.1.16
### Patch Changes
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`36dbd4155`](https://github.com/bluesky-social/atproto/commit/36dbd41551f74052a3f584719a1a7edd86eca201), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4)]:
- @atproto-labs/fetch-node@0.1.9
## 0.1.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/handle-resolver-node",
"version": "0.1.15",
"version": "0.1.16",
"license": "MIT",
"description": "Node specific ATProto handle to DID resolver",
"keywords": [

View File

@ -1,5 +1,12 @@
# @atproto-labs/identity-resolver
## 0.1.17
### Patch Changes
- Updated dependencies []:
- @atproto-labs/did-resolver@0.1.13
## 0.1.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/identity-resolver",
"version": "0.1.16",
"version": "0.1.17",
"license": "MIT",
"description": "A library resolving ATPROTO identities",
"keywords": [

View File

@ -1,5 +1,11 @@
# @atproto-labs/pipe
## 0.1.1
### Patch Changes
- [#3821](https://github.com/bluesky-social/atproto/pull/3821) [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow first pipeline function to have more than one argument
## 0.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/pipe",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"description": "Library for combining multiple functions into a single function.",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto/oauth-client-browser-example
## 0.0.4
### Patch Changes
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add `com.atproto.server.getSession` query.
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow configuration of loopback client id scope through query param
## 0.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-browser-example",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"description": "Example single page application app using ATPROTO OAuth",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto/oauth-client-browser
## 0.3.17
### Patch Changes
- Updated dependencies []:
- @atproto-labs/did-resolver@0.1.13
- @atproto/oauth-client@0.3.17
## 0.3.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-browser",
"version": "0.3.16",
"version": "0.3.17",
"license": "MIT",
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
"keywords": [

View File

@ -1,5 +1,14 @@
# @atproto/oauth-client-node
## 0.2.18
### Patch Changes
- Updated dependencies []:
- @atproto-labs/handle-resolver-node@0.1.16
- @atproto-labs/did-resolver@0.1.13
- @atproto/oauth-client@0.3.17
## 0.2.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-node",
"version": "0.2.17",
"version": "0.2.18",
"license": "MIT",
"description": "ATPROTO OAuth client for the NodeJS",
"keywords": [

View File

@ -1,5 +1,14 @@
# @atproto/oauth-client
## 0.3.17
### Patch Changes
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4)]:
- @atproto-labs/fetch@0.2.3
- @atproto-labs/did-resolver@0.1.13
- @atproto-labs/identity-resolver@0.1.17
## 0.3.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client",
"version": "0.3.16",
"version": "0.3.17",
"license": "MIT",
"description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).",
"keywords": [

View File

@ -1,5 +1,11 @@
# @atproto/oauth-provider-ui
## 0.1.5
### Patch Changes
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for `transition:email` oauth scope
## 0.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider-ui",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"description": "Sign-in & Sign-up UI for the @atproto/oauth-provider",
"homepage": "https://atproto.com",

View File

@ -1,5 +1,20 @@
# @atproto/oauth-provider
## 0.7.7
### Patch Changes
- [#3818](https://github.com/bluesky-social/atproto/pull/3818) [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove dependency on the Public Suffix List
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for `transition:email` oauth scope
- Updated dependencies [[`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`36dbd4155`](https://github.com/bluesky-social/atproto/commit/36dbd41551f74052a3f584719a1a7edd86eca201), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4)]:
- @atproto-labs/fetch-node@0.1.9
- @atproto-labs/pipe@0.1.1
- @atproto/oauth-provider-ui@0.1.5
- @atproto-labs/fetch@0.2.3
- @atproto/oauth-provider-frontend@0.1.4
## 0.7.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider",
"version": "0.7.6",
"version": "0.7.7",
"license": "MIT",
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
"keywords": [

View File

@ -1,5 +1,12 @@
# @atproto/ozone
## 0.1.111
### Patch Changes
- Updated dependencies [[`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8)]:
- @atproto/api@0.15.8
## 0.1.110
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/ozone",
"version": "0.1.110",
"version": "0.1.111",
"license": "MIT",
"description": "Backend service for moderating the Bluesky network.",
"keywords": [

View File

@ -1,5 +1,20 @@
# @atproto/pds
## 0.4.138
### Patch Changes
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow access to `com.atproto.server.getSession` when authenticated using oauth credentials. Email info (`email`, `emailConfirmed`) will only be exposed if the credentials were issued with the `transition:email` scope.
- [#3820](https://github.com/bluesky-social/atproto/pull/3820) [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for `transition:email` oauth scope
- [#3868](https://github.com/bluesky-social/atproto/pull/3868) [`eab7c9fb8`](https://github.com/bluesky-social/atproto/commit/eab7c9fb8a9fed4017455ea06666c919aea61336) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use the PDS's hostname as fallback PDS "name" in the auth screen
- Updated dependencies [[`80f402f36`](https://github.com/bluesky-social/atproto/commit/80f402f3663af08fd048300738d04c67aa2b9cb8), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`36dbd4155`](https://github.com/bluesky-social/atproto/commit/36dbd41551f74052a3f584719a1a7edd86eca201), [`5050b6550`](https://github.com/bluesky-social/atproto/commit/5050b6550e07e71b0a524eda0b71b837583294d4), [`43861a452`](https://github.com/bluesky-social/atproto/commit/43861a452b70268e738ef12033297cddacbe25d4), [`8318c5718`](https://github.com/bluesky-social/atproto/commit/8318c57187a1fed443be73bfd7639f49febc7337)]:
- @atproto/api@0.15.8
- @atproto-labs/fetch-node@0.1.9
- @atproto/oauth-provider@0.7.7
## 0.4.137
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/pds",
"version": "0.4.137",
"version": "0.4.138",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [