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 e1fb7738 b67d7b1a

+14 -12
-5
.changeset/heavy-apples-work.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/loud-berries-brake.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - gracefully handle service jwt with extra fields
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.18 4 + 5 + ### Patch Changes 6 + 7 + - 4cc8c50: pull latest Bluesky lexicons 8 + 3 9 ## 3.2.17 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "name": "@atcute/bluesky", 3 - "version": "3.2.17", 3 + "version": "3.2.18", 4 4 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+6
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.10 4 + 5 + ### Patch Changes 6 + 7 + - b67d7b1: gracefully handle service jwt with extra fields 8 + 3 9 ## 0.1.9 4 10 5 11 ### Patch Changes
+1 -1
packages/servers/xrpc-server/package.json
··· 1 1 { 2 2 "name": "@atcute/xrpc-server", 3 - "version": "0.1.9", 3 + "version": "0.1.10", 4 4 "description": "a small web framework for handling XRPC operations", 5 5 "license": "0BSD", 6 6 "repository": {