a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump versions

Mary 5e4e0dd9 fa6146b9

+34 -16
-7
.changeset/cold-wings-strive.md
··· 1 - --- 2 - '@atcute/atproto': patch 3 - '@atcute/bluesky': patch 4 - '@atcute/ozone': patch 5 - --- 6 - 7 - pull latest Bluesky lexicons
-5
.changeset/fine-flies-repeat.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
+6
packages/definitions/atproto/CHANGELOG.md
··· 1 1 # @atcute/atproto 2 2 3 + ## 3.1.1 4 + 5 + ### Patch Changes 6 + 7 + - fa6146b: pull latest Bluesky lexicons 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 - "version": "3.1.0", 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.1.5 4 + 5 + ### Patch Changes 6 + 7 + - fa6146b: pull latest Bluesky lexicons 8 + - 8d0b416: pull latest Bluesky lexicons 9 + - Updated dependencies [fa6146b] 10 + - @atcute/atproto@3.1.1 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 - "version": "3.1.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.1.2 4 + 5 + ### Patch Changes 6 + 7 + - fa6146b: pull latest Bluesky lexicons 8 + - Updated dependencies [fa6146b] 9 + - Updated dependencies [8d0b416] 10 + - @atcute/atproto@3.1.1 11 + - @atcute/bluesky@3.1.5 12 + 3 13 ## 3.1.1 4 14 5 15 ### Patch Changes ··· 150 160 get them. 151 161 152 162 ```ts 153 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 163 + import type { 164 + InferInput, 165 + InferOutput, 166 + InferXRPCBodyInput, 167 + InferXRPCBodyOutput, 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 - "version": "3.1.1", 4 + "version": "3.1.2", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",