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 749f9045 13a7fbed

+71 -46
-5
.changeset/afraid-jeans-worry.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - `isBytes` function for Bytes interface
-7
.changeset/dirty-bags-decide.md
··· 1 - --- 2 - '@atcute/car': patch 3 - '@atcute/cbor': patch 4 - '@atcute/cid': patch 5 - --- 6 - 7 - memoize toString results
-5
.changeset/eighty-coins-kneel.md
··· 1 - --- 2 - '@atcute/tangled': patch 3 - --- 4 - 5 - pull latest Tangled lexicons
-5
.changeset/fluffy-carrots-judge.md
··· 1 - --- 2 - '@atcute/client': patch 3 - --- 4 - 5 - allow `as: null` to discard response body entirely
-5
.changeset/plenty-monkeys-hope.md
··· 1 - --- 2 - '@atcute/cid': patch 3 - --- 4 - 5 - `equals` function for CID comparison
-5
.changeset/spicy-mails-behave.md
··· 1 - --- 2 - '@atcute/lexicon-community': patch 3 - --- 4 - 5 - pull latest Lexicon Community lexicons
-5
.changeset/twelve-beds-ask.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
+12 -1
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.0.5 4 + 5 + ### Patch Changes 6 + 7 + - 7f0e453: allow `as: null` to discard response body entirely 8 + 3 9 ## 4.0.4 4 10 5 11 ### Patch Changes ··· 106 112 get them. 107 113 108 114 ```ts 109 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 115 + import type { 116 + InferInput, 117 + InferOutput, 118 + InferXRPCBodyInput, 119 + InferXRPCBodyOutput, 120 + } from '@atcute/lexicons'; 110 121 111 122 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 112 123
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.0.4", 4 + "version": "4.0.5", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+12 -1
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.7 4 + 5 + ### Patch Changes 6 + 7 + - 8af50f3: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.6 4 10 5 11 ### Patch Changes ··· 249 255 get them. 250 256 251 257 ```ts 252 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 258 + import type { 259 + InferInput, 260 + InferOutput, 261 + InferXRPCBodyInput, 262 + InferXRPCBodyOutput, 263 + } from '@atcute/lexicons'; 253 264 254 265 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 255 266
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.2.6", 4 + "version": "3.2.7", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/definitions/lexicon-community/CHANGELOG.md
··· 1 1 # @atcute/lexicon-community 2 2 3 + ## 1.1.3 4 + 5 + ### Patch Changes 6 + 7 + - aa0f257: pull latest Lexicon Community lexicons 8 + 3 9 ## 1.1.2 4 10 5 11 ### 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.1.2", 4 + "version": "1.1.3", 5 5 "description": "Lexicon Community (community.lexicon.*) schema definitions", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/definitions/tangled/CHANGELOG.md
··· 1 1 # @atcute/tangled 2 2 3 + ## 1.0.9 4 + 5 + ### Patch Changes 6 + 7 + - 99525c2: pull latest Tangled lexicons 8 + 3 9 ## 1.0.8 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/tangled/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/tangled", 4 - "version": "1.0.8", 4 + "version": "1.0.9", 5 5 "description": "Tangled (sh.tangled.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+11
packages/utilities/car/CHANGELOG.md
··· 1 1 # @atcute/car 2 2 3 + ## 3.1.3 4 + 5 + ### Patch Changes 6 + 7 + - 4653fe5: memoize toString results 8 + - Updated dependencies [5bbd5be] 9 + - Updated dependencies [4653fe5] 10 + - Updated dependencies [bd7df47] 11 + - @atcute/cbor@2.2.7 12 + - @atcute/cid@2.2.5 13 + 3 14 ## 3.1.2 4 15 5 16 ### Patch Changes
+1 -1
packages/utilities/car/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/car", 4 - "version": "3.1.2", 4 + "version": "3.1.3", 5 5 "description": "lightweight DASL CAR and atproto repository decoder for AT Protocol.", 6 6 "keywords": [ 7 7 "atproto",
+10
packages/utilities/cbor/CHANGELOG.md
··· 1 1 # @atcute/cbor 2 2 3 + ## 2.2.7 4 + 5 + ### Patch Changes 6 + 7 + - 5bbd5be: `isBytes` function for Bytes interface 8 + - 4653fe5: memoize toString results 9 + - Updated dependencies [4653fe5] 10 + - Updated dependencies [bd7df47] 11 + - @atcute/cid@2.2.5 12 + 3 13 ## 2.2.6 4 14 5 15 ### Patch Changes
+1 -1
packages/utilities/cbor/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cbor", 4 - "version": "2.2.6", 4 + "version": "2.2.7", 5 5 "description": "lightweight DASL dCBOR42 codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/utilities/cid/CHANGELOG.md
··· 1 1 # @atcute/cid 2 2 3 + ## 2.2.5 4 + 5 + ### Patch Changes 6 + 7 + - 4653fe5: memoize toString results 8 + - bd7df47: `equals` function for CID comparison 9 + 3 10 ## 2.2.4 4 11 5 12 ### Patch Changes
+1 -1
packages/utilities/cid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cid", 4 - "version": "2.2.4", 4 + "version": "2.2.5", 5 5 "description": "lightweight DASL CID codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",