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 f41e201e 44f0850f

+14 -12
-5
.changeset/breezy-geese-drum.md
··· 1 - --- 2 - '@atcute/bluesky-richtext-parser': minor 3 - --- 4 - 5 - parse cashtag syntax
-5
.changeset/tidy-teams-think.md
··· 1 - --- 2 - '@atcute/time-ms': minor 3 - --- 4 - 5 - Deno FFI support
+6
packages/bluesky/richtext-parser/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-parser 2 2 3 + ## 2.1.0 4 + 5 + ### Minor Changes 6 + 7 + - 98aef69: parse cashtag syntax 8 + 3 9 ## 2.0.1 4 10 5 11 ### Patch Changes
+1 -1
packages/bluesky/richtext-parser/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-richtext-parser", 4 - "version": "2.0.1", 4 + "version": "2.1.0", 5 5 "description": "parse Bluesky's (extended) rich text syntax", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/misc/time-ms/CHANGELOG.md
··· 1 1 # @atcute/time-ms 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - 44f0850: Deno FFI support 8 + 3 9 ## 1.0.0 4 10 5 11 ### minor changes
+1 -1
packages/misc/time-ms/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/time-ms", 4 - "version": "1.0.0", 4 + "version": "1.1.0", 5 5 "description": "high precision system time helper", 6 6 "license": "0BSD", 7 7 "repository": {