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 4a9eab68 3bf9240b

+52 -38
-5
.changeset/bright-carpets-sort.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/goofy-humans-know.md
··· 1 - --- 2 - '@atcute/crypto': minor 3 - --- 4 - 5 - make Deno runtime try node:crypto if available
-10
.changeset/replace-enums-moderation.md
··· 1 - --- 2 - '@atcute/bluesky-moderation': major 3 - --- 4 - 5 - replace enums with plain objects 6 - 7 - exported enums are now `as const` objects with companion type aliases. enum member values are 8 - unchanged, so runtime behavior is identical. the main type-level difference is that string enums are 9 - no longer nominal — raw string literals are now assignable where enum types were previously 10 - required.
-7
.changeset/replace-enums-mst.md
··· 1 - --- 2 - '@atcute/mst': major 3 - --- 4 - 5 - replace enums with plain objects 6 - 7 - `DeltaType` is now an `as const` object with a companion type alias.
-5
.changeset/shy-clouds-care.md
··· 1 - --- 2 - '@atcute/leaflet': patch 3 - --- 4 - 5 - pull latest Leaflet lexicons
+11
packages/bluesky/moderation/CHANGELOG.md
··· 1 1 # @atcute/bluesky-moderation 2 2 3 + ## 3.0.0 4 + 5 + ### Major Changes 6 + 7 + - 4729dea: replace enums with plain objects 8 + 9 + exported enums are now `as const` objects with companion type aliases. enum member values are 10 + unchanged, so runtime behavior is identical. the main type-level difference is that string enums 11 + are no longer nominal — raw string literals are now assignable where enum types were previously 12 + required. 13 + 3 14 ## 2.0.4 4 15 5 16 ### Patch Changes
+1 -1
packages/bluesky/moderation/package.json
··· 1 1 { 2 2 "name": "@atcute/bluesky-moderation", 3 - "version": "2.0.4", 3 + "version": "3.0.0", 4 4 "description": "interprets Bluesky's content moderation labels", 5 5 "license": "0BSD", 6 6 "repository": {
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.20 4 + 5 + ### Patch Changes 6 + 7 + - 3bf9240: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.19 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "name": "@atcute/bluesky", 3 - "version": "3.2.19", 3 + "version": "3.2.20", 4 4 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+6
packages/definitions/leaflet/CHANGELOG.md
··· 1 1 # @atcute/leaflet 2 2 3 + ## 1.0.20 4 + 5 + ### Patch Changes 6 + 7 + - dca650b: pull latest Leaflet lexicons 8 + 3 9 ## 1.0.19 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "name": "@atcute/leaflet", 3 - "version": "1.0.19", 3 + "version": "1.0.20", 4 4 "description": "Leaflet (pub.leaflet.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+6
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.4.0 4 + 5 + ### Minor Changes 6 + 7 + - 812b68e: make Deno runtime try node:crypto if available 8 + 3 9 ## 2.3.0 4 10 5 11 ### Minor Changes
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "name": "@atcute/crypto", 3 - "version": "2.3.0", 3 + "version": "2.4.0", 4 4 "description": "lightweight atproto cryptographic library", 5 5 "keywords": [ 6 6 "atproto",
+8
packages/utilities/mst/CHANGELOG.md
··· 1 1 # @atcute/mst 2 2 3 + ## 1.0.0 4 + 5 + ### Major Changes 6 + 7 + - 194a382: replace enums with plain objects 8 + 9 + `DeltaType` is now an `as const` object with a companion type alias. 10 + 3 11 ## 0.1.2 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/mst/package.json
··· 1 1 { 2 2 "name": "@atcute/mst", 3 - "version": "0.1.2", 3 + "version": "1.0.0", 4 4 "description": "atproto MST manipulation utilities", 5 5 "keywords": [ 6 6 "atproto",
+9
packages/utilities/repo/CHANGELOG.md
··· 1 1 # @atcute/repo 2 2 3 + ## 0.1.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [812b68e] 8 + - Updated dependencies [194a382] 9 + - @atcute/crypto@2.4.0 10 + - @atcute/mst@1.0.0 11 + 3 12 ## 0.1.2 4 13 5 14 ### Patch Changes
+1 -1
packages/utilities/repo/package.json
··· 1 1 { 2 2 "name": "@atcute/repo", 3 - "version": "0.1.2", 3 + "version": "0.1.3", 4 4 "description": "AT Protocol repository decoder for AT Protocol.", 5 5 "keywords": [ 6 6 "atproto",