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

Configure Feed

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

chore: bump versions

Mary b93fbbf9 9438aa87

+42 -26
-5
.changeset/ninety-keys-joke.md
··· 1 - --- 2 - '@atcute/bluesky': minor 3 - --- 4 - 5 - add `AnyListView`, `AnyProfileView` and `AnyStarterPackView` for convenience
-5
.changeset/open-yaks-know.md
··· 1 - --- 2 - '@atcute/leaflet': patch 3 - --- 4 - 5 - pull latest Leaflet lexicons
-5
.changeset/upset-bears-hang.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - add missing JSDoc annotations for exported embed types
-6
.changeset/wild-suits-fetch.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - '@atcute/ozone': patch 4 - --- 5 - 6 - pull latest Bluesky lexicons
+17 -1
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.2.0 4 + 5 + ### Minor Changes 6 + 7 + - 037d155: add `AnyListView`, `AnyProfileView` and `AnyStarterPackView` for convenience 8 + 9 + ### Patch Changes 10 + 11 + - 730e3e9: add missing JSDoc annotations for exported embed types 12 + - 66ea1a9: pull latest Bluesky lexicons 13 + 3 14 ## 3.1.5 4 15 5 16 ### Patch Changes ··· 187 198 get them. 188 199 189 200 ```ts 190 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 201 + import type { 202 + InferInput, 203 + InferOutput, 204 + InferXRPCBodyInput, 205 + InferXRPCBodyOutput, 206 + } from '@atcute/lexicons'; 191 207 192 208 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 193 209
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "3.1.5", 4 + "version": "3.2.0", 5 5 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+6
packages/definitions/leaflet/CHANGELOG.md
··· 1 1 # @atcute/leaflet 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - 9438aa8: pull latest Leaflet lexicons 8 + 3 9 ## 1.0.2 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/leaflet", 4 - "version": "1.0.2", 4 + "version": "1.0.3", 5 5 "description": "Leaflet (pub.leaflet.*) schema definitions", 6 6 "keywords": [ 7 7 "atcute",
+16 -1
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 3.1.3 4 + 5 + ### Patch Changes 6 + 7 + - 66ea1a9: pull latest Bluesky lexicons 8 + - Updated dependencies [037d155] 9 + - Updated dependencies [730e3e9] 10 + - Updated dependencies [66ea1a9] 11 + - @atcute/bluesky@3.2.0 12 + 3 13 ## 3.1.2 4 14 5 15 ### Patch Changes ··· 160 170 get them. 161 171 162 172 ```ts 163 - import type { InferInput, InferOutput, InferXRPCBodyInput, InferXRPCBodyOutput } from '@atcute/lexicons'; 173 + import type { 174 + InferInput, 175 + InferOutput, 176 + InferXRPCBodyInput, 177 + InferXRPCBodyOutput, 178 + } from '@atcute/lexicons'; 164 179 165 180 import type { AppBskyActorSearchActors } from '@atcute/bluesky'; 166 181
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "3.1.2", 4 + "version": "3.1.3", 5 5 "description": "Ozone (tools.ozone.*) scheam definitions", 6 6 "keywords": [ 7 7 "atcute",