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 83ab20c0 6ffdbb7c

+21 -18
-5
.changeset/fair-colts-watch.md
··· 1 - --- 2 - '@atcute/pckt': patch 3 - --- 4 - 5 - pull latest pckt lexicons
-5
.changeset/fluffy-pianos-pull.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/icy-donkeys-like.md
··· 1 - --- 2 - '@atcute/lex-cli': patch 3 - --- 4 - 5 - lazily import comamnds
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.3.3 4 + 5 + ### Patch Changes 6 + 7 + - c75fe0b: pull latest Bluesky lexicons 8 + 3 9 ## 3.3.2 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "name": "@atcute/bluesky", 3 - "version": "3.3.2", 3 + "version": "3.3.3", 4 4 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+6
packages/definitions/pckt/CHANGELOG.md
··· 1 1 # @atcute/pckt 2 2 3 + ## 0.1.9 4 + 5 + ### Patch Changes 6 + 7 + - 6ffdbb7: pull latest pckt lexicons 8 + 3 9 ## 0.1.8 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/pckt/package.json
··· 1 1 { 2 2 "name": "@atcute/pckt", 3 - "version": "0.1.8", 3 + "version": "0.1.9", 4 4 "description": "pckt (blog.pckt.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+6
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.8.1 4 + 5 + ### Patch Changes 6 + 7 + - e879572: lazily import comamnds 8 + 3 9 ## 2.8.0 4 10 5 11 ### Minor Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "name": "@atcute/lex-cli", 3 - "version": "2.8.0", 3 + "version": "2.8.1", 4 4 "description": "cli tool to generate type definitions for atcute", 5 5 "license": "0BSD", 6 6 "repository": {