a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
105
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump versions

mary.my.id 12ecd0c4 77ffa358

verified
+343 -80
-5
.changeset/dirty-swans-beg.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - validate mime-type/encoding in xrpc body
-5
.changeset/five-readers-hear.md
··· 1 - --- 2 - '@atcute/uint8array': patch 3 - --- 4 - 5 - attempt fast-path ASCII-only decoding for small strings
-5
.changeset/heavy-zoos-melt.md
··· 1 - --- 2 - '@atcute/lexicons': patch 3 - --- 4 - 5 - attempt ASCII-only fast-path for UTF-8 length checking
-5
.changeset/loose-crabs-enjoy.md
··· 1 - --- 2 - '@atcute/lexicons': patch 3 - --- 4 - 5 - avoid missing key check if optional
-5
.changeset/nine-suits-clap.md
··· 1 - --- 2 - '@atcute/lexicons': patch 3 - --- 4 - 5 - optional type parameters for optional and array schema, and xrpc metadata
-10
.changeset/rare-aliens-fall.md
··· 1 - --- 2 - '@atcute/bluemoji': patch 3 - '@atcute/atproto': patch 4 - '@atcute/bluesky': patch 5 - '@atcute/tangled': patch 6 - '@atcute/ozone': patch 7 - '@atcute/lex-cli': patch 8 - --- 9 - 10 - missing pure annotation on constrained arrays
-5
.changeset/swift-poets-study.md
··· 1 - --- 2 - '@atcute/lexicons': patch 3 - --- 4 - 5 - avoid in operator when validating variants
-8
.changeset/three-colts-work.md
··· 1 - --- 2 - '@atcute/atproto': patch 3 - '@atcute/bluesky': patch 4 - '@atcute/lexicons': patch 5 - '@atcute/lex-cli': patch 6 - --- 7 - 8 - include expected content-type in xrpc operation schema
-5
.changeset/twelve-tools-pay.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
+11
packages/bluesky/moderation/CHANGELOG.md
··· 1 1 # @atcute/bluesky-moderation 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + 3 14 ## 2.0.0 4 15 5 16 ### Patch Changes
+1 -1
packages/bluesky/moderation/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-moderation", 4 - "version": "2.0.0", 4 + "version": "2.0.1", 5 5 "description": "interprets Bluesky's content moderation labels", 6 6 "license": "MIT", 7 7 "repository": {
+14
packages/bluesky/richtext-builder/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-builder 2 2 3 + ## 2.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [480e58b] 11 + - Updated dependencies [5ec9a3c] 12 + - Updated dependencies [69db9c7] 13 + - Updated dependencies [a53b88a] 14 + - @atcute/lexicons@1.0.1 15 + - @atcute/bluesky@3.0.1 16 + 3 17 ## 2.0.1 4 18 5 19 ### Patch Changes
+1 -1
packages/bluesky/richtext-builder/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-richtext-builder", 4 - "version": "2.0.1", 4 + "version": "2.0.2", 5 5 "description": "builder pattern for Bluesky's rich text facets", 6 6 "license": "MIT", 7 7 "repository": {
+14
packages/bluesky/richtext-segmenter/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-segmenter 2 2 3 + ## 2.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [480e58b] 11 + - Updated dependencies [5ec9a3c] 12 + - Updated dependencies [69db9c7] 13 + - Updated dependencies [a53b88a] 14 + - @atcute/lexicons@1.0.1 15 + - @atcute/bluesky@3.0.1 16 + 3 17 ## 2.0.1 4 18 5 19 ### Patch Changes
+1 -1
packages/bluesky/richtext-segmenter/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-richtext-segmenter", 4 - "version": "2.0.1", 4 + "version": "2.0.2", 5 5 "description": "segments Bluesky's rich text facets into tokens", 6 6 "license": "MIT", 7 7 "repository": {
+18
packages/bluesky/threading/CHANGELOG.md
··· 1 1 # @atcute/bluesky-threading 2 2 3 + ## 5.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [480e58b] 11 + - Updated dependencies [5ec9a3c] 12 + - Updated dependencies [69db9c7] 13 + - Updated dependencies [a53b88a] 14 + - @atcute/lexicons@1.0.1 15 + - @atcute/atproto@3.0.1 16 + - @atcute/bluesky@3.0.1 17 + - @atcute/cbor@2.2.4 18 + - @atcute/cid@2.2.3 19 + - @atcute/client@4.0.1 20 + 3 21 ## 5.0.0 4 22 5 23 ### Patch Changes
+1 -1
packages/bluesky/threading/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-threading", 4 - "version": "5.0.0", 4 + "version": "5.0.1", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 6 "license": "MIT", 7 7 "repository": {
+12
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + - @atcute/identity@1.0.1 14 + 3 15 ## 4.0.0 4 16 5 17 ### Major Changes
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.0.0", 4 + "version": "4.0.1", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+12
packages/clients/jetstream/CHANGELOG.md
··· 1 + # @atcute/jetstream 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1
+1 -1
packages/clients/jetstream/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/jetstream", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "lightweight and cute Jetstream subscriber for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+14
packages/definitions/atproto/CHANGELOG.md
··· 1 + # @atcute/atproto 2 + 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - 69db9c7: include expected content-type in xrpc operation schema 9 + - Updated dependencies [6abad75] 10 + - Updated dependencies [5310da3] 11 + - Updated dependencies [3125bf6] 12 + - Updated dependencies [5ec9a3c] 13 + - Updated dependencies [69db9c7] 14 + - @atcute/lexicons@1.0.1
+1 -1
packages/definitions/atproto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/atproto", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "AT Protocol (com.atproto.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+16
packages/definitions/bluemoji/CHANGELOG.md
··· 1 1 # @atcute/bluemoji 2 2 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - Updated dependencies [6abad75] 9 + - Updated dependencies [5310da3] 10 + - Updated dependencies [3125bf6] 11 + - Updated dependencies [480e58b] 12 + - Updated dependencies [5ec9a3c] 13 + - Updated dependencies [69db9c7] 14 + - Updated dependencies [a53b88a] 15 + - @atcute/lexicons@1.0.1 16 + - @atcute/atproto@3.0.1 17 + - @atcute/bluesky@3.0.1 18 + 3 19 ## 3.0.0 4 20 5 21 ### Major Changes
+1 -1
packages/definitions/bluemoji/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluemoji", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "Bluemoji (blue.moji.*) schema definitions", 6 6 "license": "MIT", 7 7 "repository": {
+16
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - 69db9c7: include expected content-type in xrpc operation schema 9 + - a53b88a: pull latest Bluesky lexicons 10 + - Updated dependencies [6abad75] 11 + - Updated dependencies [5310da3] 12 + - Updated dependencies [3125bf6] 13 + - Updated dependencies [480e58b] 14 + - Updated dependencies [5ec9a3c] 15 + - Updated dependencies [69db9c7] 16 + - @atcute/lexicons@1.0.1 17 + - @atcute/atproto@3.0.1 18 + 3 19 ## 3.0.0 4 20 5 21 ### Major Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+14
packages/definitions/frontpage/CHANGELOG.md
··· 1 + # @atcute/frontpage 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [480e58b] 11 + - Updated dependencies [5ec9a3c] 12 + - Updated dependencies [69db9c7] 13 + - @atcute/lexicons@1.0.1 14 + - @atcute/atproto@3.0.1
+1 -1
packages/definitions/frontpage/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/frontpage", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "Frontpage (fyi.unravel.frontpage.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+16
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - Updated dependencies [6abad75] 9 + - Updated dependencies [5310da3] 10 + - Updated dependencies [3125bf6] 11 + - Updated dependencies [480e58b] 12 + - Updated dependencies [5ec9a3c] 13 + - Updated dependencies [69db9c7] 14 + - Updated dependencies [a53b88a] 15 + - @atcute/lexicons@1.0.1 16 + - @atcute/atproto@3.0.1 17 + - @atcute/bluesky@3.0.1 18 + 3 19 ## 3.0.0 4 20 5 21 ### Major Changes
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",
+15
packages/definitions/tangled/CHANGELOG.md
··· 1 + # @atcute/tangled 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - Updated dependencies [6abad75] 9 + - Updated dependencies [5310da3] 10 + - Updated dependencies [3125bf6] 11 + - Updated dependencies [480e58b] 12 + - Updated dependencies [5ec9a3c] 13 + - Updated dependencies [69db9c7] 14 + - @atcute/lexicons@1.0.1 15 + - @atcute/atproto@3.0.1
+1 -1
packages/definitions/tangled/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/tangled", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "Tangled (sh.tangled.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+11
packages/definitions/whitewind/CHANGELOG.md
··· 1 1 # @atcute/whitewind 2 2 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + 3 14 ## 3.0.0 4 15 5 16 ### Major Changes
+1 -1
packages/definitions/whitewind/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/whitewind", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "WhiteWind (com.whtwnd.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+11
packages/identity/did-plc/CHANGELOG.md
··· 1 1 # @atcute/did-plc 2 2 3 + ## 0.1.5 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - @atcute/uint8array@1.0.2 9 + - @atcute/cbor@2.2.4 10 + - @atcute/cid@2.2.3 11 + - @atcute/crypto@2.2.2 12 + - @atcute/multibase@1.1.4 13 + 3 14 ## 0.1.4 4 15 5 16 ### Patch Changes
+1 -1
packages/identity/did-plc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/did-plc", 4 - "version": "0.1.4", 4 + "version": "0.1.5", 5 5 "description": "validations, type definitions and schemas for did:plc operations", 6 6 "keywords": [ 7 7 "atproto",
+11
packages/identity/identity-resolver-node/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver-node 2 2 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + 3 14 ## 1.0.0 4 15 5 16 ### Major Changes
+1 -1
packages/identity/identity-resolver-node/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity-resolver-node", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "additional atproto identity resolvers for Node.js", 6 6 "keywords": [ 7 7 "atproto",
+11
packages/identity/identity-resolver/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver 2 2 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + 3 14 ## 1.0.0 4 15 5 16 ### Major Changes
+1 -1
packages/identity/identity-resolver/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity-resolver", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "atproto handle and DID document resolution", 6 6 "keywords": [ 7 7 "atproto",
+11
packages/identity/identity/CHANGELOG.md
··· 1 1 # @atcute/identity 2 2 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6abad75] 8 + - Updated dependencies [5310da3] 9 + - Updated dependencies [3125bf6] 10 + - Updated dependencies [5ec9a3c] 11 + - Updated dependencies [69db9c7] 12 + - @atcute/lexicons@1.0.1 13 + 3 14 ## 1.0.0 4 15 5 16 ### Major Changes
+1 -1
packages/identity/identity/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "syntax, type definitions and schemas for atproto handles, DIDs and DID documents", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 480e58b: missing pure annotation on constrained arrays 8 + - 69db9c7: include expected content-type in xrpc operation schema 9 + - Updated dependencies [2249c88] 10 + - @atcute/lexicon-doc@1.0.1 11 + 3 12 ## 2.0.0 4 13 5 14 ### Major Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "2.0.0", 4 + "version": "2.0.1", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {
+7
packages/lexicons/lexicon-doc/CHANGELOG.md
··· 1 + # @atcute/lexicon-doc 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 2249c88: validate mime-type/encoding in xrpc body
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-doc", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "type definitions and schemas for atproto lexicon documents", 6 6 "license": "MIT", 7 7 "repository": {
+11
packages/lexicons/lexicons/CHANGELOG.md
··· 1 + # @atcute/lexicons 2 + 3 + ## 1.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 6abad75: attempt ASCII-only fast-path for UTF-8 length checking 8 + - 5310da3: avoid missing key check if optional 9 + - 3125bf6: optional type parameters for optional and array schema, and xrpc metadata 10 + - 5ec9a3c: avoid in operator when validating variants 11 + - 69db9c7: include expected content-type in xrpc operation schema
+1 -1
packages/lexicons/lexicons/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicons", 4 - "version": "1.0.0", 4 + "version": "1.0.1", 5 5 "description": "AT Protocol core lexicon types and schema validations", 6 6 "license": "MIT", 7 7 "repository": {
+16
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.20 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - Updated dependencies [6abad75] 9 + - Updated dependencies [5310da3] 10 + - Updated dependencies [3125bf6] 11 + - Updated dependencies [5ec9a3c] 12 + - Updated dependencies [69db9c7] 13 + - @atcute/uint8array@1.0.2 14 + - @atcute/lexicons@1.0.1 15 + - @atcute/multibase@1.1.4 16 + - @atcute/client@4.0.1 17 + - @atcute/identity@1.0.1 18 + 3 19 ## 1.0.19 4 20 5 21 ### Patch Changes
+1 -1
packages/oauth/browser-client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/oauth-browser-client", 4 - "version": "1.0.19", 4 + "version": "1.0.20", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+7
packages/utilities/car/CHANGELOG.md
··· 1 1 # @atcute/car 2 2 3 + ## 3.0.5 4 + 5 + ### Patch Changes 6 + 7 + - @atcute/cbor@2.2.4 8 + - @atcute/cid@2.2.3 9 + 3 10 ## 3.0.4 4 11 5 12 ### Patch Changes
+1 -1
packages/utilities/car/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/car", 4 - "version": "3.0.4", 4 + "version": "3.0.5", 5 5 "description": "lightweight DASL CAR and atproto repository decoder for AT Protocol.", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/utilities/cbor/CHANGELOG.md
··· 1 1 # @atcute/cbor 2 2 3 + ## 2.2.4 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - @atcute/uint8array@1.0.2 9 + - @atcute/cid@2.2.3 10 + - @atcute/multibase@1.1.4 11 + 3 12 ## 2.2.3 4 13 5 14 ### Patch Changes
+1 -1
packages/utilities/cbor/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cbor", 4 - "version": "2.2.3", 4 + "version": "2.2.4", 5 5 "description": "lightweight DASL dCBOR42 codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+8
packages/utilities/cid/CHANGELOG.md
··· 1 1 # @atcute/cid 2 2 3 + ## 2.2.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - @atcute/uint8array@1.0.2 9 + - @atcute/multibase@1.1.4 10 + 3 11 ## 2.2.2 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/cid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cid", 4 - "version": "2.2.2", 4 + "version": "2.2.3", 5 5 "description": "lightweight DASL CID codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+8
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.2.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - @atcute/uint8array@1.0.2 9 + - @atcute/multibase@1.1.4 10 + 3 11 ## 2.2.1 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/crypto", 4 - "version": "2.2.1", 4 + "version": "2.2.2", 5 5 "description": "lightweight atproto cryptographic library", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/utilities/multibase/CHANGELOG.md
··· 1 1 # @atcute/multibase 2 2 3 + ## 1.1.4 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [ede65cf] 8 + - @atcute/uint8array@1.0.2 9 + 3 10 ## 1.1.3 4 11 5 12 ### Patch Changes
+1 -1
packages/utilities/multibase/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/multibase", 4 - "version": "1.1.3", 4 + "version": "1.1.4", 5 5 "description": "multibase utilities", 6 6 "license": "MIT", 7 7 "repository": {
+7
packages/utilities/uint8array/CHANGELOG.md
··· 1 + # @atcute/uint8array 2 + 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - ede65cf: attempt fast-path ASCII-only decoding for small strings
+1 -1
packages/utilities/uint8array/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/uint8array", 4 - "version": "1.0.1", 4 + "version": "1.0.2", 5 5 "description": "uint8array utilities", 6 6 "license": "MIT", 7 7 "repository": {