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 8c2af409 8bce9f27

+8 -6
-5
.changeset/icy-dryers-lick.md
··· 1 - --- 2 - '@atcute/car': patch 3 - --- 4 - 5 - allow `RepoReader.fromStream` to work even if `await using` is not supported by host environment.
+7
packages/utilities/car/CHANGELOG.md
··· 1 1 # @atcute/car 2 2 3 + ## 3.1.1 4 + 5 + ### Patch Changes 6 + 7 + - bea36b2: allow `RepoReader.fromStream` to work even if `await using` is not supported by host 8 + environment. 9 + 3 10 ## 3.1.0 4 11 5 12 ### Minor Changes
+1 -1
packages/utilities/car/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/car", 4 - "version": "3.1.0", 4 + "version": "3.1.1", 5 5 "description": "lightweight DASL CAR and atproto repository decoder for AT Protocol.", 6 6 "keywords": [ 7 7 "atproto",