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 e3696f10 a737a3a8

+104 -56
-5
.changeset/dull-suns-beam.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - --- 4 - 5 - pull latest Bluesky lexicons
-5
.changeset/fancy-tables-melt.md
··· 1 - --- 2 - '@atcute/leaflet': patch 3 - --- 4 - 5 - pull latest Leaflet lexicons
-11
.changeset/regenerate-blob-constraints.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - '@atcute/bluemoji': patch 4 - '@atcute/frontpage': patch 5 - '@atcute/leaflet': patch 6 - '@atcute/pckt': patch 7 - '@atcute/standard-site': patch 8 - '@atcute/tangled': patch 9 - --- 10 - 11 - regenerate with blob constraints
-5
.changeset/simplify-blob-accept-codegen.md
··· 1 - --- 2 - '@atcute/lex-cli': patch 3 - --- 4 - 5 - simplify blob accept constraints by removing specific types covered by wildcards
-5
.changeset/simplify-blob-accept-validator.md
··· 1 - --- 2 - '@atcute/lexicon-doc': patch 3 - --- 4 - 5 - simplify blob accept constraints by removing specific types covered by wildcards
-5
.changeset/strict-blob-codegen.md
··· 1 - --- 2 - '@atcute/lex-cli': minor 3 - --- 4 - 5 - emit blob size and accept constraints in codegen
-5
.changeset/strict-blob-record-validator.md
··· 1 - --- 2 - '@atcute/lexicon-doc': minor 3 - --- 4 - 5 - support strict blob validation in RecordValidator
-5
.changeset/strict-blob-validation.md
··· 1 - --- 2 - '@atcute/lexicons': minor 3 - --- 4 - 5 - add strict blob validation (blobSize, blobAccept constraints) and collectBlobs utility
+11
packages/definitions/bluemoji/CHANGELOG.md
··· 1 1 # @atcute/bluemoji 2 2 3 + ## 3.1.4 4 + 5 + ### Patch Changes 6 + 7 + - 43b2d76: regenerate with blob constraints 8 + - Updated dependencies [9e6b3f6] 9 + - Updated dependencies [43b2d76] 10 + - Updated dependencies [94065a1] 11 + - @atcute/bluesky@3.3.2 12 + - @atcute/lexicons@1.3.0 13 + 3 14 ## 3.1.3 4 15 5 16 ### Patch Changes
+1 -1
packages/definitions/bluemoji/package.json
··· 1 1 { 2 2 "name": "@atcute/bluemoji", 3 - "version": "3.1.3", 3 + "version": "3.1.4", 4 4 "description": "Bluemoji (blue.moji.*) schema definitions", 5 5 "license": "0BSD", 6 6 "repository": {
+9
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 3.3.2 4 + 5 + ### Patch Changes 6 + 7 + - 9e6b3f6: pull latest Bluesky lexicons 8 + - 43b2d76: regenerate with blob constraints 9 + - Updated dependencies [94065a1] 10 + - @atcute/lexicons@1.3.0 11 + 3 12 ## 3.3.1 4 13 5 14 ### Patch Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "name": "@atcute/bluesky", 3 - "version": "3.3.1", 3 + "version": "3.3.2", 4 4 "description": "Bluesky (app.bsky.* and chat.bsky.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+8
packages/definitions/frontpage/CHANGELOG.md
··· 1 1 # @atcute/frontpage 2 2 3 + ## 2.0.2 4 + 5 + ### Patch Changes 6 + 7 + - 43b2d76: regenerate with blob constraints 8 + - Updated dependencies [94065a1] 9 + - @atcute/lexicons@1.3.0 10 + 3 11 ## 2.0.1 4 12 5 13 ### Patch Changes
+1 -1
packages/definitions/frontpage/package.json
··· 1 1 { 2 2 "name": "@atcute/frontpage", 3 - "version": "2.0.1", 3 + "version": "2.0.2", 4 4 "description": "Frontpage (fyi.unravel.frontpage.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+9
packages/definitions/leaflet/CHANGELOG.md
··· 1 1 # @atcute/leaflet 2 2 3 + ## 1.0.23 4 + 5 + ### Patch Changes 6 + 7 + - 202d384: pull latest Leaflet lexicons 8 + - 43b2d76: regenerate with blob constraints 9 + - Updated dependencies [94065a1] 10 + - @atcute/lexicons@1.3.0 11 + 3 12 ## 1.0.22 4 13 5 14 ### Patch Changes
+1 -1
packages/definitions/leaflet/package.json
··· 1 1 { 2 2 "name": "@atcute/leaflet", 3 - "version": "1.0.22", 3 + "version": "1.0.23", 4 4 "description": "Leaflet (pub.leaflet.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+8
packages/definitions/pckt/CHANGELOG.md
··· 1 1 # @atcute/pckt 2 2 3 + ## 0.1.8 4 + 5 + ### Patch Changes 6 + 7 + - 43b2d76: regenerate with blob constraints 8 + - Updated dependencies [94065a1] 9 + - @atcute/lexicons@1.3.0 10 + 3 11 ## 0.1.7 4 12 5 13 ### Patch Changes
+1 -1
packages/definitions/pckt/package.json
··· 1 1 { 2 2 "name": "@atcute/pckt", 3 - "version": "0.1.7", 3 + "version": "0.1.8", 4 4 "description": "pckt (blog.pckt.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+8
packages/definitions/standard-site/CHANGELOG.md
··· 1 1 # @atcute/standard-site 2 2 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - 43b2d76: regenerate with blob constraints 8 + - Updated dependencies [94065a1] 9 + - @atcute/lexicons@1.3.0 10 + 3 11 ## 1.0.1 4 12 5 13 ### Patch Changes
+1 -1
packages/definitions/standard-site/package.json
··· 1 1 { 2 2 "name": "@atcute/standard-site", 3 - "version": "1.0.1", 3 + "version": "1.0.2", 4 4 "description": "standard.site (site.standard.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+8
packages/definitions/tangled/CHANGELOG.md
··· 1 1 # @atcute/tangled 2 2 3 + ## 1.0.19 4 + 5 + ### Patch Changes 6 + 7 + - 43b2d76: regenerate with blob constraints 8 + - Updated dependencies [94065a1] 9 + - @atcute/lexicons@1.3.0 10 + 3 11 ## 1.0.18 4 12 5 13 ### Patch Changes
+1 -1
packages/definitions/tangled/package.json
··· 1 1 { 2 2 "name": "@atcute/tangled", 3 - "version": "1.0.18", 3 + "version": "1.0.19", 4 4 "description": "Tangled (sh.tangled.*) schema definitions", 5 5 "keywords": [ 6 6 "atcute",
+15
packages/lexicons/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 2.7.0 4 + 5 + ### Minor Changes 6 + 7 + - 22b5181: emit blob size and accept constraints in codegen 8 + 9 + ### Patch Changes 10 + 11 + - f6cf57b: simplify blob accept constraints by removing specific types covered by wildcards 12 + - Updated dependencies [a737a3a] 13 + - Updated dependencies [b36d1a8] 14 + - Updated dependencies [94065a1] 15 + - @atcute/lexicon-doc@2.2.0 16 + - @atcute/lexicons@1.3.0 17 + 3 18 ## 2.6.1 4 19 5 20 ### Patch Changes
+1 -1
packages/lexicons/lex-cli/package.json
··· 1 1 { 2 2 "name": "@atcute/lex-cli", 3 - "version": "2.6.1", 3 + "version": "2.7.0", 4 4 "description": "cli tool to generate type definitions for atcute", 5 5 "license": "0BSD", 6 6 "repository": {
+12
packages/lexicons/lexicon-doc/CHANGELOG.md
··· 1 1 # @atcute/lexicon-doc 2 2 3 + ## 2.2.0 4 + 5 + ### Minor Changes 6 + 7 + - b36d1a8: support strict blob validation in RecordValidator 8 + 9 + ### Patch Changes 10 + 11 + - a737a3a: simplify blob accept constraints by removing specific types covered by wildcards 12 + - Updated dependencies [94065a1] 13 + - @atcute/lexicons@1.3.0 14 + 3 15 ## 2.1.2 4 16 5 17 ### Patch Changes
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 1 1 { 2 2 "name": "@atcute/lexicon-doc", 3 - "version": "2.1.2", 3 + "version": "2.2.0", 4 4 "description": "type definitions and schemas for atproto lexicon documents", 5 5 "license": "0BSD", 6 6 "repository": {
+6
packages/lexicons/lexicons/CHANGELOG.md
··· 1 1 # @atcute/lexicons 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 94065a1: add strict blob validation (blobSize, blobAccept constraints) and collectBlobs utility 8 + 3 9 ## 1.2.10 4 10 5 11 ### Patch Changes
+1 -1
packages/lexicons/lexicons/package.json
··· 1 1 { 2 2 "name": "@atcute/lexicons", 3 - "version": "1.2.10", 3 + "version": "1.3.0", 4 4 "description": "AT Protocol core lexicon types and schema validations", 5 5 "license": "0BSD", 6 6 "repository": {