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 version

Mary 52b909bb 43e5d06c

+7 -6
-5
.changeset/gentle-things-grow.md
··· 1 - --- 2 - '@atcute/lex-cli': patch 3 - --- 4 - 5 - use file protocol when importing config files
+6
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 43e5d06: use file protocol when importing config files 8 + 3 9 ## 2.1.0 4 10 5 11 ### Minor Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "2.1.0", 4 + "version": "2.1.1", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "0BSD", 7 7 "repository": {