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.

docs(pckt): fix example validation

Mary 4df5be94 1f531b09

+4 -3
+4 -3
packages/definitions/pckt/README.md
··· 14 14 15 15 const publication: BlogPcktPublication.Main = { 16 16 $type: 'blog.pckt.publication', 17 - name: 'my blog', 18 - basePath: 'https://example.pckt.blog', 19 - createdAt: new Date().toISOString(), 17 + publication: { 18 + uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/site.standard.publication/3mcrfiixja3uw', 19 + cid: 'bafyreih2jc2tysdwsw4r3rq5rcbagu7mmpmvguqffjup4px5bwsxljcqo4', 20 + }, 20 21 }; 21 22 22 23 is(BlogPcktPublication.mainSchema, publication);