@twin.org/identity-cli 0.0.1-next.22 → 0.0.1-next.23
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 +3 -1
- package/docs/changelog.md +1 -1
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -1090,7 +1090,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
1090
1090
|
return this.execute({
|
|
1091
1091
|
title: "TWIN Identity",
|
|
1092
1092
|
appName: "twin-identity",
|
|
1093
|
-
version: "0.0.1-next.
|
|
1093
|
+
version: "0.0.1-next.23",
|
|
1094
1094
|
icon: "🌍",
|
|
1095
1095
|
supportsEnvFiles: true,
|
|
1096
1096
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1087,7 +1087,7 @@ class CLI extends CLIBase {
|
|
|
1087
1087
|
return this.execute({
|
|
1088
1088
|
title: "TWIN Identity",
|
|
1089
1089
|
appName: "twin-identity",
|
|
1090
|
-
version: "0.0.1-next.
|
|
1090
|
+
version: "0.0.1-next.23",
|
|
1091
1091
|
icon: "🌍",
|
|
1092
1092
|
supportsEnvFiles: true,
|
|
1093
1093
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/locales/en.json
CHANGED
|
@@ -274,7 +274,9 @@
|
|
|
274
274
|
"iotaRebased": {
|
|
275
275
|
"insufficientFunds": "There were insufficient funds to complete the operation",
|
|
276
276
|
"packageNotFoundOnNetwork": "The package \"{packageId}\" was not found on the network",
|
|
277
|
-
"packageObjectError": "Failed to fetch the package object \"{packageId}\""
|
|
277
|
+
"packageObjectError": "Failed to fetch the package object \"{packageId}\"",
|
|
278
|
+
"nftTransactionFailed": "The NFT transaction failed",
|
|
279
|
+
"addressNotFound": "The address is missing could not be found from the seed \"{address}\""
|
|
278
280
|
},
|
|
279
281
|
"entityStorageVaultConnector": {
|
|
280
282
|
"keyAlreadyExists": "The key \"{existingId}\" already exists in the vault",
|
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.23",
|
|
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-rebased": "0.0.1-next.
|
|
27
|
-
"@twin.org/identity-models": "0.0.1-next.
|
|
25
|
+
"@twin.org/identity-connector-iota": "0.0.1-next.23",
|
|
26
|
+
"@twin.org/identity-connector-iota-rebased": "0.0.1-next.23",
|
|
27
|
+
"@twin.org/identity-models": "0.0.1-next.23",
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
29
|
"@twin.org/standards-w3c-did": "next",
|
|
30
30
|
"@twin.org/vault-connector-entity-storage": "next",
|