@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.
@@ -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.22",
1093
+ version: "0.0.1-next.23",
1094
1094
  icon: "🌍",
1095
1095
  supportsEnvFiles: true,
1096
1096
  overrideOutputWidth: options?.overrideOutputWidth
@@ -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.22",
1090
+ version: "0.0.1-next.23",
1091
1091
  icon: "🌍",
1092
1092
  supportsEnvFiles: true,
1093
1093
  overrideOutputWidth: options?.overrideOutputWidth
@@ -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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
- ## v0.0.1-next.22
3
+ ## v0.0.1-next.23
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.1-next.22",
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.22",
26
- "@twin.org/identity-connector-iota-rebased": "0.0.1-next.22",
27
- "@twin.org/identity-models": "0.0.1-next.22",
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",