···11----
22-'@atcute/lex-cli': minor
33-'@atcute/client': minor
44----
55-66-add `At.RecordKey` string type
77-88-this is currently an alias to `string` for now.
···11----
22-'@atcute/bluesky-richtext-builder': patch
33----
44-55-fix addLink uri type
-5
.changeset/clear-rules-carry.md
···11----
22-'@atcute/lex-cli': patch
33----
44-55-clean up string format handling
-7
.changeset/crazy-ads-like.md
···11----
22-'@atcute/bluesky': minor
33-'@atcute/lex-cli': minor
44-'@atcute/client': minor
55----
66-77-allow passing ReadableStream and ArrayBuffer as input
-5
.changeset/eager-teeth-smell.md
···11----
22-'@atcute/multibase': patch
33----
44-55-consistent behavior in multibase encode
-11
.changeset/fancy-trains-agree.md
···11----
22-'@atcute/whitewind': major
33-'@atcute/bluemoji': major
44-'@atcute/bluesky': major
55-'@atcute/lex-cli': minor
66-'@atcute/client': minor
77----
88-99-add `At.Identifier` string type
1010-1111-an alias for either `At.DID` or `At.Handle`
-6
.changeset/giant-birds-wear.md
···11----
22-'@atcute/lex-cli': patch
33-'@atcute/client': patch
44----
55-66-clean up base types JSDoc
···11----
22-'@atcute/lex-cli': minor
33-'@atcute/client': minor
44----
55-66-add `At.CanonicalResourceUri` string type
-6
.changeset/moody-words-go.md
···11----
22-'@atcute/lex-cli': minor
33-'@atcute/client': minor
44----
55-66-`At.Did` now contains a `TMethod` type parameter for specifying DID methods in the identifier.
-10
.changeset/open-cameras-share.md
···11----
22-'@atcute/whitewind': minor
33-'@atcute/bluemoji': minor
44-'@atcute/bluesky': minor
55-'@atcute/ozone': minor
66-'@atcute/lex-cli': minor
77-'@atcute/client': minor
88----
99-1010-add new response field, deprecating the old output field
-10
.changeset/polite-carpets-search.md
···11----
22-'@atcute/bluesky': major
33-'@atcute/ozone': major
44-'@atcute/lex-cli': minor
55-'@atcute/client': major
66----
77-88-add `At.Nsid` string type
99-1010-this is a specialized type for `nsid` formatted strings, where there were previously none.
-6
.changeset/salty-hounds-end.md
···11----
22-'@atcute/lex-cli': minor
33-'@atcute/client': minor
44----
55-66-`At.Handle` string type is now stricter
-16
.changeset/smooth-keys-reply.md
···11----
22-'@atcute/whitewind': major
33-'@atcute/bluemoji': major
44-'@atcute/bluesky': major
55-'@atcute/ozone': major
66-'@atcute/client': major
77-'@atcute/lex-cli': minor
88----
99-1010-consistent casing on types and interfaces
1111-1212-no more capitalized/pascalcase mixing, these following types are renamed:
1313-1414-- `At.CID` → `At.Cid`
1515-- `At.CIDLink` → `At.CidLink`
1616-- `At.DID` → `At.Did`
-12
.changeset/thick-eggs-scream.md
···11----
22-'@atcute/whitewind': major
33-'@atcute/bluemoji': major
44-'@atcute/bluesky': major
55-'@atcute/ozone': major
66-'@atcute/lex-cli': minor
77-'@atcute/client': major
88----
99-1010-add `At.ResourceUri` string type
1111-1212-this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
-12
.changeset/three-signs-tie.md
···11----
22-'@atcute/whitewind': major
33-'@atcute/bluemoji': major
44-'@atcute/bluesky': major
55-'@atcute/ozone': major
66-'@atcute/lex-cli': minor
77-'@atcute/client': major
88----
99-1010-add `At.GenericUri` string type
1111-1212-this is a specialized type for `uri` formatted strings, where there were previously none.
···11----
22-'@atcute/lex-cli': minor
33-'@atcute/client': minor
44----
55-66-add `At.Tid` string type
77-88-this is currently an alias to string for now, but it can be made stricter later.
···11# @atcute/client
2233+## 3.0.0
44+55+this version contains breaking changes to the lexicon type definitions.
66+77+### Major Changes
88+99+- 813679f: add `At.Nsid` string type
1010+1111+ this is a specialized type for `nsid` formatted strings, where there were previously none.
1212+1313+- d3fbc7e: consistent casing on types and interfaces
1414+1515+ no more capitalized/pascalcase mixing, these following types are renamed:
1616+1717+ - `At.CID` → `At.Cid`
1818+ - `At.CIDLink` → `At.CidLink`
1919+ - `At.DID` → `At.Did`
2020+2121+- c7e8573: add `At.ResourceUri` string type
2222+2323+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
2424+2525+- 61bd8d2: add `At.GenericUri` string type
2626+2727+ this is a specialized type for `uri` formatted strings, where there were previously none.
2828+2929+### Minor Changes
3030+3131+- 9d05dfd: add `At.RecordKey` string type
3232+3333+ this is currently an alias to `string` for now.
3434+3535+- 13f35e4: allow passing ReadableStream and ArrayBuffer as input
3636+- a47373f: add `At.Identifier` string type
3737+3838+ an alias for either `At.DID` or `At.Handle`
3939+4040+- 2d10bd8: add `At.CanonicalResourceUri` string type
4141+- 8aedcc5: `At.Did` now contains a `TMethod` type parameter for specifying DID methods in the
4242+ identifier.
4343+- 45cfe46: add new response field, deprecating the old output field
4444+- 24be9be: `At.Handle` string type is now stricter
4545+- 87a99f1: add `At.Tid` string type
4646+4747+ this is currently an alias to string for now, but it can be made stricter later.
4848+4949+### Patch Changes
5050+5151+- 45cc699: clean up base types JSDoc
5252+353## 2.0.9
454555### Patch Changes
+1-1
packages/core/client/package.json
···11{
22 "type": "module",
33 "name": "@atcute/client",
44- "version": "2.0.9",
44+ "version": "3.0.0",
55 "description": "lightweight and cute API client for AT Protocol",
66 "license": "MIT",
77 "repository": {
+48
packages/core/lex-cli/CHANGELOG.md
···11+# @atcute/lex-cli
22+33+## 1.1.0
44+55+### Minor Changes
66+77+- 9d05dfd: add `At.RecordKey` string type
88+99+ this is currently an alias to `string` for now.
1010+1111+- 13f35e4: allow passing ReadableStream and ArrayBuffer as input
1212+- a47373f: add `At.Identifier` string type
1313+1414+ an alias for either `At.DID` or `At.Handle`
1515+1616+- 2d10bd8: add `At.CanonicalResourceUri` string type
1717+- 8aedcc5: `At.Did` now contains a `TMethod` type parameter for specifying DID methods in the
1818+ identifier.
1919+- 45cfe46: add new response field, deprecating the old output field
2020+- 813679f: add `At.Nsid` string type
2121+2222+ this is a specialized type for `nsid` formatted strings, where there were previously none.
2323+2424+- 24be9be: `At.Handle` string type is now stricter
2525+- d3fbc7e: consistent casing on types and interfaces
2626+2727+ no more capitalized/pascalcase mixing, these following types are renamed:
2828+2929+ - `At.CID` → `At.Cid`
3030+ - `At.CIDLink` → `At.CidLink`
3131+ - `At.DID` → `At.Did`
3232+3333+- c7e8573: add `At.ResourceUri` string type
3434+3535+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
3636+3737+- 61bd8d2: add `At.GenericUri` string type
3838+3939+ this is a specialized type for `uri` formatted strings, where there were previously none.
4040+4141+- 87a99f1: add `At.Tid` string type
4242+4343+ this is currently an alias to string for now, but it can be made stricter later.
4444+4545+### Patch Changes
4646+4747+- e278e91: clean up string format handling
4848+- 45cc699: clean up base types JSDoc
+1-1
packages/core/lex-cli/package.json
···11{
22 "type": "module",
33 "name": "@atcute/lex-cli",
44- "version": "1.0.4",
44+ "version": "1.1.0",
55 "description": "cli tool to generate type definitions for atcute",
66 "license": "MIT",
77 "repository": {
+48
packages/definitions/bluemoji/CHANGELOG.md
···11+# @atcute/bluemoji
22+33+## 2.0.0
44+55+### Major Changes
66+77+- a47373f: add `At.Identifier` string type
88+99+ an alias for either `At.DID` or `At.Handle`
1010+1111+- d3fbc7e: consistent casing on types and interfaces
1212+1313+ no more capitalized/pascalcase mixing, these following types are renamed:
1414+1515+ - `At.CID` → `At.Cid`
1616+ - `At.CIDLink` → `At.CidLink`
1717+ - `At.DID` → `At.Did`
1818+1919+- c7e8573: add `At.ResourceUri` string type
2020+2121+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
2222+2323+- 61bd8d2: add `At.GenericUri` string type
2424+2525+ this is a specialized type for `uri` formatted strings, where there were previously none.
2626+2727+### Minor Changes
2828+2929+- 45cfe46: add new response field, deprecating the old output field
3030+3131+### Patch Changes
3232+3333+- Updated dependencies [9d05dfd]
3434+- Updated dependencies [ecce2c6]
3535+- Updated dependencies [13f35e4]
3636+- Updated dependencies [a47373f]
3737+- Updated dependencies [45cc699]
3838+- Updated dependencies [2d10bd8]
3939+- Updated dependencies [8aedcc5]
4040+- Updated dependencies [45cfe46]
4141+- Updated dependencies [813679f]
4242+- Updated dependencies [24be9be]
4343+- Updated dependencies [d3fbc7e]
4444+- Updated dependencies [c7e8573]
4545+- Updated dependencies [61bd8d2]
4646+- Updated dependencies [87a99f1]
4747+ - @atcute/client@3.0.0
4848+ - @atcute/bluesky@2.0.0
···11# @atcute/bluesky
2233+## 2.0.0
44+55+### Major Changes
66+77+- a47373f: add `At.Identifier` string type
88+99+ an alias for either `At.DID` or `At.Handle`
1010+1111+- 813679f: add `At.Nsid` string type
1212+1313+ this is a specialized type for `nsid` formatted strings, where there were previously none.
1414+1515+- d3fbc7e: consistent casing on types and interfaces
1616+1717+ no more capitalized/pascalcase mixing, these following types are renamed:
1818+1919+ - `At.CID` → `At.Cid`
2020+ - `At.CIDLink` → `At.CidLink`
2121+ - `At.DID` → `At.Did`
2222+2323+- c7e8573: add `At.ResourceUri` string type
2424+2525+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
2626+2727+- 61bd8d2: add `At.GenericUri` string type
2828+2929+ this is a specialized type for `uri` formatted strings, where there were previously none.
3030+3131+### Minor Changes
3232+3333+- 13f35e4: allow passing ReadableStream and ArrayBuffer as input
3434+- 45cfe46: add new response field, deprecating the old output field
3535+3636+### Patch Changes
3737+3838+- ecce2c6: pull latest Bluesky lexicons
3939+- Updated dependencies [9d05dfd]
4040+- Updated dependencies [13f35e4]
4141+- Updated dependencies [a47373f]
4242+- Updated dependencies [45cc699]
4343+- Updated dependencies [2d10bd8]
4444+- Updated dependencies [8aedcc5]
4545+- Updated dependencies [45cfe46]
4646+- Updated dependencies [813679f]
4747+- Updated dependencies [24be9be]
4848+- Updated dependencies [d3fbc7e]
4949+- Updated dependencies [c7e8573]
5050+- Updated dependencies [61bd8d2]
5151+- Updated dependencies [87a99f1]
5252+ - @atcute/client@3.0.0
5353+354## 1.0.15
455556### Patch Changes
···11# @atcute/ozone
2233+## 2.0.0
44+55+### Major Changes
66+77+- 813679f: add `At.Nsid` string type
88+99+ this is a specialized type for `nsid` formatted strings, where there were previously none.
1010+1111+- d3fbc7e: consistent casing on types and interfaces
1212+1313+ no more capitalized/pascalcase mixing, these following types are renamed:
1414+1515+ - `At.CID` → `At.Cid`
1616+ - `At.CIDLink` → `At.CidLink`
1717+ - `At.DID` → `At.Did`
1818+1919+- c7e8573: add `At.ResourceUri` string type
2020+2121+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
2222+2323+- 61bd8d2: add `At.GenericUri` string type
2424+2525+ this is a specialized type for `uri` formatted strings, where there were previously none.
2626+2727+### Minor Changes
2828+2929+- 45cfe46: add new response field, deprecating the old output field
3030+3131+### Patch Changes
3232+3333+- Updated dependencies [9d05dfd]
3434+- Updated dependencies [ecce2c6]
3535+- Updated dependencies [13f35e4]
3636+- Updated dependencies [a47373f]
3737+- Updated dependencies [45cc699]
3838+- Updated dependencies [2d10bd8]
3939+- Updated dependencies [8aedcc5]
4040+- Updated dependencies [45cfe46]
4141+- Updated dependencies [813679f]
4242+- Updated dependencies [24be9be]
4343+- Updated dependencies [d3fbc7e]
4444+- Updated dependencies [c7e8573]
4545+- Updated dependencies [61bd8d2]
4646+- Updated dependencies [87a99f1]
4747+ - @atcute/client@3.0.0
4848+ - @atcute/bluesky@2.0.0
4949+350## 1.0.12
451552### Patch Changes
···11+# @atcute/whitewind
22+33+## 2.0.0
44+55+### Major Changes
66+77+- a47373f: add `At.Identifier` string type
88+99+ an alias for either `At.DID` or `At.Handle`
1010+1111+- d3fbc7e: consistent casing on types and interfaces
1212+1313+ no more capitalized/pascalcase mixing, these following types are renamed:
1414+1515+ - `At.CID` → `At.Cid`
1616+ - `At.CIDLink` → `At.CidLink`
1717+ - `At.DID` → `At.Did`
1818+1919+- c7e8573: add `At.ResourceUri` string type
2020+2121+ this is a specialized type for `at-uri` formatted strings, replacing the previous `At.Uri` string
2222+2323+- 61bd8d2: add `At.GenericUri` string type
2424+2525+ this is a specialized type for `uri` formatted strings, where there were previously none.
2626+2727+### Minor Changes
2828+2929+- 45cfe46: add new response field, deprecating the old output field
3030+3131+### Patch Changes
3232+3333+- Updated dependencies [9d05dfd]
3434+- Updated dependencies [13f35e4]
3535+- Updated dependencies [a47373f]
3636+- Updated dependencies [45cc699]
3737+- Updated dependencies [2d10bd8]
3838+- Updated dependencies [8aedcc5]
3939+- Updated dependencies [45cfe46]
4040+- Updated dependencies [813679f]
4141+- Updated dependencies [24be9be]
4242+- Updated dependencies [d3fbc7e]
4343+- Updated dependencies [c7e8573]
4444+- Updated dependencies [61bd8d2]
4545+- Updated dependencies [87a99f1]
4646+ - @atcute/client@3.0.0