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 a9835766 1ed09c9a

+14 -12
-5
.changeset/polite-wolves-swim.md
··· 1 - --- 2 - '@atcute/time-ms': patch 3 - --- 4 - 5 - use `mode: small` for Windows
-5
.changeset/tough-sides-relate.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - verify external references have valid NSID
+6
packages/lexicons/lexicon-doc/CHANGELOG.md
··· 1 1 # @atcute/lexicon-doc 2 2 3 + ## 2.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 1ed09c9: verify external references have valid NSID 8 + 3 9 ## 2.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 1 1 { 2 2 "name": "@atcute/lexicon-doc", 3 - "version": "2.1.1", 3 + "version": "2.1.2", 4 4 "description": "type definitions and schemas for atproto lexicon documents", 5 5 "license": "0BSD", 6 6 "repository": {
+6
packages/misc/time-ms/CHANGELOG.md
··· 1 1 # @atcute/time-ms 2 2 3 + ## 1.3.2 4 + 5 + ### Patch Changes 6 + 7 + - 6a589c0: use `mode: small` for Windows 8 + 3 9 ## 1.3.1 4 10 5 11 ### Patch Changes
+1 -1
packages/misc/time-ms/package.json
··· 1 1 { 2 2 "name": "@atcute/time-ms", 3 - "version": "1.3.1", 3 + "version": "1.3.2", 4 4 "description": "high precision system time helper", 5 5 "license": "0BSD", 6 6 "repository": {