a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump versions

Mary 28fa7667 d3c08514

+176 -33
-26
.changeset/open-falcons-win.md
··· 1 - --- 2 - '@atcute/lexicon-community': minor 3 - '@atcute/whitewind': minor 4 - '@atcute/bluemoji': minor 5 - '@atcute/atproto': minor 6 - '@atcute/bluesky': minor 7 - '@atcute/ozone': minor 8 - '@atcute/lex-cli': minor 9 - --- 10 - 11 - bring back convenient interfaces for XRPC operations 12 - 13 - in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 14 - `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 15 - 16 - the change was prompted because lexicon documents do not reserve names for the code generator's 17 - types, you could have a document defining a query and a type named `output`, and you'd basically 18 - wreck havoc on the codegen itself. 19 - 20 - but clearly these convenient interfaces are still worth having, so while it now exists, the 21 - compromise is that these interfaces now have been renamed to ensure they don't conflict with any 22 - definitions ever: 23 - 24 - - `Params` to `$params`, for query parameters 25 - - `Input` to `$input`, for request body 26 - - `Output` to `$output`, for response body
+21
packages/definitions/atproto/CHANGELOG.md
··· 1 1 # @atcute/atproto 2 2 3 + ## 3.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 3 24 ## 3.0.3 4 25 5 26 ### Patch Changes
+1 -1
packages/definitions/atproto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/atproto", 4 - "version": "3.0.3", 4 + "version": "3.1.0", 5 5 "description": "AT Protocol (com.atproto.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+27
packages/definitions/bluemoji/CHANGELOG.md
··· 1 1 # @atcute/bluemoji 2 2 3 + ## 3.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 24 + ### Patch Changes 25 + 26 + - Updated dependencies [e8592d0] 27 + - @atcute/atproto@3.1.0 28 + - @atcute/bluesky@3.1.0 29 + 3 30 ## 3.0.3 4 31 5 32 ### Patch Changes
+1 -1
packages/definitions/bluemoji/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluemoji", 4 - "version": "3.0.3", 4 + "version": "3.1.0", 5 5 "description": "Bluemoji (blue.moji.*) schema definitions", 6 6 "license": "MIT", 7 7 "repository": {
+26
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 24 + ### Patch Changes 25 + 26 + - Updated dependencies [e8592d0] 27 + - @atcute/atproto@3.1.0 28 + 3 29 ## 3.0.4 4 30 5 31 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.0.4", 4 + "version": "3.1.0", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+26
packages/definitions/lexicon-community/CHANGELOG.md
··· 1 1 # @atcute/lexicon-community 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 24 + ### Patch Changes 25 + 26 + - Updated dependencies [e8592d0] 27 + - @atcute/atproto@3.1.0 28 + 3 29 ## 1.0.1 4 30 5 31 ### Patch Changes
+1 -1
packages/definitions/lexicon-community/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-community", 4 - "version": "1.0.1", 4 + "version": "1.1.0", 5 5 "description": "Lexicon Community (community.lexicon.*) schema definitions", 6 6 "license": "MIT", 7 7 "repository": {
+27
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 3.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 24 + ### Patch Changes 25 + 26 + - Updated dependencies [e8592d0] 27 + - @atcute/atproto@3.1.0 28 + - @atcute/bluesky@3.1.0 29 + 3 30 ## 3.0.3 4 31 5 32 ### Patch Changes
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "3.0.3", 4 + "version": "3.1.0", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",
+21
packages/definitions/whitewind/CHANGELOG.md
··· 1 1 # @atcute/whitewind 2 2 3 + ## 3.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 3 24 ## 3.0.2 4 25 5 26 ### Patch Changes
+1 -1
packages/definitions/whitewind/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/whitewind", 4 - "version": "3.0.2", 4 + "version": "3.1.0", 5 5 "description": "WhiteWind (com.whtwnd.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+21
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.1.0 4 + 5 + ### Minor Changes 6 + 7 + - e8592d0: bring back convenient interfaces for XRPC operations 8 + 9 + in hindsight, it was a big mistake making substituting `AppBskyFeedGetTimeline.Output` for 10 + `InferXRPCBodyInput<AppBskyFeedGetTimeline.mainSchema['output']>`! 11 + 12 + the change was prompted because lexicon documents do not reserve names for the code generator's 13 + types, you could have a document defining a query and a type named `output`, and you'd basically 14 + wreck havoc on the codegen itself. 15 + 16 + but clearly these convenient interfaces are still worth having, so while it now exists, the 17 + compromise is that these interfaces now have been renamed to ensure they don't conflict with any 18 + definitions ever: 19 + 20 + - `Params` to `$params`, for query parameters 21 + - `Input` to `$input`, for request body 22 + - `Output` to `$output`, for response body 23 + 3 24 ## 2.0.3 4 25 5 26 ### Patch Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "2.0.3", 4 + "version": "2.1.0", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {