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: upgrade to Node.js 24

Mary 5383d929 d8ad730d

+14 -5
+1 -1
mise.toml
··· 1 1 [tools] 2 2 bun = "1.2.13" 3 - node = "22" 3 + node = "24" 4 4 pnpm = "10" 5 5 python = "3.11" 6 6 uv = "latest"
+5
package.json
··· 17 17 "oxlint-tsgolint": "^0.15.0", 18 18 "prettier": "^3.8.1", 19 19 "typescript": "~5.9.3" 20 + }, 21 + "pnpm": { 22 + "overrides": { 23 + "@atproto/pds>better-sqlite3": "^12.0.0" 24 + } 20 25 } 21 26 }
+8 -4
pnpm-lock.yaml
··· 4 4 autoInstallPeers: true 5 5 excludeLinksFromLockfile: false 6 6 7 + overrides: 8 + '@atproto/pds>better-sqlite3': ^12.0.0 9 + 7 10 importers: 8 11 9 12 .: ··· 3138 3141 resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} 3139 3142 engines: {node: '>=4'} 3140 3143 3141 - better-sqlite3@10.1.0: 3142 - resolution: {integrity: sha512-hqpHJaCfKEZFaAWdMh6crdzRWyzQzfP6Ih8TYI0vFn01a6ZTDSbJIMXN+6AMBaBOh99DzUy8l3PsV9R3qnJDng==} 3144 + better-sqlite3@12.6.2: 3145 + resolution: {integrity: sha512-8VYKM3MjCa9WcaSAI3hzwhmyHVlH8tiGFwf0RlTsZPWJ1I5MkzjiudCo4KC4DxOaL/53A5B1sI/IbldNFDbsKA==} 3146 + engines: {node: 20.x || 22.x || 23.x || 24.x || 25.x} 3143 3147 3144 3148 big-integer@1.6.52: 3145 3149 resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} ··· 5046 5050 '@atproto/xrpc-server': 0.10.14 5047 5051 '@did-plc/lib': 0.0.4 5048 5052 '@hapi/address': 5.1.1 5049 - better-sqlite3: 10.1.0 5053 + better-sqlite3: 12.6.2 5050 5054 bytes: 3.1.2 5051 5055 compression: 1.8.1 5052 5056 cors: 2.8.6 ··· 7064 7068 dependencies: 7065 7069 is-windows: 1.0.2 7066 7070 7067 - better-sqlite3@10.1.0: 7071 + better-sqlite3@12.6.2: 7068 7072 dependencies: 7069 7073 bindings: 1.5.0 7070 7074 prebuild-install: 7.1.3