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(firehose): fix dev dependency constraint

Mary af96a245 71d97445

+1 -1
+1 -1
packages/clients/firehose/package.json
··· 31 31 "type-fest": "^4.41.0" 32 32 }, 33 33 "devDependencies": { 34 - "@atcute/atproto": "^3.1.9" 34 + "@atcute/atproto": "workspace:^" 35 35 } 36 36 }