tangled
alpha
login
or
join now
sajidanwar.com
/
atcute
forked from
mary.my.id/atcute
0
fork
atom
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
0
fork
atom
overview
issues
pulls
pipelines
chore: bump versions
mary.my.id
5 months ago
6f2a4596
1db9645c
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+425
-100
80 changed files
expand all
collapse all
unified
split
.changeset
deep-boats-shave.md
free-parks-look.md
six-games-hide.md
tough-items-arrive.md
packages
bluesky
moderation
CHANGELOG.md
package.json
richtext-builder
CHANGELOG.md
package.json
richtext-parser
CHANGELOG.md
package.json
richtext-segmenter
CHANGELOG.md
package.json
search-parser
CHANGELOG.md
package.json
threading
CHANGELOG.md
package.json
clients
client
CHANGELOG.md
package.json
jetstream
CHANGELOG.md
package.json
definitions
atproto
CHANGELOG.md
package.json
bluemoji
CHANGELOG.md
package.json
bluesky
CHANGELOG.md
package.json
frontpage
CHANGELOG.md
package.json
leaflet
CHANGELOG.md
package.json
lexicon-community
CHANGELOG.md
package.json
ozone
CHANGELOG.md
package.json
tangled
CHANGELOG.md
package.json
whitewind
CHANGELOG.md
package.json
identity
did-plc
CHANGELOG.md
package.json
identity
CHANGELOG.md
package.json
identity-resolver
CHANGELOG.md
package.json
identity-resolver-node
CHANGELOG.md
package.json
internal
dev-env
CHANGELOG.md
package.json
pkg-size-report
CHANGELOG.md
package.json
lexicons
lex-cli
CHANGELOG.md
package.json
lexicon-doc
CHANGELOG.md
package.json
lexicon-resolver
CHANGELOG.md
package.json
lexicons
CHANGELOG.md
package.json
misc
util-fetch
CHANGELOG.md
package.json
oauth
browser-client
CHANGELOG.md
package.json
servers
xrpc-server
CHANGELOG.md
package.json
utilities
car
CHANGELOG.md
package.json
cbor
CHANGELOG.md
package.json
cid
CHANGELOG.md
package.json
crypto
CHANGELOG.md
package.json
multibase
CHANGELOG.md
package.json
tid
CHANGELOG.md
package.json
uint8array
CHANGELOG.md
package.json
varint
CHANGELOG.md
package.json
-7
.changeset/deep-boats-shave.md
···
1
1
-
---
2
2
-
'@atcute/lexicons': patch
3
3
-
---
4
4
-
5
5
-
fix recursive type error
6
6
-
7
7
-
messed up how I implemented Standard Schema support.
-5
.changeset/free-parks-look.md
···
1
1
-
---
2
2
-
'@atcute/xrpc-server': patch
3
3
-
---
4
4
-
5
5
-
explicitly clarify `Uint8Array<ArrayBuffer>` for readJwtSignature
-5
.changeset/six-games-hide.md
···
1
1
-
---
2
2
-
'@atcute/cbor': patch
3
3
-
---
4
4
-
5
5
-
explicitly clarify `Uint8Array<ArrayBuffer>` for encode
-42
.changeset/tough-items-arrive.md
···
1
1
-
---
2
2
-
'@atcute/identity-resolver-node': patch
3
3
-
'@atcute/lexicon-community': patch
4
4
-
'@atcute/bluesky-richtext-segmenter': patch
5
5
-
'@atcute/identity-resolver': patch
6
6
-
'@atcute/lexicon-resolver': patch
7
7
-
'@atcute/bluesky-richtext-builder': patch
8
8
-
'pkg-size-report': patch
9
9
-
'@atcute/bluesky-richtext-parser': patch
10
10
-
'@atcute/bluesky-search-parser': patch
11
11
-
'@atcute/frontpage': patch
12
12
-
'@atcute/whitewind': patch
13
13
-
'@atcute/bluemoji': patch
14
14
-
'@atcute/lexicon-doc': patch
15
15
-
'@atcute/oauth-browser-client': patch
16
16
-
'@atcute/uint8array': patch
17
17
-
'@atcute/atproto': patch
18
18
-
'@atcute/bluesky': patch
19
19
-
'@atcute/leaflet': patch
20
20
-
'@atcute/tangled': patch
21
21
-
'@atcute/xrpc-server': patch
22
22
-
'@atcute/multibase': patch
23
23
-
'@atcute/bluesky-moderation': patch
24
24
-
'@atcute/bluesky-threading': patch
25
25
-
'@atcute/jetstream': patch
26
26
-
'@atcute/ozone': patch
27
27
-
'@atcute/identity': patch
28
28
-
'@atcute/lexicons': patch
29
29
-
'@atcute/did-plc': patch
30
30
-
'@atcute/internal-dev-env': patch
31
31
-
'@atcute/lex-cli': patch
32
32
-
'@atcute/crypto': patch
33
33
-
'@atcute/varint': patch
34
34
-
'@atcute/util-fetch': patch
35
35
-
'@atcute/client': patch
36
36
-
'@atcute/cbor': patch
37
37
-
'@atcute/car': patch
38
38
-
'@atcute/cid': patch
39
39
-
'@atcute/tid': patch
40
40
-
---
41
41
-
42
42
-
add `declarationMap` to tsconfig
+9
packages/bluesky/moderation/CHANGELOG.md
···
1
1
# @atcute/bluesky-moderation
2
2
3
3
+
## 2.0.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
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
4
-
"version": "2.0.3",
4
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
3
+
## 2.0.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/bluesky@3.2.5
12
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
4
-
"version": "2.0.3",
4
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
3
+
## 2.0.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
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
4
-
"version": "2.0.0",
4
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
3
+
## 2.0.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/bluesky@3.2.5
12
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
4
-
"version": "2.0.3",
4
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
1
+
# @atcute/bluesky-search-parser
2
2
+
3
3
+
## 0.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
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
4
-
"version": "0.1.0",
4
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
3
+
## 5.0.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [4393144]
10
10
+
- Updated dependencies [b30da0e]
11
11
+
- @atcute/lexicons@1.2.2
12
12
+
- @atcute/cbor@2.2.6
13
13
+
- @atcute/atproto@3.1.6
14
14
+
- @atcute/bluesky@3.2.5
15
15
+
- @atcute/client@4.0.4
16
16
+
- @atcute/cid@2.2.4
17
17
+
- @atcute/tid@1.0.3
18
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
4
-
"version": "5.0.3",
4
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
3
+
## 4.0.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/identity@1.1.1
12
12
+
3
13
## 4.0.3
4
14
5
15
### Patch Changes
···
96
106
get them.
97
107
98
108
```ts
99
99
-
import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons';
109
109
+
import type {
110
110
+
InferInput,
111
111
+
InferOutput,
112
112
+
InferXRPCBodyInput,
113
113
+
InferXRPCBodyOutput,
114
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
4
-
"version": "4.0.3",
4
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
3
+
## 1.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
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
4
-
"version": "1.1.0",
4
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
+
## 3.1.6
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
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
4
-
"version": "3.1.5",
4
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
+
## 3.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
12
+
- @atcute/bluesky@3.2.5
13
13
+
3
14
## 3.1.0
4
15
5
16
### Minor Changes
···
141
152
get them.
142
153
143
154
```ts
144
144
-
import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons';
155
155
+
import type {
156
156
+
InferInput,
157
157
+
InferOutput,
158
158
+
InferXRPCBodyInput,
159
159
+
InferXRPCBodyOutput,
160
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
4
-
"version": "3.1.0",
4
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
+
## 3.2.5
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
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
4
-
"version": "3.2.4",
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
3
+
## 1.0.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
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
4
-
"version": "1.0.2",
4
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
3
+
## 1.0.9
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
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
4
-
"version": "1.0.8",
4
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
3
+
## 1.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
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
4
-
"version": "1.1.0",
4
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
+
## 3.1.8
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
12
+
- @atcute/bluesky@3.2.5
13
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
4
-
"version": "3.1.7",
4
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
3
+
## 1.0.7
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/atproto@3.1.6
12
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
4
-
"version": "1.0.6",
4
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
+
## 3.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
3
12
## 3.1.0
4
13
5
14
### Minor Changes
···
113
122
get them.
114
123
115
124
```ts
116
116
-
import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons';
125
125
+
import type {
126
126
+
InferInput,
127
127
+
InferOutput,
128
128
+
InferXRPCBodyInput,
129
129
+
InferXRPCBodyOutput,
130
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
4
-
"version": "3.1.0",
4
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
3
+
## 0.1.7
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [4393144]
10
10
+
- Updated dependencies [b30da0e]
11
11
+
- @atcute/lexicons@1.2.2
12
12
+
- @atcute/cbor@2.2.6
13
13
+
- @atcute/uint8array@1.0.5
14
14
+
- @atcute/multibase@1.1.6
15
15
+
- @atcute/identity@1.1.1
16
16
+
- @atcute/crypto@2.2.5
17
17
+
- @atcute/cid@2.2.4
18
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
4
-
"version": "0.1.6",
4
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
3
+
## 1.0.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
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
4
-
"version": "1.0.2",
4
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
3
+
## 1.1.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/util-fetch@1.0.3
12
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
4
-
"version": "1.1.3",
4
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
3
+
## 1.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
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
4
-
"version": "1.1.0",
4
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
1
+
# @atcute/internal-dev-env
2
2
+
3
3
+
## 1.0.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
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
5
-
"version": "1.0.1",
5
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
1
+
# pkg-size-report
2
2
+
3
3
+
## 1.0.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
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
5
-
"version": "1.0.1",
5
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
3
+
## 2.2.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [b30da0e]
9
9
+
- @atcute/lexicon-doc@1.1.2
10
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
4
-
"version": "2.2.0",
4
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
3
+
## 1.1.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
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
4
-
"version": "1.1.1",
4
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
3
+
## 0.1.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [4393144]
10
10
+
- Updated dependencies [b30da0e]
11
11
+
- @atcute/lexicons@1.2.2
12
12
+
- @atcute/cbor@2.2.6
13
13
+
- @atcute/lexicon-doc@1.1.2
14
14
+
- @atcute/uint8array@1.0.5
15
15
+
- @atcute/crypto@2.2.5
16
16
+
- @atcute/util-fetch@1.0.3
17
17
+
- @atcute/car@3.1.2
18
18
+
- @atcute/cid@2.2.4
19
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
4
-
"version": "0.1.1",
4
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
3
+
## 1.2.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- 17c6f4a: fix recursive type error
8
8
+
9
9
+
messed up how I implemented Standard Schema support.
10
10
+
11
11
+
- b30da0e: add `declarationMap` to tsconfig
12
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
4
-
"version": "1.2.1",
4
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
3
+
## 1.0.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
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
4
-
"version": "1.0.2",
4
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
3
+
## 1.0.27
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [17c6f4a]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/lexicons@1.2.2
11
11
+
- @atcute/uint8array@1.0.5
12
12
+
- @atcute/multibase@1.1.6
13
13
+
- @atcute/identity@1.1.1
14
14
+
- @atcute/client@4.0.4
15
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
4
-
"version": "1.0.26",
4
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
3
+
## 0.1.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- 1db9645: explicitly clarify `Uint8Array<ArrayBuffer>` for readJwtSignature
8
8
+
- b30da0e: add `declarationMap` to tsconfig
9
9
+
- Updated dependencies [17c6f4a]
10
10
+
- Updated dependencies [b30da0e]
11
11
+
- @atcute/lexicons@1.2.2
12
12
+
- @atcute/identity-resolver@1.1.4
13
13
+
- @atcute/uint8array@1.0.5
14
14
+
- @atcute/multibase@1.1.6
15
15
+
- @atcute/identity@1.1.1
16
16
+
- @atcute/crypto@2.2.5
17
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
4
-
"version": "0.1.1",
4
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
+
## 3.1.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [4393144]
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/cbor@2.2.6
11
11
+
- @atcute/uint8array@1.0.5
12
12
+
- @atcute/varint@1.0.3
13
13
+
- @atcute/cid@2.2.4
14
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
4
-
"version": "3.1.1",
4
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
3
+
## 2.2.6
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- 4393144: explicitly clarify `Uint8Array<ArrayBuffer>` for encode
8
8
+
- b30da0e: add `declarationMap` to tsconfig
9
9
+
- Updated dependencies [b30da0e]
10
10
+
- @atcute/uint8array@1.0.5
11
11
+
- @atcute/multibase@1.1.6
12
12
+
- @atcute/cid@2.2.4
13
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
4
-
"version": "2.2.5",
4
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
3
+
## 2.2.4
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [b30da0e]
9
9
+
- @atcute/uint8array@1.0.5
10
10
+
- @atcute/multibase@1.1.6
11
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
4
-
"version": "2.2.3",
4
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
3
+
## 2.2.5
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [b30da0e]
9
9
+
- @atcute/uint8array@1.0.5
10
10
+
- @atcute/multibase@1.1.6
11
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
4
-
"version": "2.2.4",
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
3
+
## 1.1.6
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
8
+
- Updated dependencies [b30da0e]
9
9
+
- @atcute/uint8array@1.0.5
10
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
4
-
"version": "1.1.5",
4
4
+
"version": "1.1.6",
5
5
"description": "multibase utilities",
6
6
"license": "0BSD",
7
7
"repository": {
+7
packages/utilities/tid/CHANGELOG.md
···
1
1
+
# @atcute/tid
2
2
+
3
3
+
## 1.0.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
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
4
-
"version": "1.0.2",
4
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
3
+
## 1.0.5
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- b30da0e: add `declarationMap` to tsconfig
8
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
4
-
"version": "1.0.4",
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
1
+
# @atcute/varint
2
2
+
3
3
+
## 1.0.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
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
4
-
"version": "1.0.2",
4
4
+
"version": "1.0.3",
5
5
"description": "protobuf-style LEB128 varint codec library",
6
6
"license": "0BSD",
7
7
"repository": {