tangled
alpha
login
or
join now
mary.my.id
/
atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto
bluesky
typescript
npm
85
fork
atom
overview
issues
1
pulls
pipelines
chore(repo): make it clearer prev is not necessary
mary.my.id
2 weeks ago
fc1e9b01
1bba4f39
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
options
unified
split
Changed files
+2
-1
packages
utilities
repo
lib
types.ts
+2
-1
packages/utilities/repo/lib/types.ts
···
37
37
did: string;
38
38
data: CidLink;
39
39
rev: string;
40
40
+
sig: Bytes;
41
41
+
/** backwards compatibility with v2, history bookkeeping is not required */
40
42
prev: CidLink | null;
41
41
-
sig: Bytes;
42
43
}
43
44
44
45
/**