@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.
@@ -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)) {
@@ -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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/immutable-proof-service - Changelog
2
2
 
3
- ## v0.0.1-next.29
3
+ ## v0.0.1-next.30
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-service",
3
- "version": "0.0.1-next.29",
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.29",
27
- "@twin.org/immutable-proof-task": "0.0.1-next.29",
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",