@twin.org/immutable-proof-service 0.0.1-next.29 → 0.0.1-next.30
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 +1 -0
- package/dist/esm/index.mjs +1 -0
- package/docs/changelog.md +1 -1
- package/package.json +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -638,6 +638,7 @@ class ImmutableProofService {
|
|
|
638
638
|
proofJsonLd = core.ObjectHelper.fromBytes(immutableResult.data);
|
|
639
639
|
const unsecureDocument = core.ObjectHelper.clone(proofJsonLd);
|
|
640
640
|
proofJsonLd.immutableReceipt = immutableResult.receipt;
|
|
641
|
+
proofJsonLd.verifiableStorageId = proofEntity.verifiableStorageId;
|
|
641
642
|
// As we are adding the receipt to the data we update the JSON-LD context
|
|
642
643
|
const receiptContext = immutableResult.receipt["@context"];
|
|
643
644
|
if (!core.Is.empty(receiptContext)) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -636,6 +636,7 @@ class ImmutableProofService {
|
|
|
636
636
|
proofJsonLd = ObjectHelper.fromBytes(immutableResult.data);
|
|
637
637
|
const unsecureDocument = ObjectHelper.clone(proofJsonLd);
|
|
638
638
|
proofJsonLd.immutableReceipt = immutableResult.receipt;
|
|
639
|
+
proofJsonLd.verifiableStorageId = proofEntity.verifiableStorageId;
|
|
639
640
|
// As we are adding the receipt to the data we update the JSON-LD context
|
|
640
641
|
const receiptContext = immutableResult.receipt["@context"];
|
|
641
642
|
if (!Is.empty(receiptContext)) {
|
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.30",
|
|
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.30",
|
|
27
|
+
"@twin.org/immutable-proof-task": "0.0.1-next.30",
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
29
|
"@twin.org/standards-w3c-did": "next",
|
|
30
30
|
"@twin.org/vault-models": "next",
|