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

Configure Feed

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

chore: bump version

Mary d6630e05 827a34ad

+29 -29
-5
.changeset/five-seas-repeat.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/great-stars-create.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - throw on non-canonical map encoding
-5
.changeset/polite-lands-grin.md
··· 1 - --- 2 - '@atcute/leaflet': patch 3 - --- 4 - 5 - pull latest Leaflet lexicons
-5
.changeset/silver-candies-shake.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - throw on non-canonical argument encoding
-5
.changeset/tough-hounds-dream.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - throw on improper CID
+12 -1
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.1.4 4 + 5 + ### Patch Changes 6 + 7 + - 13f8dd9: pull latest Bluesky lexicons 8 + 3 9 ## 3.1.3 4 10 5 11 ### Patch Changes ··· 172 178 get them. 173 179 174 180 ```ts 175 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 181 + import type { 182 + InferInput, 183 + InferOutput, 184 + InferXRPCBodyInput, 185 + InferXRPCBodyOutput, 186 + } from '@atcute/lexicons'; 176 187 177 188 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 178 189
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.1.3", 4 + "version": "3.1.4", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/definitions/leaflet/CHANGELOG.md
··· 1 1 # @atcute/leaflet 2 2 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - bf209f5: pull latest Leaflet lexicons 8 + 3 9 ## 1.0.1 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/leaflet", 4 - "version": "1.0.1", 4 + "version": "1.0.2", 5 5 "description": "Leaflet (pub.leaflet.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+8
packages/utilities/cbor/CHANGELOG.md
··· 1 1 # @atcute/cbor 2 2 3 + ## 2.2.5 4 + 5 + ### Patch Changes 6 + 7 + - 827a34a: throw on non-canonical map encoding 8 + - ad2821f: throw on non-canonical argument encoding 9 + - 04fca43: throw on improper CID 10 + 3 11 ## 2.2.4 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/cbor/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cbor", 4 - "version": "2.2.4", 4 + "version": "2.2.5", 5 5 "description": "lightweight DASL dCBOR42 codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",