@twin.org/identity-cli 0.0.1-next.10 → 0.0.1-next.12
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/locales/en.json +2 -1
- package/docs/changelog.md +1 -1
- package/package.json +3 -3
package/dist/locales/en.json
CHANGED
|
@@ -761,7 +761,8 @@
|
|
|
761
761
|
"jsonLdProcessor": {
|
|
762
762
|
"compact": "The JSON-LD compaction failed",
|
|
763
763
|
"expand": "The JSON-LD expansion failed",
|
|
764
|
-
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\""
|
|
764
|
+
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
765
|
+
"jsonldError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
765
766
|
},
|
|
766
767
|
"errorMessages": {
|
|
767
768
|
"fetch": "Fetch"
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/identity-cli",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.12",
|
|
4
4
|
"description": "A command line interface for interacting with the identity connectors",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@twin.org/data-json-ld": "next",
|
|
23
23
|
"@twin.org/entity": "next",
|
|
24
24
|
"@twin.org/entity-storage-connector-memory": "next",
|
|
25
|
-
"@twin.org/identity-connector-iota": "0.0.1-next.
|
|
26
|
-
"@twin.org/identity-models": "0.0.1-next.
|
|
25
|
+
"@twin.org/identity-connector-iota": "0.0.1-next.12",
|
|
26
|
+
"@twin.org/identity-models": "0.0.1-next.12",
|
|
27
27
|
"@twin.org/nameof": "next",
|
|
28
28
|
"@twin.org/standards-w3c-did": "next",
|
|
29
29
|
"@twin.org/vault-connector-entity-storage": "next",
|