Closed LiranCohen closed 2 months ago
Latest commit: ddafa7e8b2a99ca1ab2dfaac366fc76891314d2f
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
TBDocs Report
🛑 Errors: 0 ⚠️ Warnings: 5
packages/api/src/index.ts
packages/crypto/src/index.ts
📄 File: ./packages/crypto/src/utils.ts |
---|
⚠️ extractor:typedoc:missing-docs : CryptoUtils (Variable) does not have any documentation. |
⚠️ extractor:typedoc:missing-docs : CryptoUtils.__type.randomPin (Property) does not have any documentation. |
⚠️ extractor:typedoc:missing-docs : CryptoUtils.__type.randomUuid (Property) does not have any documentation. |
⚠️ extractor:typedoc:missing-docs : CryptoUtils.__type.randomBytes (Property) does not have any documentation. |
⚠️ extractor:typedoc:missing-docs : CryptoUtils.__type.getJoseSignatureAlgorithmFromPublicKey (Property) does not have any documentation. |
packages/crypto-aws-kms/src/index.ts
packages/dids/src/index.ts
packages/credentials/src/index.ts
TBDocs Report Updated at 2024-09-06T23:05:41Z ddafa7e
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.44%. Comparing base (
2ec2d21
) to head (ddafa7e
). Report is 1 commits behind head on main.
Add a property to the
Record
class that denotes the record'screator
.When the record is an initial write, the
creator
andauthor
will return the same.Created this issue to add query/filter for creator: https://github.com/TBD54566975/dwn-sdk-js/issues/800