a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
105
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 14 lines 376 B view raw
1{ 2 "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", 3 "changelog": "@changesets/cli/changelog", 4 "commit": false, 5 "fixed": [], 6 "linked": [], 7 "access": "restricted", 8 "baseBranch": "trunk", 9 "updateInternalDependencies": "patch", 10 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 11 "onlyUpdatePeerDependentsWhenOutOfRange": true 12 }, 13 "ignore": [] 14}