@twin.org/identity-cli 0.0.1-next.29 → 0.0.1-next.31
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/dist/locales/en.json +7 -7
- package/docs/changelog.md +1 -1
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -1092,7 +1092,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
1092
1092
|
return this.execute({
|
|
1093
1093
|
title: "TWIN Identity",
|
|
1094
1094
|
appName: "twin-identity",
|
|
1095
|
-
version: "0.0.1-next.
|
|
1095
|
+
version: "0.0.1-next.31",
|
|
1096
1096
|
icon: "🌍",
|
|
1097
1097
|
supportsEnvFiles: true,
|
|
1098
1098
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1089,7 +1089,7 @@ class CLI extends CLIBase {
|
|
|
1089
1089
|
return this.execute({
|
|
1090
1090
|
title: "TWIN Identity",
|
|
1091
1091
|
appName: "twin-identity",
|
|
1092
|
-
version: "0.0.1-next.
|
|
1092
|
+
version: "0.0.1-next.31",
|
|
1093
1093
|
icon: "🌍",
|
|
1094
1094
|
supportsEnvFiles: true,
|
|
1095
1095
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/locales/en.json
CHANGED
|
@@ -187,6 +187,13 @@
|
|
|
187
187
|
"proofJsonFileNotFound": "The proof JSON file was not found."
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
+
"jsonLdProcessor": {
|
|
191
|
+
"compact": "The JSON-LD compaction failed",
|
|
192
|
+
"expand": "The JSON-LD expansion failed",
|
|
193
|
+
"canonize": "The JSON-LD canonization failed",
|
|
194
|
+
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
195
|
+
"jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
196
|
+
},
|
|
190
197
|
"entitySchemaHelper": {
|
|
191
198
|
"noIsPrimary": "Property \"entitySchema.properties\" must contain a value with isPrimary set",
|
|
192
199
|
"multipleIsPrimary": "Property \"entitySchema.properties\" contains more than one property with isPrimary set",
|
|
@@ -890,13 +897,6 @@
|
|
|
890
897
|
}
|
|
891
898
|
}
|
|
892
899
|
},
|
|
893
|
-
"jsonLdProcessor": {
|
|
894
|
-
"compact": "The JSON-LD compaction failed",
|
|
895
|
-
"expand": "The JSON-LD expansion failed",
|
|
896
|
-
"canonize": "The JSON-LD canonization failed",
|
|
897
|
-
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
898
|
-
"jsonldError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
899
|
-
},
|
|
900
900
|
"errorMessages": {
|
|
901
901
|
"fetch": "Fetch"
|
|
902
902
|
},
|
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.31",
|
|
4
4
|
"description": "A command line interface for interacting with the identity connectors",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
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-connector-iota-stardust": "0.0.1-next.
|
|
27
|
-
"@twin.org/identity-models": "0.0.1-next.
|
|
25
|
+
"@twin.org/identity-connector-iota": "0.0.1-next.31",
|
|
26
|
+
"@twin.org/identity-connector-iota-stardust": "0.0.1-next.31",
|
|
27
|
+
"@twin.org/identity-models": "0.0.1-next.31",
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
29
|
"@twin.org/standards-w3c-did": "next",
|
|
30
30
|
"@twin.org/vault-connector-entity-storage": "next",
|