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 e8708527 a87024ce

+459 -176
-8
.changeset/beige-onions-rescue.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - '@atcute/client': minor 4 - --- 5 - 6 - add `At.RecordKey` string type 7 - 8 - this is currently an alias to `string` for now.
-5
.changeset/better-keys-draw.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/bright-guests-hug.md
··· 1 - --- 2 - '@atcute/bluesky-richtext-builder': patch 3 - --- 4 - 5 - fix addLink uri type
-5
.changeset/clear-rules-carry.md
··· 1 - --- 2 - '@atcute/lex-cli': patch 3 - --- 4 - 5 - clean up string format handling
-7
.changeset/crazy-ads-like.md
··· 1 - --- 2 - '@atcute/bluesky': minor 3 - '@atcute/lex-cli': minor 4 - '@atcute/client': minor 5 - --- 6 - 7 - allow passing ReadableStream and ArrayBuffer as input
-5
.changeset/eager-teeth-smell.md
··· 1 - --- 2 - '@atcute/multibase': patch 3 - --- 4 - 5 - consistent behavior in multibase encode
-11
.changeset/fancy-trains-agree.md
··· 1 - --- 2 - '@atcute/whitewind': major 3 - '@atcute/bluemoji': major 4 - '@atcute/bluesky': major 5 - '@atcute/lex-cli': minor 6 - '@atcute/client': minor 7 - --- 8 - 9 - add `At.Identifier` string type 10 - 11 - an alias for either `At.DID` or `At.Handle`
-6
.changeset/giant-birds-wear.md
··· 1 - --- 2 - '@atcute/lex-cli': patch 3 - '@atcute/client': patch 4 - --- 5 - 6 - clean up base types JSDoc
-5
.changeset/large-groups-nail.md
··· 1 - --- 2 - '@atcute/bluesky-threading': patch 3 - --- 4 - 5 - strict types
-6
.changeset/lucky-chairs-end.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - '@atcute/client': minor 4 - --- 5 - 6 - add `At.CanonicalResourceUri` string type
-6
.changeset/moody-words-go.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - '@atcute/client': minor 4 - --- 5 - 6 - `At.Did` now contains a `TMethod` type parameter for specifying DID methods in the identifier.
-10
.changeset/open-cameras-share.md
··· 1 - --- 2 - '@atcute/whitewind': minor 3 - '@atcute/bluemoji': minor 4 - '@atcute/bluesky': minor 5 - '@atcute/ozone': minor 6 - '@atcute/lex-cli': minor 7 - '@atcute/client': minor 8 - --- 9 - 10 - add new response field, deprecating the old output field
-10
.changeset/polite-carpets-search.md
··· 1 - --- 2 - '@atcute/bluesky': major 3 - '@atcute/ozone': major 4 - '@atcute/lex-cli': minor 5 - '@atcute/client': major 6 - --- 7 - 8 - add `At.Nsid` string type 9 - 10 - this is a specialized type for `nsid` formatted strings, where there were previously none.
-6
.changeset/salty-hounds-end.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - '@atcute/client': minor 4 - --- 5 - 6 - `At.Handle` string type is now stricter
-16
.changeset/smooth-keys-reply.md
··· 1 - --- 2 - '@atcute/whitewind': major 3 - '@atcute/bluemoji': major 4 - '@atcute/bluesky': major 5 - '@atcute/ozone': major 6 - '@atcute/client': major 7 - '@atcute/lex-cli': minor 8 - --- 9 - 10 - consistent casing on types and interfaces 11 - 12 - no more capitalized/pascalcase mixing, these following types are renamed: 13 - 14 - - `At.CID` → `At.Cid` 15 - - `At.CIDLink` → `At.CidLink` 16 - - `At.DID` → `At.Did`
-12
.changeset/thick-eggs-scream.md
··· 1 - --- 2 - '@atcute/whitewind': major 3 - '@atcute/bluemoji': major 4 - '@atcute/bluesky': major 5 - '@atcute/ozone': major 6 - '@atcute/lex-cli': minor 7 - '@atcute/client': major 8 - --- 9 - 10 - add `At.ResourceUri` string type 11 - 12 - this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
-12
.changeset/three-signs-tie.md
··· 1 - --- 2 - '@atcute/whitewind': major 3 - '@atcute/bluemoji': major 4 - '@atcute/bluesky': major 5 - '@atcute/ozone': major 6 - '@atcute/lex-cli': minor 7 - '@atcute/client': major 8 - --- 9 - 10 - add `At.GenericUri` string type 11 - 12 - this is a specialized type for `uri` formatted strings, where there were previously none.
-5
.changeset/twelve-friends-wash.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - lazily initialize DataView
-8
.changeset/violet-moles-lick.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - '@atcute/client': minor 4 - --- 5 - 6 - add `At.Tid` string type 7 - 8 - this is currently an alias to string for now, but it can be made stricter later.
+23
packages/bluesky/richtext-builder/CHANGELOG.md
··· 1 + # @atcute/bluesky-richtext-builder 2 + 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - 17c5958: fix addLink uri type 8 + - Updated dependencies [9d05dfd] 9 + - Updated dependencies [ecce2c6] 10 + - Updated dependencies [13f35e4] 11 + - Updated dependencies [a47373f] 12 + - Updated dependencies [45cc699] 13 + - Updated dependencies [2d10bd8] 14 + - Updated dependencies [8aedcc5] 15 + - Updated dependencies [45cfe46] 16 + - Updated dependencies [813679f] 17 + - Updated dependencies [24be9be] 18 + - Updated dependencies [d3fbc7e] 19 + - Updated dependencies [c7e8573] 20 + - Updated dependencies [61bd8d2] 21 + - Updated dependencies [87a99f1] 22 + - @atcute/client@3.0.0 23 + - @atcute/bluesky@2.0.0
+3 -3
packages/bluesky/richtext-builder/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-richtext-builder", 4 - "version": "1.0.2", 4 + "version": "2.0.0", 5 5 "description": "builder pattern for Bluesky's rich text facets", 6 6 "license": "MIT", 7 7 "repository": { ··· 24 24 "prepublish": "rm -rf dist; pnpm run build" 25 25 }, 26 26 "peerDependencies": { 27 - "@atcute/bluesky": "^1.0.0", 28 - "@atcute/client": "^1.0.0 || ^2.0.0" 27 + "@atcute/bluesky": "^2.0.0", 28 + "@atcute/client": "^3.0.0" 29 29 }, 30 30 "devDependencies": { 31 31 "@atcute/bluesky": "workspace:^",
+22
packages/bluesky/richtext-segmenter/CHANGELOG.md
··· 1 + # @atcute/bluesky-richtext-segmenter 2 + 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [9d05dfd] 8 + - Updated dependencies [ecce2c6] 9 + - Updated dependencies [13f35e4] 10 + - Updated dependencies [a47373f] 11 + - Updated dependencies [45cc699] 12 + - Updated dependencies [2d10bd8] 13 + - Updated dependencies [8aedcc5] 14 + - Updated dependencies [45cfe46] 15 + - Updated dependencies [813679f] 16 + - Updated dependencies [24be9be] 17 + - Updated dependencies [d3fbc7e] 18 + - Updated dependencies [c7e8573] 19 + - Updated dependencies [61bd8d2] 20 + - Updated dependencies [87a99f1] 21 + - @atcute/client@3.0.0 22 + - @atcute/bluesky@2.0.0
+3 -3
packages/bluesky/richtext-segmenter/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-richtext-segmenter", 4 - "version": "1.0.5", 4 + "version": "2.0.0", 5 5 "description": "segments Bluesky's rich text facets into tokens", 6 6 "license": "MIT", 7 7 "repository": { ··· 24 24 "prepublish": "rm -rf dist; pnpm run build" 25 25 }, 26 26 "peerDependencies": { 27 - "@atcute/bluesky": "^1.0.0", 28 - "@atcute/client": "^1.0.0 || ^2.0.0" 27 + "@atcute/bluesky": "^2.0.0", 28 + "@atcute/client": "^3.0.0" 29 29 }, 30 30 "devDependencies": { 31 31 "@atcute/bluesky": "workspace:^",
+25
packages/bluesky/threading/CHANGELOG.md
··· 1 1 # @atcute/bluesky-threading 2 2 3 + ## 4.0.0 4 + 5 + ### Patch Changes 6 + 7 + - a87024c: strict types 8 + - Updated dependencies [9d05dfd] 9 + - Updated dependencies [ecce2c6] 10 + - Updated dependencies [13f35e4] 11 + - Updated dependencies [a47373f] 12 + - Updated dependencies [45cc699] 13 + - Updated dependencies [2d10bd8] 14 + - Updated dependencies [8aedcc5] 15 + - Updated dependencies [45cfe46] 16 + - Updated dependencies [813679f] 17 + - Updated dependencies [24be9be] 18 + - Updated dependencies [d3fbc7e] 19 + - Updated dependencies [c7e8573] 20 + - Updated dependencies [61bd8d2] 21 + - Updated dependencies [3972bbf] 22 + - Updated dependencies [87a99f1] 23 + - @atcute/client@3.0.0 24 + - @atcute/bluesky@2.0.0 25 + - @atcute/cbor@2.2.1 26 + - @atcute/cid@2.2.1 27 + 3 28 ## 3.0.1 4 29 5 30 ### Patch Changes
+3 -3
packages/bluesky/threading/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-threading", 4 - "version": "3.0.1", 4 + "version": "4.0.0", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 6 "license": "MIT", 7 7 "repository": { ··· 24 24 "prepublish": "rm -rf dist; pnpm run build" 25 25 }, 26 26 "peerDependencies": { 27 - "@atcute/bluesky": "^1.0.0", 28 - "@atcute/client": "^2.0.0" 27 + "@atcute/bluesky": "^2.0.0", 28 + "@atcute/client": "^3.0.0" 29 29 }, 30 30 "dependencies": { 31 31 "@atcute/cbor": "workspace:^",
+50
packages/core/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 3.0.0 4 + 5 + this version contains breaking changes to the lexicon type definitions. 6 + 7 + ### Major Changes 8 + 9 + - 813679f: add `At.Nsid` string type 10 + 11 + this is a specialized type for `nsid` formatted strings, where there were previously none. 12 + 13 + - d3fbc7e: consistent casing on types and interfaces 14 + 15 + no more capitalized/pascalcase mixing, these following types are renamed: 16 + 17 + - `At.CID` → `At.Cid` 18 + - `At.CIDLink` → `At.CidLink` 19 + - `At.DID` → `At.Did` 20 + 21 + - c7e8573: add `At.ResourceUri` string type 22 + 23 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 24 + 25 + - 61bd8d2: add `At.GenericUri` string type 26 + 27 + this is a specialized type for `uri` formatted strings, where there were previously none. 28 + 29 + ### Minor Changes 30 + 31 + - 9d05dfd: add `At.RecordKey` string type 32 + 33 + this is currently an alias to `string` for now. 34 + 35 + - 13f35e4: allow passing ReadableStream and ArrayBuffer as input 36 + - a47373f: add `At.Identifier` string type 37 + 38 + an alias for either `At.DID` or `At.Handle` 39 + 40 + - 2d10bd8: add `At.CanonicalResourceUri` string type 41 + - 8aedcc5: `At.Did` now contains a `TMethod` type parameter for specifying DID methods in the 42 + identifier. 43 + - 45cfe46: add new response field, deprecating the old output field 44 + - 24be9be: `At.Handle` string type is now stricter 45 + - 87a99f1: add `At.Tid` string type 46 + 47 + this is currently an alias to string for now, but it can be made stricter later. 48 + 49 + ### Patch Changes 50 + 51 + - 45cc699: clean up base types JSDoc 52 + 3 53 ## 2.0.9 4 54 5 55 ### Patch Changes
+1 -1
packages/core/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "2.0.9", 4 + "version": "3.0.0", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+48
packages/core/lex-cli/CHANGELOG.md
··· 1 + # @atcute/lex-cli 2 + 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - 9d05dfd: add `At.RecordKey` string type 8 + 9 + this is currently an alias to `string` for now. 10 + 11 + - 13f35e4: allow passing ReadableStream and ArrayBuffer as input 12 + - a47373f: add `At.Identifier` string type 13 + 14 + an alias for either `At.DID` or `At.Handle` 15 + 16 + - 2d10bd8: add `At.CanonicalResourceUri` string type 17 + - 8aedcc5: `At.Did` now contains a `TMethod` type parameter for specifying DID methods in the 18 + identifier. 19 + - 45cfe46: add new response field, deprecating the old output field 20 + - 813679f: add `At.Nsid` string type 21 + 22 + this is a specialized type for `nsid` formatted strings, where there were previously none. 23 + 24 + - 24be9be: `At.Handle` string type is now stricter 25 + - d3fbc7e: consistent casing on types and interfaces 26 + 27 + no more capitalized/pascalcase mixing, these following types are renamed: 28 + 29 + - `At.CID` → `At.Cid` 30 + - `At.CIDLink` → `At.CidLink` 31 + - `At.DID` → `At.Did` 32 + 33 + - c7e8573: add `At.ResourceUri` string type 34 + 35 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 36 + 37 + - 61bd8d2: add `At.GenericUri` string type 38 + 39 + this is a specialized type for `uri` formatted strings, where there were previously none. 40 + 41 + - 87a99f1: add `At.Tid` string type 42 + 43 + this is currently an alias to string for now, but it can be made stricter later. 44 + 45 + ### Patch Changes 46 + 47 + - e278e91: clean up string format handling 48 + - 45cc699: clean up base types JSDoc
+1 -1
packages/core/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "1.0.4", 4 + "version": "1.1.0", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {
+48
packages/definitions/bluemoji/CHANGELOG.md
··· 1 + # @atcute/bluemoji 2 + 3 + ## 2.0.0 4 + 5 + ### Major Changes 6 + 7 + - a47373f: add `At.Identifier` string type 8 + 9 + an alias for either `At.DID` or `At.Handle` 10 + 11 + - d3fbc7e: consistent casing on types and interfaces 12 + 13 + no more capitalized/pascalcase mixing, these following types are renamed: 14 + 15 + - `At.CID` → `At.Cid` 16 + - `At.CIDLink` → `At.CidLink` 17 + - `At.DID` → `At.Did` 18 + 19 + - c7e8573: add `At.ResourceUri` string type 20 + 21 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 22 + 23 + - 61bd8d2: add `At.GenericUri` string type 24 + 25 + this is a specialized type for `uri` formatted strings, where there were previously none. 26 + 27 + ### Minor Changes 28 + 29 + - 45cfe46: add new response field, deprecating the old output field 30 + 31 + ### Patch Changes 32 + 33 + - Updated dependencies [9d05dfd] 34 + - Updated dependencies [ecce2c6] 35 + - Updated dependencies [13f35e4] 36 + - Updated dependencies [a47373f] 37 + - Updated dependencies [45cc699] 38 + - Updated dependencies [2d10bd8] 39 + - Updated dependencies [8aedcc5] 40 + - Updated dependencies [45cfe46] 41 + - Updated dependencies [813679f] 42 + - Updated dependencies [24be9be] 43 + - Updated dependencies [d3fbc7e] 44 + - Updated dependencies [c7e8573] 45 + - Updated dependencies [61bd8d2] 46 + - Updated dependencies [87a99f1] 47 + - @atcute/client@3.0.0 48 + - @atcute/bluesky@2.0.0
+3 -3
packages/definitions/bluemoji/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluemoji", 4 - "version": "1.0.4", 4 + "version": "2.0.0", 5 5 "description": "Bluemoji type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": { ··· 23 23 "prepublish": "rm -rf dist; pnpm run build" 24 24 }, 25 25 "peerDependencies": { 26 - "@atcute/bluesky": "^1.0.0", 27 - "@atcute/client": "^1.0.0 || ^2.0.0" 26 + "@atcute/bluesky": "^2.0.0", 27 + "@atcute/client": "^3.0.0" 28 28 }, 29 29 "devDependencies": { 30 30 "@atcute/bluesky": "workspace:^",
+51
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 2.0.0 4 + 5 + ### Major Changes 6 + 7 + - a47373f: add `At.Identifier` string type 8 + 9 + an alias for either `At.DID` or `At.Handle` 10 + 11 + - 813679f: add `At.Nsid` string type 12 + 13 + this is a specialized type for `nsid` formatted strings, where there were previously none. 14 + 15 + - d3fbc7e: consistent casing on types and interfaces 16 + 17 + no more capitalized/pascalcase mixing, these following types are renamed: 18 + 19 + - `At.CID` → `At.Cid` 20 + - `At.CIDLink` → `At.CidLink` 21 + - `At.DID` → `At.Did` 22 + 23 + - c7e8573: add `At.ResourceUri` string type 24 + 25 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 26 + 27 + - 61bd8d2: add `At.GenericUri` string type 28 + 29 + this is a specialized type for `uri` formatted strings, where there were previously none. 30 + 31 + ### Minor Changes 32 + 33 + - 13f35e4: allow passing ReadableStream and ArrayBuffer as input 34 + - 45cfe46: add new response field, deprecating the old output field 35 + 36 + ### Patch Changes 37 + 38 + - ecce2c6: pull latest Bluesky lexicons 39 + - Updated dependencies [9d05dfd] 40 + - Updated dependencies [13f35e4] 41 + - Updated dependencies [a47373f] 42 + - Updated dependencies [45cc699] 43 + - Updated dependencies [2d10bd8] 44 + - Updated dependencies [8aedcc5] 45 + - Updated dependencies [45cfe46] 46 + - Updated dependencies [813679f] 47 + - Updated dependencies [24be9be] 48 + - Updated dependencies [d3fbc7e] 49 + - Updated dependencies [c7e8573] 50 + - Updated dependencies [61bd8d2] 51 + - Updated dependencies [87a99f1] 52 + - @atcute/client@3.0.0 53 + 3 54 ## 1.0.15 4 55 5 56 ### Patch Changes
+2 -2
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "1.0.15", 4 + "version": "2.0.0", 5 5 "description": "Bluesky type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": { ··· 23 23 "prepublish": "rm -rf dist; pnpm run build" 24 24 }, 25 25 "peerDependencies": { 26 - "@atcute/client": "^1.0.0 || ^2.0.0" 26 + "@atcute/client": "^3.0.0" 27 27 }, 28 28 "devDependencies": { 29 29 "@atcute/client": "workspace:^",
+47
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 2.0.0 4 + 5 + ### Major Changes 6 + 7 + - 813679f: add `At.Nsid` string type 8 + 9 + this is a specialized type for `nsid` formatted strings, where there were previously none. 10 + 11 + - d3fbc7e: consistent casing on types and interfaces 12 + 13 + no more capitalized/pascalcase mixing, these following types are renamed: 14 + 15 + - `At.CID` → `At.Cid` 16 + - `At.CIDLink` → `At.CidLink` 17 + - `At.DID` → `At.Did` 18 + 19 + - c7e8573: add `At.ResourceUri` string type 20 + 21 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 22 + 23 + - 61bd8d2: add `At.GenericUri` string type 24 + 25 + this is a specialized type for `uri` formatted strings, where there were previously none. 26 + 27 + ### Minor Changes 28 + 29 + - 45cfe46: add new response field, deprecating the old output field 30 + 31 + ### Patch Changes 32 + 33 + - Updated dependencies [9d05dfd] 34 + - Updated dependencies [ecce2c6] 35 + - Updated dependencies [13f35e4] 36 + - Updated dependencies [a47373f] 37 + - Updated dependencies [45cc699] 38 + - Updated dependencies [2d10bd8] 39 + - Updated dependencies [8aedcc5] 40 + - Updated dependencies [45cfe46] 41 + - Updated dependencies [813679f] 42 + - Updated dependencies [24be9be] 43 + - Updated dependencies [d3fbc7e] 44 + - Updated dependencies [c7e8573] 45 + - Updated dependencies [61bd8d2] 46 + - Updated dependencies [87a99f1] 47 + - @atcute/client@3.0.0 48 + - @atcute/bluesky@2.0.0 49 + 3 50 ## 1.0.12 4 51 5 52 ### Patch Changes
+3 -3
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "1.0.12", 4 + "version": "2.0.0", 5 5 "description": "Ozone type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": { ··· 23 23 "prepublish": "rm -rf dist; pnpm run build" 24 24 }, 25 25 "peerDependencies": { 26 - "@atcute/bluesky": "^1.0.0", 27 - "@atcute/client": "^1.0.0 || ^2.0.0" 26 + "@atcute/bluesky": "^2.0.0", 27 + "@atcute/client": "^3.0.0" 28 28 }, 29 29 "devDependencies": { 30 30 "@atcute/bluesky": "workspace:^",
+46
packages/definitions/whitewind/CHANGELOG.md
··· 1 + # @atcute/whitewind 2 + 3 + ## 2.0.0 4 + 5 + ### Major Changes 6 + 7 + - a47373f: add `At.Identifier` string type 8 + 9 + an alias for either `At.DID` or `At.Handle` 10 + 11 + - d3fbc7e: consistent casing on types and interfaces 12 + 13 + no more capitalized/pascalcase mixing, these following types are renamed: 14 + 15 + - `At.CID` → `At.Cid` 16 + - `At.CIDLink` → `At.CidLink` 17 + - `At.DID` → `At.Did` 18 + 19 + - c7e8573: add `At.ResourceUri` string type 20 + 21 + this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string 22 + 23 + - 61bd8d2: add `At.GenericUri` string type 24 + 25 + this is a specialized type for `uri` formatted strings, where there were previously none. 26 + 27 + ### Minor Changes 28 + 29 + - 45cfe46: add new response field, deprecating the old output field 30 + 31 + ### Patch Changes 32 + 33 + - Updated dependencies [9d05dfd] 34 + - Updated dependencies [13f35e4] 35 + - Updated dependencies [a47373f] 36 + - Updated dependencies [45cc699] 37 + - Updated dependencies [2d10bd8] 38 + - Updated dependencies [8aedcc5] 39 + - Updated dependencies [45cfe46] 40 + - Updated dependencies [813679f] 41 + - Updated dependencies [24be9be] 42 + - Updated dependencies [d3fbc7e] 43 + - Updated dependencies [c7e8573] 44 + - Updated dependencies [61bd8d2] 45 + - Updated dependencies [87a99f1] 46 + - @atcute/client@3.0.0
+2 -2
packages/definitions/whitewind/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/whitewind", 4 - "version": "1.0.4", 4 + "version": "2.0.0", 5 5 "description": "WhiteWind type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": { ··· 23 23 "prepublish": "rm -rf dist; pnpm run build" 24 24 }, 25 25 "peerDependencies": { 26 - "@atcute/client": "^1.0.0 || ^2.0.0" 26 + "@atcute/client": "^3.0.0" 27 27 }, 28 28 "devDependencies": { 29 29 "@atcute/client": "workspace:^",
+11
packages/identity/did-plc/CHANGELOG.md
··· 1 1 # @atcute/did-plc 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [5aedfc5] 8 + - Updated dependencies [3972bbf] 9 + - @atcute/multibase@1.1.3 10 + - @atcute/cbor@2.2.1 11 + - @atcute/cid@2.2.1 12 + - @atcute/crypto@2.2.1 13 + 3 14 ## 0.1.1 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.1", 4 + "version": "0.1.2", 5 5 "description": "validations, type definitions and schemas for did:plc operations", 6 6 "keywords": [ 7 7 "atproto",
+21
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.17 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [9d05dfd] 8 + - Updated dependencies [13f35e4] 9 + - Updated dependencies [5aedfc5] 10 + - Updated dependencies [a47373f] 11 + - Updated dependencies [45cc699] 12 + - Updated dependencies [2d10bd8] 13 + - Updated dependencies [8aedcc5] 14 + - Updated dependencies [45cfe46] 15 + - Updated dependencies [813679f] 16 + - Updated dependencies [24be9be] 17 + - Updated dependencies [d3fbc7e] 18 + - Updated dependencies [c7e8573] 19 + - Updated dependencies [61bd8d2] 20 + - Updated dependencies [87a99f1] 21 + - @atcute/client@3.0.0 22 + - @atcute/multibase@1.1.3 23 + 3 24 ## 1.0.16 4 25 5 26 ### 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.16", 4 + "version": "1.0.17", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+8
packages/utilities/car/CHANGELOG.md
··· 1 1 # @atcute/car 2 2 3 + ## 3.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [3972bbf] 8 + - @atcute/cbor@2.2.1 9 + - @atcute/cid@2.2.1 10 + 3 11 ## 3.0.1 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/car/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/car", 4 - "version": "3.0.1", 4 + "version": "3.0.2", 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.1 4 + 5 + ### Patch Changes 6 + 7 + - 3972bbf: lazily initialize DataView 8 + - Updated dependencies [5aedfc5] 9 + - @atcute/multibase@1.1.3 10 + - @atcute/cid@2.2.1 11 + 3 12 ## 2.2.0 4 13 5 14 ### Minor Changes
+1 -1
packages/utilities/cbor/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cbor", 4 - "version": "2.2.0", 4 + "version": "2.2.1", 5 5 "description": "lightweight DASL dCBOR42 codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/utilities/cid/CHANGELOG.md
··· 1 1 # @atcute/cid 2 2 3 + ## 2.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [5aedfc5] 8 + - @atcute/multibase@1.1.3 9 + 3 10 ## 2.2.0 4 11 5 12 ### Minor Changes
+1 -1
packages/utilities/cid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cid", 4 - "version": "2.2.0", 4 + "version": "2.2.1", 5 5 "description": "lightweight DASL CID codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+8
packages/utilities/crypto/CHANGELOG.md
··· 1 + # @atcute/crypto 2 + 3 + ## 2.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [5aedfc5] 8 + - @atcute/multibase@1.1.3
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/crypto", 4 - "version": "2.2.0", 4 + "version": "2.2.1", 5 5 "description": "lightweight atproto cryptographic library", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/utilities/multibase/CHANGELOG.md
··· 1 + # @atcute/multibase 2 + 3 + ## 1.1.3 4 + 5 + ### Patch Changes 6 + 7 + - 5aedfc5: consistent behavior in multibase encode
+1 -1
packages/utilities/multibase/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/multibase", 4 - "version": "1.1.2", 4 + "version": "1.1.3", 5 5 "description": "multibase utilities", 6 6 "license": "MIT", 7 7 "repository": {