@twin.org/immutable-proof-service 0.0.1-next.18 → 0.0.1-next.19
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 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/docs/open-api/spec.json +2 -4
- package/package.json +3 -3
package/dist/cjs/index.cjs
CHANGED
package/dist/esm/index.mjs
CHANGED
package/docs/changelog.md
CHANGED
package/docs/open-api/spec.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"immutableProofCreateRequestExample": {
|
|
46
46
|
"value": {
|
|
47
47
|
"proofObject": {
|
|
48
|
-
"@context": "
|
|
48
|
+
"@context": "https://schema.org",
|
|
49
49
|
"type": "Person",
|
|
50
50
|
"name": "John Smith"
|
|
51
51
|
}
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
}
|
|
509
509
|
],
|
|
510
510
|
"additionalItems": {
|
|
511
|
-
"
|
|
511
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
],
|
|
@@ -516,7 +516,6 @@
|
|
|
516
516
|
},
|
|
517
517
|
"type": {
|
|
518
518
|
"type": "string",
|
|
519
|
-
"const": "DataIntegrityProof",
|
|
520
519
|
"description": "JSON-LD Type."
|
|
521
520
|
},
|
|
522
521
|
"cryptosuite": {
|
|
@@ -592,7 +591,6 @@
|
|
|
592
591
|
}
|
|
593
592
|
},
|
|
594
593
|
"required": [
|
|
595
|
-
"@context",
|
|
596
594
|
"type",
|
|
597
595
|
"cryptosuite",
|
|
598
596
|
"proofPurpose",
|
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.19",
|
|
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.19",
|
|
27
|
+
"@twin.org/immutable-proof-task": "0.0.1-next.19",
|
|
28
28
|
"@twin.org/immutable-storage-models": "next",
|
|
29
29
|
"@twin.org/nameof": "next",
|
|
30
30
|
"@twin.org/standards-w3c-did": "next",
|