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

Configure Feed

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

chore(lexicon-doc): note where lexicon reference is specified

Mary ff4b6fd2 9197920d

+3
+3
packages/lexicons/lexicon-doc/lib/refinements.ts
··· 1046 1046 for (const prop in defs) { 1047 1047 const def = defs[prop]; 1048 1048 1049 + // valid def ID characters are not specified; the reference SDK does not validate them. 1050 + // see: https://github.com/bluesky-social/atproto/issues/3588 1051 + // see: https://github.com/bluesky-social/atproto-website/issues/458 1049 1052 if (!KEY_RE.test(prop)) { 1050 1053 issues.push({ 1051 1054 message: `invalid definition id`,