@twin.org/immutable-proof-service 0.0.1-next.28 → 0.0.1-next.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +2 -1
- package/dist/esm/index.mjs +2 -1
- package/docs/changelog.md +1 -1
- package/package.json +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -583,7 +583,8 @@ class ImmutableProofService {
|
|
|
583
583
|
nodeIdentity: proofEntity.nodeIdentity,
|
|
584
584
|
userIdentity: proofEntity.userIdentity,
|
|
585
585
|
proofObjectId: proofEntity.proofObjectId,
|
|
586
|
-
proofObjectHash: proofEntity.proofObjectHash
|
|
586
|
+
proofObjectHash: proofEntity.proofObjectHash,
|
|
587
|
+
verifiableStorageId: proofEntity.verifiableStorageId
|
|
587
588
|
};
|
|
588
589
|
return jsonLd;
|
|
589
590
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -581,7 +581,8 @@ class ImmutableProofService {
|
|
|
581
581
|
nodeIdentity: proofEntity.nodeIdentity,
|
|
582
582
|
userIdentity: proofEntity.userIdentity,
|
|
583
583
|
proofObjectId: proofEntity.proofObjectId,
|
|
584
|
-
proofObjectHash: proofEntity.proofObjectHash
|
|
584
|
+
proofObjectHash: proofEntity.proofObjectHash,
|
|
585
|
+
verifiableStorageId: proofEntity.verifiableStorageId
|
|
585
586
|
};
|
|
586
587
|
return jsonLd;
|
|
587
588
|
}
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/immutable-proof-service",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.29",
|
|
4
4
|
"description": "Immutable proof contract implementation and REST endpoint definitions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@twin.org/entity-storage-models": "next",
|
|
24
24
|
"@twin.org/event-bus-models": "next",
|
|
25
25
|
"@twin.org/identity-models": "next",
|
|
26
|
-
"@twin.org/immutable-proof-models": "0.0.1-next.
|
|
27
|
-
"@twin.org/immutable-proof-task": "0.0.1-next.
|
|
26
|
+
"@twin.org/immutable-proof-models": "0.0.1-next.29",
|
|
27
|
+
"@twin.org/immutable-proof-task": "0.0.1-next.29",
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
29
|
"@twin.org/standards-w3c-did": "next",
|
|
30
30
|
"@twin.org/vault-models": "next",
|