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

chore(repo): make it clearer prev is not necessary

mary.my.id fc1e9b01 1bba4f39

verified
Changed files
+2 -1
packages
utilities
repo
lib
+2 -1
packages/utilities/repo/lib/types.ts
··· 37 37 did: string; 38 38 data: CidLink; 39 39 rev: string; 40 + sig: Bytes; 41 + /** backwards compatibility with v2, history bookkeeping is not required */ 40 42 prev: CidLink | null; 41 - sig: Bytes; 42 43 } 43 44 44 45 /**