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 4b181c2f 0fc9ee7d

+7 -6
-5
.changeset/gold-teams-fold.md
··· 1 - --- 2 - '@atcute/microcosm': patch 3 - --- 4 - 5 - account for cursor being nullable
+6
packages/definitions/microcosm/CHANGELOG.md
··· 1 1 # @atcute/microcosm 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - 0fc9ee7: account for cursor being nullable 8 + 3 9 ## 1.0.2 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/microcosm/package.json
··· 1 1 { 2 2 "name": "@atcute/microcosm", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 4 4 "description": "Microcosm (blue.microcosm.*, com.bad-example.*) schema definitions", 5 5 "license": "0BSD", 6 6 "repository": {