Version packages ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-18 16:34:50 -04:00 committed by GitHub
parent 50c0ec176c
commit 40c145fb16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 75 additions and 43 deletions

@ -1,5 +0,0 @@
---
"@atproto/xrpc-server": patch
---
Expose the request context for AuthVerifier and StreamAuthVerifier as distinct types

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Properly authenticate OAuth requests in catch all handler.

@ -1,5 +0,0 @@
---
"@atproto/oauth-client": patch
---
Add CustomEvent ponyfill for enviroments that don't provide it

@ -1,5 +0,0 @@
---
"@atproto/xrpc-server": patch
---
Update lxm check error name to BadJwtLexiconMethod

@ -1,5 +0,0 @@
---
"@atproto/xrpc-server": patch
---
Support http.IncomingMessage input to parseReqNsid()

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Validate lxm claims in service auth

@ -1,5 +0,0 @@
---
"@atproto/ozone": patch
---
Set lxm claim on service auth calls from ozone

@ -1,5 +1,12 @@
# @atproto/bsky
## 0.0.76
### Patch Changes
- Updated dependencies [[`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae)]:
- @atproto/xrpc-server@0.6.2
## 0.0.75
### Patch Changes

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

@ -1,5 +1,15 @@
# @atproto/dev-env
## 0.3.41
### Patch Changes
- Updated dependencies [[`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1), [`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae)]:
- @atproto/xrpc-server@0.6.2
- @atproto/pds@0.4.50
- @atproto/ozone@0.1.38
- @atproto/bsky@0.0.76
## 0.3.40
### Patch Changes

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

@ -1,5 +1,12 @@
# @atproto/oauth-client-browser
## 0.1.4
### Patch Changes
- Updated dependencies [[`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3)]:
- @atproto/oauth-client@0.1.4
## 0.1.3
### Patch Changes

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

@ -1,5 +1,12 @@
# @atproto/oauth-client-node
## 0.0.4
### Patch Changes
- Updated dependencies [[`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3)]:
- @atproto/oauth-client@0.1.4
## 0.0.3
### Patch Changes

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

@ -1,5 +1,11 @@
# @atproto/oauth-client
## 0.1.4
### Patch Changes
- [#2710](https://github.com/bluesky-social/atproto/pull/2710) [`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add CustomEvent ponyfill for enviroments that don't provide it
## 0.1.3
### Patch Changes

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

@ -1,5 +1,14 @@
# @atproto/ozone
## 0.1.38
### Patch Changes
- [#2663](https://github.com/bluesky-social/atproto/pull/2663) [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae) Thanks [@dholms](https://github.com/dholms)! - Set lxm claim on service auth calls from ozone
- Updated dependencies [[`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae)]:
- @atproto/xrpc-server@0.6.2
## 0.1.37
### Patch Changes

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

@ -1,5 +1,16 @@
# @atproto/pds
## 0.4.50
### Patch Changes
- [#2711](https://github.com/bluesky-social/atproto/pull/2711) [`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly authenticate OAuth requests in catch all handler.
- [#2663](https://github.com/bluesky-social/atproto/pull/2663) [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae) Thanks [@dholms](https://github.com/dholms)! - Validate lxm claims in service auth
- Updated dependencies [[`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae), [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae)]:
- @atproto/xrpc-server@0.6.2
## 0.4.49
### Patch Changes

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

@ -1,5 +1,15 @@
# @atproto/xrpc-server
## 0.6.2
### Patch Changes
- [#2711](https://github.com/bluesky-social/atproto/pull/2711) [`acbacbbd5`](https://github.com/bluesky-social/atproto/commit/acbacbbd5621473b14ee7a6a3132f675806d23b1) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Expose the request context for AuthVerifier and StreamAuthVerifier as distinct types
- [#2663](https://github.com/bluesky-social/atproto/pull/2663) [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae) Thanks [@dholms](https://github.com/dholms)! - Update lxm check error name to BadJwtLexiconMethod
- [#2663](https://github.com/bluesky-social/atproto/pull/2663) [`50c0ec176`](https://github.com/bluesky-social/atproto/commit/50c0ec176c223c90e7c86e1e0c059455fecfa9ae) Thanks [@dholms](https://github.com/dholms)! - Support http.IncomingMessage input to parseReqNsid()
## 0.6.1
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/xrpc-server",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"description": "atproto HTTP API (XRPC) server library",
"keywords": [