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: relicense as 0BSD

Mary 7fb31d32 de832c8a

+48 -51
+12 -15
LICENSE
··· 1 - Permission is hereby granted, free of charge, to any person obtaining a copy 2 - of this software and associated documentation files (the "Software"), to deal 3 - in the Software without restriction, including without limitation the rights 4 - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 5 - copies of the Software, and to permit persons to whom the Software is 6 - furnished to do so, subject to the following conditions: 1 + BSD Zero Clause License 7 2 8 - The above copyright notice and this permission notice shall be included in all 9 - copies or substantial portions of the Software. 3 + Copyright (c) 2025 Mary 4 + 5 + Permission to use, copy, modify, and/or distribute this software for any 6 + purpose with or without fee is hereby granted. 10 7 11 - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 12 - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 13 - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 14 - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 15 - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 16 - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 17 - SOFTWARE. 8 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 9 + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 10 + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 11 + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 12 + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13 + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14 + PERFORMANCE OF THIS SOFTWARE.
+1 -1
packages/bluesky/moderation/package.json
··· 3 3 "name": "@atcute/bluesky-moderation", 4 4 "version": "2.0.2", 5 5 "description": "interprets Bluesky's content moderation labels", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/moderation"
+1 -1
packages/bluesky/richtext-builder/package.json
··· 3 3 "name": "@atcute/bluesky-richtext-builder", 4 4 "version": "2.0.3", 5 5 "description": "builder pattern for Bluesky's rich text facets", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/richtext-builder"
+1 -1
packages/bluesky/richtext-parser/package.json
··· 3 3 "name": "@atcute/bluesky-richtext-parser", 4 4 "version": "1.0.7", 5 5 "description": "parse Bluesky's (extended) rich text syntax", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/richtext-parser"
+1 -1
packages/bluesky/richtext-segmenter/package.json
··· 3 3 "name": "@atcute/bluesky-richtext-segmenter", 4 4 "version": "2.0.3", 5 5 "description": "segments Bluesky's rich text facets into tokens", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/richtext-segmenter"
+1 -1
packages/bluesky/search-parser/package.json
··· 3 3 "name": "@atcute/bluesky-search-parser", 4 4 "version": "0.1.0", 5 5 "description": "parse Bluesky's search syntax", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/search-parser"
+1 -1
packages/bluesky/threading/package.json
··· 3 3 "name": "@atcute/bluesky-threading", 4 4 "version": "5.0.3", 5 5 "description": "create Bluesky threads containing multiple posts with one write", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/bluesky/threading"
+1 -1
packages/clients/client/package.json
··· 3 3 "name": "@atcute/client", 4 4 "version": "4.0.3", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/clients/client"
+1 -1
packages/clients/jetstream/package.json
··· 3 3 "name": "@atcute/jetstream", 4 4 "version": "1.0.2", 5 5 "description": "lightweight and cute Jetstream subscriber for AT Protocol", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/clients/jetstream"
+1 -1
packages/definitions/atproto/package.json
··· 7 7 "atcute", 8 8 "atproto" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/definitions/atproto"
+1 -1
packages/definitions/bluemoji/package.json
··· 3 3 "name": "@atcute/bluemoji", 4 4 "version": "3.1.0", 5 5 "description": "Bluemoji (blue.moji.*) schema definitions", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/definitions/bluemoji"
+1 -1
packages/definitions/bluesky/package.json
··· 8 8 "atproto", 9 9 "bluesky" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/definitions/bluesky"
+1 -1
packages/definitions/frontpage/package.json
··· 8 8 "atproto", 9 9 "frontpage" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/definitions/frontpage"
+1 -1
packages/definitions/leaflet/package.json
··· 8 8 "atproto", 9 9 "leaflet" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/definitions/leaflet"
+1 -1
packages/definitions/lexicon-community/package.json
··· 3 3 "name": "@atcute/lexicon-community", 4 4 "version": "1.1.0", 5 5 "description": "Lexicon Community (community.lexicon.*) schema definitions", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/definitions/lexicon-community"
+1 -1
packages/definitions/ozone/package.json
··· 9 9 "bluesky", 10 10 "ozone" 11 11 ], 12 - "license": "MIT", 12 + "license": "0BSD", 13 13 "repository": { 14 14 "url": "https://github.com/mary-ext/atcute", 15 15 "directory": "packages/definitions/ozone"
+1 -1
packages/definitions/tangled/package.json
··· 8 8 "atproto", 9 9 "tangled" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/definitions/tangled"
+1 -1
packages/definitions/whitewind/package.json
··· 8 8 "atproto", 9 9 "whitewind" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/definitions/whitewind"
+1 -1
packages/identity/did-plc/package.json
··· 8 8 "did", 9 9 "did-method-plc" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/identity/did-plc"
+1 -1
packages/identity/identity-resolver-node/package.json
··· 7 7 "atproto", 8 8 "did" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/identity/identity-resolver-node"
+1 -1
packages/identity/identity-resolver/package.json
··· 7 7 "atproto", 8 8 "did" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/identity/identity-resolver"
+1 -1
packages/identity/identity/package.json
··· 7 7 "atproto", 8 8 "did" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/identity/identity"
+1 -1
packages/internal/pkg-size-report/package.json
··· 4 4 "name": "pkg-size-report", 5 5 "version": "1.0.1", 6 6 "description": "cli tool to compute and analyze package sizes", 7 - "license": "MIT", 7 + "license": "0BSD", 8 8 "repository": { 9 9 "url": "https://github.com/mary-ext/atcute", 10 10 "directory": "packages/internal/pkg-size-report"
+1 -1
packages/lexicons/lex-cli/package.json
··· 3 3 "name": "@atcute/lex-cli", 4 4 "version": "2.1.0", 5 5 "description": "cli tool to generate type definitions for atcute", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/lexicons/lex-cli"
+1 -1
packages/lexicons/lexicon-doc/package.json
··· 3 3 "name": "@atcute/lexicon-doc", 4 4 "version": "1.0.2", 5 5 "description": "type definitions and schemas for atproto lexicon documents", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/lexicons/lexicon-doc"
+1 -1
packages/lexicons/lexicons/package.json
··· 3 3 "name": "@atcute/lexicons", 4 4 "version": "1.0.4", 5 5 "description": "AT Protocol core lexicon types and schema validations", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/lexicons/lexicons"
+1 -1
packages/misc/util-fetch/package.json
··· 7 7 "atproto", 8 8 "did" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/misc/util-fetch"
+1 -1
packages/oauth/browser-client/package.json
··· 3 3 "name": "@atcute/oauth-browser-client", 4 4 "version": "1.0.25", 5 5 "description": "minimal OAuth browser client implementation for AT Protocol", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/oauth/browser-client"
+1 -1
packages/servers/xrpc-server/package.json
··· 3 3 "name": "@atcute/xrpc-server", 4 4 "version": "0.1.1", 5 5 "description": "a small web framework for handling XRPC operations", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/servers/xrpc-server"
+1 -1
packages/utilities/car/package.json
··· 8 8 "dasl", 9 9 "car" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/utilities/car"
+1 -1
packages/utilities/cbor/package.json
··· 8 8 "dasl", 9 9 "cbor" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/utilities/cbor"
+1 -1
packages/utilities/cid/package.json
··· 8 8 "dasl", 9 9 "cid" 10 10 ], 11 - "license": "MIT", 11 + "license": "0BSD", 12 12 "repository": { 13 13 "url": "https://github.com/mary-ext/atcute", 14 14 "directory": "packages/utilities/cid"
+1 -1
packages/utilities/crypto/package.json
··· 11 11 "k256", 12 12 "secp256k1" 13 13 ], 14 - "license": "MIT", 14 + "license": "0BSD", 15 15 "repository": { 16 16 "url": "https://github.com/mary-ext/atcute", 17 17 "directory": "packages/utilities/crypto"
+1 -1
packages/utilities/multibase/package.json
··· 3 3 "name": "@atcute/multibase", 4 4 "version": "1.1.4", 5 5 "description": "multibase utilities", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/utilities/multibase"
+1 -1
packages/utilities/tid/package.json
··· 7 7 "atproto", 8 8 "codec" 9 9 ], 10 - "license": "MIT", 10 + "license": "0BSD", 11 11 "repository": { 12 12 "url": "https://github.com/mary-ext/atcute", 13 13 "directory": "packages/utilities/tid"
+1 -1
packages/utilities/uint8array/package.json
··· 3 3 "name": "@atcute/uint8array", 4 4 "version": "1.0.3", 5 5 "description": "uint8array utilities", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/utilities/uint8array"
+1 -1
packages/utilities/varint/package.json
··· 3 3 "name": "@atcute/varint", 4 4 "version": "1.0.2", 5 5 "description": "protobuf-style LEB128 varint codec library", 6 - "license": "MIT", 6 + "license": "0BSD", 7 7 "repository": { 8 8 "url": "https://github.com/mary-ext/atcute", 9 9 "directory": "packages/utilities/varint"