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
8 months ago
5e4e0dd9
fa6146b9
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+34
-16
8 changed files
expand all
collapse all
unified
split
.changeset
cold-wings-strive.md
fine-flies-repeat.md
packages
definitions
atproto
CHANGELOG.md
package.json
bluesky
CHANGELOG.md
package.json
ozone
CHANGELOG.md
package.json
-7
.changeset/cold-wings-strive.md
···
1
1
-
---
2
2
-
'@atcute/atproto': patch
3
3
-
'@atcute/bluesky': patch
4
4
-
'@atcute/ozone': patch
5
5
-
---
6
6
-
7
7
-
pull latest Bluesky lexicons
-5
.changeset/fine-flies-repeat.md
···
1
1
-
---
2
2
-
'@atcute/bluesky': patch
3
3
-
---
4
4
-
5
5
-
pull latest Bluesky lexicons
+6
packages/definitions/atproto/CHANGELOG.md
···
1
1
# @atcute/atproto
2
2
3
3
+
## 3.1.1
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- fa6146b: pull latest Bluesky lexicons
8
8
+
3
9
## 3.1.0
4
10
5
11
### Minor Changes
+1
-1
packages/definitions/atproto/package.json
···
1
1
{
2
2
"type": "module",
3
3
"name": "@atcute/atproto",
4
4
-
"version": "3.1.0",
4
4
+
"version": "3.1.1",
5
5
"description": "AT Protocol (com.atproto.*) schema definitions",
6
6
"keywords": [
7
7
"atcute",
+9
packages/definitions/bluesky/CHANGELOG.md
···
1
1
# @atcute/bluesky
2
2
3
3
+
## 3.1.5
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- fa6146b: pull latest Bluesky lexicons
8
8
+
- 8d0b416: pull latest Bluesky lexicons
9
9
+
- Updated dependencies [fa6146b]
10
10
+
- @atcute/atproto@3.1.1
11
11
+
3
12
## 3.1.4
4
13
5
14
### Patch Changes
+1
-1
packages/definitions/bluesky/package.json
···
1
1
{
2
2
"type": "module",
3
3
"name": "@atcute/bluesky",
4
4
-
"version": "3.1.4",
4
4
+
"version": "3.1.5",
5
5
"description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions",
6
6
"keywords": [
7
7
"atcute",
+16
-1
packages/definitions/ozone/CHANGELOG.md
···
1
1
# @atcute/ozone
2
2
3
3
+
## 3.1.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- fa6146b: pull latest Bluesky lexicons
8
8
+
- Updated dependencies [fa6146b]
9
9
+
- Updated dependencies [8d0b416]
10
10
+
- @atcute/atproto@3.1.1
11
11
+
- @atcute/bluesky@3.1.5
12
12
+
3
13
## 3.1.1
4
14
5
15
### Patch Changes
···
150
160
get them.
151
161
152
162
```ts
153
153
-
import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons';
163
163
+
import type {
164
164
+
InferInput,
165
165
+
InferOutput,
166
166
+
InferXRPCBodyInput,
167
167
+
InferXRPCBodyOutput,
168
168
+
} from '@atcute/lexicons';
154
169
155
170
import type { AppBskyActorSearchActors } from '@atcute/bluesky';
156
171
+1
-1
packages/definitions/ozone/package.json
···
1
1
{
2
2
"type": "module",
3
3
"name": "@atcute/ozone",
4
4
-
"version": "3.1.1",
4
4
+
"version": "3.1.2",
5
5
"description": "Ozone (tools.ozone.*) scheam definitions",
6
6
"keywords": [
7
7
"atcute",