Version packages (#3591)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
80c4bb51f6
commit
f46554bcb8
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-provider": patch
|
||||
---
|
||||
|
||||
Add support for password reset
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto-labs/fetch": patch
|
||||
---
|
||||
|
||||
Improved error response parsing
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-provider": minor
|
||||
---
|
||||
|
||||
Add support for account sign-up
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-client-browser-example": patch
|
||||
---
|
||||
|
||||
Update react to version 19
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@atproto/api": patch
|
||||
"@atproto/pds": patch
|
||||
---
|
||||
|
||||
Wrap sync v1.1 semantics. Add #sync event to subscribeRepos and deprecate #handle and #tombstone events
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-provider": patch
|
||||
"@atproto/oauth-types": patch
|
||||
"@atproto/jwk": patch
|
||||
---
|
||||
|
||||
Properly support locales with 3 chars (Asturian)
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-provider": patch
|
||||
---
|
||||
|
||||
Add support for multiple locales
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@atproto/api": patch
|
||||
"@atproto/pds": patch
|
||||
---
|
||||
|
||||
Permit 100mb video embeds.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/syntax": patch
|
||||
---
|
||||
|
||||
Deprecate unused classes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto-labs/rollup-plugin-bundle-manifest": patch
|
||||
---
|
||||
|
||||
Improve typing of plugin
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/api": patch
|
||||
---
|
||||
|
||||
new com.atproto.identity endpoints: resolveDid, resolveIdentity, refreshIdentity
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-client": patch
|
||||
---
|
||||
|
||||
Minor code optimizations
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto-labs/fetch": patch
|
||||
---
|
||||
|
||||
Remove explicit dependency on "zod". Improved typing of `fetchJsonZodProcessor` function.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/oauth-client-browser-example": patch
|
||||
---
|
||||
|
||||
Build using SWC
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@atproto/pds": patch
|
||||
---
|
||||
|
||||
Add support for account sign-ups during OAuth flows
|
@ -1,5 +1,20 @@
|
||||
# @atproto/api
|
||||
|
||||
## 0.14.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3585](https://github.com/bluesky-social/atproto/pull/3585) [`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1) Thanks [@dholms](https://github.com/dholms)! - Wrap sync v1.1 semantics. Add #sync event to subscribeRepos and deprecate #handle and #tombstone events
|
||||
|
||||
- [#3602](https://github.com/bluesky-social/atproto/pull/3602) [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49) Thanks [@devinivy](https://github.com/devinivy)! - Permit 100mb video embeds.
|
||||
|
||||
- [#2264](https://github.com/bluesky-social/atproto/pull/2264) [`dc6e4ecb0`](https://github.com/bluesky-social/atproto/commit/dc6e4ecb0e09bbf4bc7a79c6ac43fb6da4166200) Thanks [@bnewbold](https://github.com/bnewbold)! - new com.atproto.identity endpoints: resolveDid, resolveIdentity, refreshIdentity
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/xrpc@0.6.10
|
||||
|
||||
## 0.14.7
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/api",
|
||||
"version": "0.14.7",
|
||||
"version": "0.14.8",
|
||||
"license": "MIT",
|
||||
"description": "Client library for atproto and Bluesky",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/aws
|
||||
|
||||
## 0.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto/repo@0.7.1
|
||||
|
||||
## 0.2.16
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/aws",
|
||||
"version": "0.2.16",
|
||||
"version": "0.2.17",
|
||||
"license": "MIT",
|
||||
"description": "Shared AWS cloud API helpers for atproto services",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @atproto/bsky
|
||||
|
||||
## 0.0.125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1), [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`dc6e4ecb0`](https://github.com/bluesky-social/atproto/commit/dc6e4ecb0e09bbf4bc7a79c6ac43fb6da4166200)]:
|
||||
- @atproto/api@0.14.8
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto-labs/fetch-node@0.1.8
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/sync@0.1.16
|
||||
- @atproto/repo@0.7.1
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
- @atproto-labs/xrpc-utils@0.0.8
|
||||
|
||||
## 0.0.124
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/bsky",
|
||||
"version": "0.0.124",
|
||||
"version": "0.0.125",
|
||||
"license": "MIT",
|
||||
"description": "Reference implementation of app.bsky App View (Bluesky API)",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/bsync
|
||||
|
||||
## 0.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
|
||||
## 0.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/bsync",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"license": "MIT",
|
||||
"description": "Sychronizing service for app.bsky App View (Bluesky API)",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @atproto/dev-env
|
||||
|
||||
## 0.3.98
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1), [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`dc6e4ecb0`](https://github.com/bluesky-social/atproto/commit/dc6e4ecb0e09bbf4bc7a79c6ac43fb6da4166200), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/api@0.14.8
|
||||
- @atproto/pds@0.4.105
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto/bsky@0.0.125
|
||||
- @atproto/ozone@0.1.87
|
||||
- @atproto/bsync@0.0.15
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/sync@0.1.16
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
|
||||
## 0.3.97
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/dev-env",
|
||||
"version": "0.3.97",
|
||||
"version": "0.3.98",
|
||||
"license": "MIT",
|
||||
"description": "Local development environment helper for atproto development",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto-labs/did-resolver
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto-labs/fetch@0.2.2
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/did-resolver",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"license": "MIT",
|
||||
"description": "DID resolution and verification library",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto-labs/fetch-node
|
||||
|
||||
## 0.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto-labs/fetch@0.2.2
|
||||
|
||||
## 0.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/fetch-node",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"license": "MIT",
|
||||
"description": "SSRF protection for fetch() in Node.js",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto-labs/fetch
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improved error response parsing
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove explicit dependency on "zod". Improved typing of `fetchJsonZodProcessor` function.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/fetch",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"license": "MIT",
|
||||
"description": "Isomorphic wrapper utilities for fetch API",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto-labs/handle-resolver-node
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto-labs/fetch-node@0.1.8
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/handle-resolver-node",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"license": "MIT",
|
||||
"description": "Node specific ATProto handle to DID resolver",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto-labs/identity-resolver
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto-labs/did-resolver@0.1.11
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/identity-resolver",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"license": "MIT",
|
||||
"description": "A library resolving ATPROTO identities",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @atproto-labs/rollup-plugin-bundle-manifest
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve typing of plugin
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/rollup-plugin-bundle-manifest",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"license": "MIT",
|
||||
"description": "Library for generating a manifest of bundled files from a Rollup build",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto-labs/xrpc-utils
|
||||
|
||||
## 0.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto/xrpc@0.6.10
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
|
||||
## 0.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto-labs/xrpc-utils",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT",
|
||||
"description": "XRPC server utilities for Node.JS",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto/lex-cli
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto/lexicon@0.4.8
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/lex-cli",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"license": "MIT",
|
||||
"description": "TypeScript codegen tool for atproto Lexicon schemas",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/lexicon
|
||||
|
||||
## 0.4.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/lexicon",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"license": "MIT",
|
||||
"description": "atproto Lexicon schema language library",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/jwk-jose
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/jwk@0.1.4
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/jwk-jose",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"description": "`jose` based implementation of @atproto/jwk Key's",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto/jwk-webcrypto
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/jwk@0.1.4
|
||||
- @atproto/jwk-jose@0.1.5
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/jwk-webcrypto",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"description": "Webcrypto based implementation of @atproto/jwk Key's",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @atproto/jwk
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly support locales with 3 chars (Asturian)
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/jwk",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"license": "MIT",
|
||||
"description": "A library for working with JSON Web Keys (JWKs) in TypeScript. This is meant to be extended by environment-specific libraries like @atproto/jwk-jose.",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto/oauth-client-browser-example
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update react to version 19
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build using SWC
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-client-browser-example",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MIT",
|
||||
"description": "Example single page application app using ATPROTO OAuth",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @atproto/oauth-client-browser
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/oauth-types@0.2.4
|
||||
- @atproto/jwk@0.1.4
|
||||
- @atproto/oauth-client@0.3.11
|
||||
- @atproto-labs/did-resolver@0.1.11
|
||||
- @atproto/jwk-webcrypto@0.1.5
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-client-browser",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"license": "MIT",
|
||||
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,18 @@
|
||||
# @atproto/oauth-client-node
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/oauth-types@0.2.4
|
||||
- @atproto/jwk@0.1.4
|
||||
- @atproto/oauth-client@0.3.11
|
||||
- @atproto-labs/did-resolver@0.1.11
|
||||
- @atproto/jwk-jose@0.1.5
|
||||
- @atproto/jwk-webcrypto@0.1.5
|
||||
- @atproto-labs/handle-resolver-node@0.1.14
|
||||
|
||||
## 0.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-client-node",
|
||||
"version": "0.2.11",
|
||||
"version": "0.2.12",
|
||||
"license": "MIT",
|
||||
"description": "ATPROTO OAuth client for the NodeJS",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @atproto/oauth-client
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Minor code optimizations
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto-labs/fetch@0.2.2
|
||||
- @atproto/oauth-types@0.2.4
|
||||
- @atproto/jwk@0.1.4
|
||||
- @atproto-labs/did-resolver@0.1.11
|
||||
- @atproto-labs/identity-resolver@0.1.14
|
||||
- @atproto/xrpc@0.6.10
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-client",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"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,26 @@
|
||||
# @atproto/oauth-provider
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for account sign-up
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for password reset
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly support locales with 3 chars (Asturian)
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for multiple locales
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto-labs/fetch@0.2.2
|
||||
- @atproto/oauth-types@0.2.4
|
||||
- @atproto/jwk@0.1.4
|
||||
- @atproto-labs/fetch-node@0.1.8
|
||||
- @atproto/jwk-jose@0.1.5
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-provider",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"license": "MIT",
|
||||
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @atproto/oauth-types
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly support locales with 3 chars (Asturian)
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/jwk@0.1.4
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/oauth-types",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"license": "MIT",
|
||||
"description": "OAuth typing & validation library",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @atproto/ozone
|
||||
|
||||
## 0.1.87
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1), [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`dc6e4ecb0`](https://github.com/bluesky-social/atproto/commit/dc6e4ecb0e09bbf4bc7a79c6ac43fb6da4166200)]:
|
||||
- @atproto/api@0.14.8
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/xrpc@0.6.10
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
|
||||
## 0.1.86
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/ozone",
|
||||
"version": "0.1.86",
|
||||
"version": "0.1.87",
|
||||
"license": "MIT",
|
||||
"description": "Backend service for moderating the Bluesky network.",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,27 @@
|
||||
# @atproto/pds
|
||||
|
||||
## 0.4.105
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3585](https://github.com/bluesky-social/atproto/pull/3585) [`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1) Thanks [@dholms](https://github.com/dholms)! - Wrap sync v1.1 semantics. Add #sync event to subscribeRepos and deprecate #handle and #tombstone events
|
||||
|
||||
- [#3602](https://github.com/bluesky-social/atproto/pull/3602) [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49) Thanks [@devinivy](https://github.com/devinivy)! - Permit 100mb video embeds.
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add support for account sign-ups during OAuth flows
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`38320191e`](https://github.com/bluesky-social/atproto/commit/38320191e559f8b928c6e951a9b4a6207240bfc1), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`6bcbb6d8c`](https://github.com/bluesky-social/atproto/commit/6bcbb6d8cd3696280935ff7892d8e191fd21fa49), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`dc6e4ecb0`](https://github.com/bluesky-social/atproto/commit/dc6e4ecb0e09bbf4bc7a79c6ac43fb6da4166200)]:
|
||||
- @atproto/oauth-provider@0.5.0
|
||||
- @atproto/api@0.14.8
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto-labs/fetch-node@0.1.8
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/repo@0.7.1
|
||||
- @atproto/xrpc@0.6.10
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
- @atproto/aws@0.2.17
|
||||
- @atproto-labs/xrpc-utils@0.0.8
|
||||
|
||||
## 0.4.104
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/pds",
|
||||
"version": "0.4.104",
|
||||
"version": "0.4.105",
|
||||
"license": "MIT",
|
||||
"description": "Reference implementation of atproto Personal Data Server (PDS)",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/repo
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto/lexicon@0.4.8
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/repo",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"license": "MIT",
|
||||
"description": "atproto repo and MST implementation",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @atproto/sync
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
||||
- @atproto/syntax@0.3.4
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/repo@0.7.1
|
||||
- @atproto/xrpc-server@0.7.12
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/sync",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"license": "MIT",
|
||||
"description": "atproto sync library",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @atproto/syntax
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2945](https://github.com/bluesky-social/atproto/pull/2945) [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Deprecate unused classes
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/syntax",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"license": "MIT",
|
||||
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @atproto/xrpc-server
|
||||
|
||||
## 0.7.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto/lexicon@0.4.8
|
||||
- @atproto/xrpc@0.6.10
|
||||
|
||||
## 0.7.11
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/xrpc-server",
|
||||
"version": "0.7.11",
|
||||
"version": "0.7.12",
|
||||
"license": "MIT",
|
||||
"description": "atproto HTTP API (XRPC) server library",
|
||||
"keywords": [
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @atproto/xrpc
|
||||
|
||||
## 0.6.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @atproto/lexicon@0.4.8
|
||||
|
||||
## 0.6.9
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@atproto/xrpc",
|
||||
"version": "0.6.9",
|
||||
"version": "0.6.10",
|
||||
"license": "MIT",
|
||||
"description": "atproto HTTP API (XRPC) client library",
|
||||
"keywords": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user