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 fcac36fd 72987d7b

+23 -18
-5
.changeset/early-spoons-dream.md
··· 1 - --- 2 - '@atcute/multibase': minor 3 - --- 4 - 5 - native base58 encode/decode
-5
.changeset/puny-mugs-bake.md
··· 1 - --- 2 - '@atcute/crypto': patch 3 - --- 4 - 5 - try compressed point import
-5
.changeset/smooth-rabbits-brush.md
··· 1 - --- 2 - '@atcute/util-text': minor 3 - --- 4 - 5 - native grapheme counting
+6
packages/misc/util-text/CHANGELOG.md
··· 1 1 # @atcute/util-text 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - a98ed21: native grapheme counting 8 + 3 9 ## 1.1.1 4 10 5 11 ### Patch Changes
+1 -1
packages/misc/util-text/package.json
··· 1 1 { 2 2 "name": "@atcute/util-text", 3 - "version": "1.1.1", 3 + "version": "1.2.0", 4 4 "description": "internal text utilities", 5 5 "license": "0BSD", 6 6 "repository": {
+8
packages/utilities/crypto/CHANGELOG.md
··· 1 1 # @atcute/crypto 2 2 3 + ## 2.4.1 4 + 5 + ### Patch Changes 6 + 7 + - 72987d7: try compressed point import 8 + - Updated dependencies [76aa79d] 9 + - @atcute/multibase@1.2.0 10 + 3 11 ## 2.4.0 4 12 5 13 ### Minor Changes
+1 -1
packages/utilities/crypto/package.json
··· 1 1 { 2 2 "name": "@atcute/crypto", 3 - "version": "2.4.0", 3 + "version": "2.4.1", 4 4 "description": "lightweight atproto cryptographic library", 5 5 "keywords": [ 6 6 "atproto",
+6
packages/utilities/multibase/CHANGELOG.md
··· 1 1 # @atcute/multibase 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - 76aa79d: native base58 encode/decode 8 + 3 9 ## 1.1.8 4 10 5 11 ### Patch Changes
+1 -1
packages/utilities/multibase/package.json
··· 1 1 { 2 2 "name": "@atcute/multibase", 3 - "version": "1.1.8", 3 + "version": "1.2.0", 4 4 "description": "multibase utilities", 5 5 "license": "0BSD", 6 6 "repository": {