a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky

chore: bump versions

mary.my.id 6f2a4596 1db9645c

verified
+425 -100
-7
.changeset/deep-boats-shave.md
··· 1 - --- 2 - '@atcute/lexicons': patch 3 - --- 4 - 5 - fix recursive type error 6 - 7 - messed up how I implemented Standard Schema support.
-5
.changeset/free-parks-look.md
··· 1 - --- 2 - '@atcute/xrpc-server': patch 3 - --- 4 - 5 - explicitly clarify `Uint8Array<ArrayBuffer>` for readJwtSignature
-5
.changeset/six-games-hide.md
··· 1 - --- 2 - '@atcute/cbor': patch 3 - --- 4 - 5 - explicitly clarify `Uint8Array<ArrayBuffer>` for encode
-42
.changeset/tough-items-arrive.md
··· 1 - --- 2 - '@atcute/identity-resolver-node': patch 3 - '@atcute/lexicon-community': patch 4 - '@atcute/bluesky-richtext-segmenter': patch 5 - '@atcute/identity-resolver': patch 6 - '@atcute/lexicon-resolver': patch 7 - '@atcute/bluesky-richtext-builder': patch 8 - 'pkg-size-report': patch 9 - '@atcute/bluesky-richtext-parser': patch 10 - '@atcute/bluesky-search-parser': patch 11 - '@atcute/frontpage': patch 12 - '@atcute/whitewind': patch 13 - '@atcute/bluemoji': patch 14 - '@atcute/lexicon-doc': patch 15 - '@atcute/oauth-browser-client': patch 16 - '@atcute/uint8array': patch 17 - '@atcute/atproto': patch 18 - '@atcute/bluesky': patch 19 - '@atcute/leaflet': patch 20 - '@atcute/tangled': patch 21 - '@atcute/xrpc-server': patch 22 - '@atcute/multibase': patch 23 - '@atcute/bluesky-moderation': patch 24 - '@atcute/bluesky-threading': patch 25 - '@atcute/jetstream': patch 26 - '@atcute/ozone': patch 27 - '@atcute/identity': patch 28 - '@atcute/lexicons': patch 29 - '@atcute/did-plc': patch 30 - '@atcute/internal-dev-env': patch 31 - '@atcute/lex-cli': patch 32 - '@atcute/crypto': patch 33 - '@atcute/varint': patch 34 - '@atcute/util-fetch': patch 35 - '@atcute/client': patch 36 - '@atcute/cbor': patch 37 - '@atcute/car': patch 38 - '@atcute/cid': patch 39 - '@atcute/tid': patch 40 - --- 41 - 42 - add `declarationMap` to tsconfig
+9
packages/bluesky/moderation/CHANGELOG.md
··· 1 1 # @atcute/bluesky-moderation 2 2 3 + ## 2.0.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 2.0.3 4 13 5 14 ### 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.3", 4 + "version": "2.0.4", 5 5 "description": "interprets Bluesky's content moderation labels", 6 6 "license": "0BSD", 7 7 "repository": {
+10
packages/bluesky/richtext-builder/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-builder 2 2 3 + ## 2.0.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/bluesky@3.2.5 12 + 3 13 ## 2.0.3 4 14 5 15 ### 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.3", 4 + "version": "2.0.4", 5 5 "description": "builder pattern for Bluesky's rich text facets", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/bluesky/richtext-parser/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-parser 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + 3 9 ## 2.0.0 4 10 5 11 ### Major 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.0", 4 + "version": "2.0.1", 5 5 "description": "parse Bluesky's (extended) rich text syntax", 6 6 "license": "0BSD", 7 7 "repository": {
+10
packages/bluesky/richtext-segmenter/CHANGELOG.md
··· 1 1 # @atcute/bluesky-richtext-segmenter 2 2 3 + ## 2.0.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/bluesky@3.2.5 12 + 3 13 ## 2.0.3 4 14 5 15 ### 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.3", 4 + "version": "2.0.4", 5 5 "description": "segments Bluesky's rich text facets into tokens", 6 6 "license": "0BSD", 7 7 "repository": {
+7
packages/bluesky/search-parser/CHANGELOG.md
··· 1 + # @atcute/bluesky-search-parser 2 + 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig
+1 -1
packages/bluesky/search-parser/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky-search-parser", 4 - "version": "0.1.0", 4 + "version": "0.1.1", 5 5 "description": "parse Bluesky's search syntax", 6 6 "license": "0BSD", 7 7 "repository": {
+16
packages/bluesky/threading/CHANGELOG.md
··· 1 1 # @atcute/bluesky-threading 2 2 3 + ## 5.0.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [4393144] 10 + - Updated dependencies [b30da0e] 11 + - @atcute/lexicons@1.2.2 12 + - @atcute/cbor@2.2.6 13 + - @atcute/atproto@3.1.6 14 + - @atcute/bluesky@3.2.5 15 + - @atcute/client@4.0.4 16 + - @atcute/cid@2.2.4 17 + - @atcute/tid@1.0.3 18 + 3 19 ## 5.0.3 4 20 5 21 ### 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.3", 4 + "version": "5.0.4", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 6 "license": "0BSD", 7 7 "repository": {
+16 -1
packages/clients/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 4.0.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/identity@1.1.1 12 + 3 13 ## 4.0.3 4 14 5 15 ### Patch Changes ··· 96 106 get them. 97 107 98 108 ```ts 99 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 109 + import type { 110 + InferInput, 111 + InferOutput, 112 + InferXRPCBodyInput, 113 + InferXRPCBodyOutput, 114 + } from '@atcute/lexicons'; 100 115 101 116 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 102 117
+1 -1
packages/clients/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "4.0.3", 4 + "version": "4.0.4", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+9
packages/clients/jetstream/CHANGELOG.md
··· 1 1 # @atcute/jetstream 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 1.1.0 4 13 5 14 ### Minor Changes
+1 -1
packages/clients/jetstream/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/jetstream", 4 - "version": "1.1.0", 4 + "version": "1.1.1", 5 5 "description": "lightweight and cute Jetstream subscriber for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+9
packages/definitions/atproto/CHANGELOG.md
··· 1 1 # @atcute/atproto 2 2 3 + ## 3.1.6 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 3.1.5 4 13 5 14 ### Patch Changes
+1 -1
packages/definitions/atproto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/atproto", 4 - "version": "3.1.5", 4 + "version": "3.1.6", 5 5 "description": "AT Protocol (com.atproto.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+17 -1
packages/definitions/bluemoji/CHANGELOG.md
··· 1 1 # @atcute/bluemoji 2 2 3 + ## 3.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + - @atcute/bluesky@3.2.5 13 + 3 14 ## 3.1.0 4 15 5 16 ### Minor Changes ··· 141 152 get them. 142 153 143 154 ```ts 144 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 155 + import type { 156 + InferInput, 157 + InferOutput, 158 + InferXRPCBodyInput, 159 + InferXRPCBodyOutput, 160 + } from '@atcute/lexicons'; 145 161 146 162 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 147 163
+1 -1
packages/definitions/bluemoji/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluemoji", 4 - "version": "3.1.0", 4 + "version": "3.1.1", 5 5 "description": "Bluemoji (blue.moji.*) schema definitions", 6 6 "license": "0BSD", 7 7 "repository": {
+10
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.5 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + 3 13 ## 3.2.4 4 14 5 15 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.2.4", 4 + "version": "3.2.5", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+10
packages/definitions/frontpage/CHANGELOG.md
··· 1 1 # @atcute/frontpage 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + 3 13 ## 1.0.2 4 14 5 15 ### Patch Changes
+1 -1
packages/definitions/frontpage/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/frontpage", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "Frontpage (fyi.unravel.frontpage.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+10
packages/definitions/leaflet/CHANGELOG.md
··· 1 1 # @atcute/leaflet 2 2 3 + ## 1.0.9 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + 3 13 ## 1.0.8 4 14 5 15 ### Patch Changes
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/leaflet", 4 - "version": "1.0.8", 4 + "version": "1.0.9", 5 5 "description": "Leaflet (pub.leaflet.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+10
packages/definitions/lexicon-community/CHANGELOG.md
··· 1 1 # @atcute/lexicon-community 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + 3 13 ## 1.1.0 4 14 5 15 ### Minor Changes
+1 -1
packages/definitions/lexicon-community/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-community", 4 - "version": "1.1.0", 4 + "version": "1.1.1", 5 5 "description": "Lexicon Community (community.lexicon.*) schema definitions", 6 6 "license": "0BSD", 7 7 "repository": {
+11
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 3.1.8 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + - @atcute/bluesky@3.2.5 13 + 3 14 ## 3.1.7 4 15 5 16 ### Patch Changes
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "3.1.7", 4 + "version": "3.1.8", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",
+10
packages/definitions/tangled/CHANGELOG.md
··· 1 1 # @atcute/tangled 2 2 3 + ## 1.0.7 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/atproto@3.1.6 12 + 3 13 ## 1.0.6 4 14 5 15 ### Patch Changes
+1 -1
packages/definitions/tangled/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/tangled", 4 - "version": "1.0.6", 4 + "version": "1.0.7", 5 5 "description": "Tangled (sh.tangled.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+15 -1
packages/definitions/whitewind/CHANGELOG.md
··· 1 1 # @atcute/whitewind 2 2 3 + ## 3.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 3.1.0 4 13 5 14 ### Minor Changes ··· 113 122 get them. 114 123 115 124 ```ts 116 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 125 + import type { 126 + InferInput, 127 + InferOutput, 128 + InferXRPCBodyInput, 129 + InferXRPCBodyOutput, 130 + } from '@atcute/lexicons'; 117 131 118 132 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 119 133
+1 -1
packages/definitions/whitewind/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/whitewind", 4 - "version": "3.1.0", 4 + "version": "3.1.1", 5 5 "description": "WhiteWind (com.whtwnd.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+16
packages/identity/did-plc/CHANGELOG.md
··· 1 1 # @atcute/did-plc 2 2 3 + ## 0.1.7 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [4393144] 10 + - Updated dependencies [b30da0e] 11 + - @atcute/lexicons@1.2.2 12 + - @atcute/cbor@2.2.6 13 + - @atcute/uint8array@1.0.5 14 + - @atcute/multibase@1.1.6 15 + - @atcute/identity@1.1.1 16 + - @atcute/crypto@2.2.5 17 + - @atcute/cid@2.2.4 18 + 3 19 ## 0.1.6 4 20 5 21 ### 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.6", 4 + "version": "0.1.7", 5 5 "description": "validations, type definitions and schemas for did:plc operations", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/identity/identity-resolver-node/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver-node 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 1.0.2 4 13 5 14 ### Patch 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.2", 4 + "version": "1.0.3", 5 5 "description": "additional atproto identity resolvers for Node.js", 6 6 "keywords": [ 7 7 "atproto",
+10
packages/identity/identity-resolver/CHANGELOG.md
··· 1 1 # @atcute/identity-resolver 2 2 3 + ## 1.1.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/util-fetch@1.0.3 12 + 3 13 ## 1.1.3 4 14 5 15 ### Patch Changes
+1 -1
packages/identity/identity-resolver/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity-resolver", 4 - "version": "1.1.3", 4 + "version": "1.1.4", 5 5 "description": "atproto handle and DID document resolution", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/identity/identity/CHANGELOG.md
··· 1 1 # @atcute/identity 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + 3 12 ## 1.1.0 4 13 5 14 ### Minor Changes
+1 -1
packages/identity/identity/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/identity", 4 - "version": "1.1.0", 4 + "version": "1.1.1", 5 5 "description": "syntax, type definitions and schemas for atproto handles, DIDs and DID documents", 6 6 "keywords": [ 7 7 "atproto",
+7
packages/internal/dev-env/CHANGELOG.md
··· 1 + # @atcute/internal-dev-env 2 + 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig
+1 -1
packages/internal/dev-env/package.json
··· 2 2 "private": true, 3 3 "type": "module", 4 4 "name": "@atcute/internal-dev-env", 5 - "version": "1.0.1", 5 + "version": "1.0.2", 6 6 "dependencies": { 7 7 "@atproto/crypto": "^0.4.4", 8 8 "@atproto/identity": "^0.4.8",
+7
packages/internal/pkg-size-report/CHANGELOG.md
··· 1 + # pkg-size-report 2 + 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig
+1 -1
packages/internal/pkg-size-report/package.json
··· 2 2 "private": true, 3 3 "type": "module", 4 4 "name": "pkg-size-report", 5 - "version": "1.0.1", 5 + "version": "1.0.2", 6 6 "description": "cli tool to compute and analyze package sizes", 7 7 "license": "0BSD", 8 8 "repository": {
+8
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.2.1 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [b30da0e] 9 + - @atcute/lexicon-doc@1.1.2 10 + 3 11 ## 2.2.0 4 12 5 13 ### Minor Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "2.2.0", 4 + "version": "2.2.1", 5 5 "description": "cli tool to generate type definitions for atcute", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/lexicons/lexicon-doc/CHANGELOG.md
··· 1 1 # @atcute/lexicon-doc 2 2 3 + ## 1.1.2 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + 3 9 ## 1.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-doc", 4 - "version": "1.1.1", 4 + "version": "1.1.2", 5 5 "description": "type definitions and schemas for atproto lexicon documents", 6 6 "license": "0BSD", 7 7 "repository": {
+17
packages/lexicons/lexicon-resolver/CHANGELOG.md
··· 1 1 # @atcute/lexicon-resolver 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [4393144] 10 + - Updated dependencies [b30da0e] 11 + - @atcute/lexicons@1.2.2 12 + - @atcute/cbor@2.2.6 13 + - @atcute/lexicon-doc@1.1.2 14 + - @atcute/uint8array@1.0.5 15 + - @atcute/crypto@2.2.5 16 + - @atcute/util-fetch@1.0.3 17 + - @atcute/car@3.1.2 18 + - @atcute/cid@2.2.4 19 + 3 20 ## 0.1.1 4 21 5 22 ### Patch Changes
+1 -1
packages/lexicons/lexicon-resolver/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicon-resolver", 4 - "version": "0.1.1", 4 + "version": "0.1.2", 5 5 "description": "atproto lexicon authority resolution", 6 6 "keywords": [ 7 7 "atproto",
+10
packages/lexicons/lexicons/CHANGELOG.md
··· 1 1 # @atcute/lexicons 2 2 3 + ## 1.2.2 4 + 5 + ### Patch Changes 6 + 7 + - 17c6f4a: fix recursive type error 8 + 9 + messed up how I implemented Standard Schema support. 10 + 11 + - b30da0e: add `declarationMap` to tsconfig 12 + 3 13 ## 1.2.1 4 14 5 15 ### Patch Changes
+1 -1
packages/lexicons/lexicons/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lexicons", 4 - "version": "1.2.1", 4 + "version": "1.2.2", 5 5 "description": "AT Protocol core lexicon types and schema validations", 6 6 "license": "0BSD", 7 7 "repository": {
+6
packages/misc/util-fetch/CHANGELOG.md
··· 1 1 # @atcute/util-fetch 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + 3 9 ## 1.0.2 4 10 5 11 ### Patch Changes
+1 -1
packages/misc/util-fetch/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/util-fetch", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "internal fetch utilities", 6 6 "keywords": [ 7 7 "atproto",
+13
packages/oauth/browser-client/CHANGELOG.md
··· 1 1 # @atcute/oauth-browser-client 2 2 3 + ## 1.0.27 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [17c6f4a] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/lexicons@1.2.2 11 + - @atcute/uint8array@1.0.5 12 + - @atcute/multibase@1.1.6 13 + - @atcute/identity@1.1.1 14 + - @atcute/client@4.0.4 15 + 3 16 ## 1.0.26 4 17 5 18 ### 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.26", 4 + "version": "1.0.27", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 6 "license": "0BSD", 7 7 "repository": {
+15
packages/servers/xrpc-server/CHANGELOG.md
··· 1 1 # @atcute/xrpc-server 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - 1db9645: explicitly clarify `Uint8Array<ArrayBuffer>` for readJwtSignature 8 + - b30da0e: add `declarationMap` to tsconfig 9 + - Updated dependencies [17c6f4a] 10 + - Updated dependencies [b30da0e] 11 + - @atcute/lexicons@1.2.2 12 + - @atcute/identity-resolver@1.1.4 13 + - @atcute/uint8array@1.0.5 14 + - @atcute/multibase@1.1.6 15 + - @atcute/identity@1.1.1 16 + - @atcute/crypto@2.2.5 17 + 3 18 ## 0.1.1 4 19 5 20 ### Patch Changes
+1 -1
packages/servers/xrpc-server/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/xrpc-server", 4 - "version": "0.1.1", 4 + "version": "0.1.2", 5 5 "description": "a small web framework for handling XRPC operations", 6 6 "license": "0BSD", 7 7 "repository": {
+12
packages/utilities/car/CHANGELOG.md
··· 1 1 # @atcute/car 2 2 3 + ## 3.1.2 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [4393144] 9 + - Updated dependencies [b30da0e] 10 + - @atcute/cbor@2.2.6 11 + - @atcute/uint8array@1.0.5 12 + - @atcute/varint@1.0.3 13 + - @atcute/cid@2.2.4 14 + 3 15 ## 3.1.1 4 16 5 17 ### Patch Changes
+1 -1
packages/utilities/car/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/car", 4 - "version": "3.1.1", 4 + "version": "3.1.2", 5 5 "description": "lightweight DASL CAR and atproto repository decoder for AT Protocol.", 6 6 "keywords": [ 7 7 "atproto",
+11
packages/utilities/cbor/CHANGELOG.md
··· 1 1 # @atcute/cbor 2 2 3 + ## 2.2.6 4 + 5 + ### Patch Changes 6 + 7 + - 4393144: explicitly clarify `Uint8Array<ArrayBuffer>` for encode 8 + - b30da0e: add `declarationMap` to tsconfig 9 + - Updated dependencies [b30da0e] 10 + - @atcute/uint8array@1.0.5 11 + - @atcute/multibase@1.1.6 12 + - @atcute/cid@2.2.4 13 + 3 14 ## 2.2.5 4 15 5 16 ### Patch Changes
+1 -1
packages/utilities/cbor/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cbor", 4 - "version": "2.2.5", 4 + "version": "2.2.6", 5 5 "description": "lightweight DASL dCBOR42 codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/utilities/cid/CHANGELOG.md
··· 1 1 # @atcute/cid 2 2 3 + ## 2.2.4 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [b30da0e] 9 + - @atcute/uint8array@1.0.5 10 + - @atcute/multibase@1.1.6 11 + 3 12 ## 2.2.3 4 13 5 14 ### Patch Changes
+1 -1
packages/utilities/cid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/cid", 4 - "version": "2.2.3", 4 + "version": "2.2.4", 5 5 "description": "lightweight DASL CID codec library for AT Protocol", 6 6 "keywords": [ 7 7 "atproto",
+9
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.2.5 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [b30da0e] 9 + - @atcute/uint8array@1.0.5 10 + - @atcute/multibase@1.1.6 11 + 3 12 ## 2.2.4 4 13 5 14 ### Patch Changes
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/crypto", 4 - "version": "2.2.4", 4 + "version": "2.2.5", 5 5 "description": "lightweight atproto cryptographic library", 6 6 "keywords": [ 7 7 "atproto",
+8
packages/utilities/multibase/CHANGELOG.md
··· 1 1 # @atcute/multibase 2 2 3 + ## 1.1.6 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + - Updated dependencies [b30da0e] 9 + - @atcute/uint8array@1.0.5 10 + 3 11 ## 1.1.5 4 12 5 13 ### Patch Changes
+1 -1
packages/utilities/multibase/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/multibase", 4 - "version": "1.1.5", 4 + "version": "1.1.6", 5 5 "description": "multibase utilities", 6 6 "license": "0BSD", 7 7 "repository": {
+7
packages/utilities/tid/CHANGELOG.md
··· 1 + # @atcute/tid 2 + 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig
+1 -1
packages/utilities/tid/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/tid", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "atproto timestamp identifier identifier codec library", 6 6 "keywords": [ 7 7 "atproto",
+6
packages/utilities/uint8array/CHANGELOG.md
··· 1 1 # @atcute/uint8array 2 2 3 + ## 1.0.5 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig 8 + 3 9 ## 1.0.4 4 10 5 11 ### Patch Changes
+1 -1
packages/utilities/uint8array/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/uint8array", 4 - "version": "1.0.4", 4 + "version": "1.0.5", 5 5 "description": "uint8array utilities", 6 6 "license": "0BSD", 7 7 "repository": {
+7
packages/utilities/varint/CHANGELOG.md
··· 1 + # @atcute/varint 2 + 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - b30da0e: add `declarationMap` to tsconfig
+1 -1
packages/utilities/varint/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/varint", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "protobuf-style LEB128 varint codec library", 6 6 "license": "0BSD", 7 7 "repository": {