@twin.org/identity-cli 0.0.1-next.52 → 0.0.1-next.55

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.
@@ -1146,7 +1146,7 @@ class CLI extends cliCore.CLIBase {
1146
1146
  return this.execute({
1147
1147
  title: "TWIN Identity",
1148
1148
  appName: "twin-identity",
1149
- version: "0.0.1-next.52", // x-release-please-version
1149
+ version: "0.0.1-next.55", // x-release-please-version
1150
1150
  icon: "🌍",
1151
1151
  supportsEnvFiles: true,
1152
1152
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1143,7 +1143,7 @@ class CLI extends CLIBase {
1143
1143
  return this.execute({
1144
1144
  title: "TWIN Identity",
1145
1145
  appName: "twin-identity",
1146
- version: "0.0.1-next.52", // x-release-please-version
1146
+ version: "0.0.1-next.55", // x-release-please-version
1147
1147
  icon: "🌍",
1148
1148
  supportsEnvFiles: true,
1149
1149
  overrideOutputWidth: options?.overrideOutputWidth
@@ -292,7 +292,20 @@
292
292
  "integerNegative": "The value must be a positive integer, it is currently {value}",
293
293
  "invalidDocumentIdFormat": "The document ID format is invalid, it is currently {documentId}",
294
294
  "invalidSubjectId": "The subject id format is invalid it must be a Url or Urn, it is \"{subjectId}\"",
295
- "missingControllerToken": "The controller token is missing"
295
+ "missingControllerToken": "The controller token is missing",
296
+ "unexpectedExecutionResult": "Could not extract DID from transaction result",
297
+ "objectIdNotFound": "The object ID was not found in the created object",
298
+ "gasStationError": "Gas station transaction execution failed",
299
+ "gasStationTransactionBuildFailed": "Gas station transaction build failed",
300
+ "gasStationTransactionFailed": "Gas station transaction failed",
301
+ "gasStationDocumentUpdateFailed": "Gas station document update failed",
302
+ "didExtractionFailed": "Failed to extract DID from transaction execution result",
303
+ "transactionConfirmationTimeout": "Transaction confirmation timed out",
304
+ "transactionBuildFailed": "Transaction build failed - unexpected build result format",
305
+ "didResolutionFailed": "DID resolution failed",
306
+ "didResolutionFailedAllRetries": "DID resolution failed after all retries",
307
+ "invalidMaxRetries": "The maximum number of retries must be a positive integer, it is currently {maxRetries}",
308
+ "invalidBaseDelay": "The base delay must be a positive integer, it is currently {baseDelay}"
296
309
  },
297
310
  "iota": {
298
311
  "insufficientFunds": "There were insufficient funds to complete the operation",
@@ -439,10 +452,6 @@
439
452
  "param": "--account '<'number'>'",
440
453
  "description": "The account used to generate the addresses."
441
454
  },
442
- "hrp": {
443
- "param": "--hrp '<'hrp'>'",
444
- "description": "The human readable part for the addresses if generating bech32 format."
445
- },
446
455
  "coin": {
447
456
  "param": "--coin '<'coin'>'",
448
457
  "description": "The coin type used to generate the addresses."
@@ -464,7 +473,6 @@
464
473
  "start": "Start",
465
474
  "count": "Count",
466
475
  "account": "Account",
467
- "hrp": "HRP",
468
476
  "coin": "Coin",
469
477
  "key-type": "Key Type",
470
478
  "key-format": "Key Format",
package/docs/changelog.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
+ ## [0.0.1-next.55](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.54...identity-cli-v0.0.1-next.55) (2025-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
9
+ * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
10
+ * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
11
+ * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
12
+ * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
13
+ * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
14
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
20
+ * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
21
+ * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
29
+ * @twin.org/identity-connector-iota bumped from 0.0.1-next.54 to 0.0.1-next.55
30
+
31
+ ## [0.0.1-next.54](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.53...identity-cli-v0.0.1-next.54) (2025-06-26)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * **identity-cli:** Synchronize repo versions
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
44
+ * @twin.org/identity-connector-iota bumped from 0.0.1-next.53 to 0.0.1-next.54
45
+
46
+ ## [0.0.1-next.53](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.52...identity-cli-v0.0.1-next.53) (2025-06-23)
47
+
48
+
49
+ ### Miscellaneous Chores
50
+
51
+ * **identity-cli:** Synchronize repo versions
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * dependencies
58
+ * @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
59
+ * @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
60
+
3
61
  ## [0.0.1-next.52](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.51...identity-cli-v0.0.1-next.52) (2025-06-20)
4
62
 
5
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.1-next.52",
3
+ "version": "0.0.1-next.55",
4
4
  "description": "A command line interface for interacting with the identity connectors",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "@twin.org/data-json-ld": "next",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/entity-storage-connector-memory": "next",
24
- "@twin.org/identity-connector-iota": "0.0.1-next.52",
25
- "@twin.org/identity-models": "0.0.1-next.52",
24
+ "@twin.org/identity-connector-iota": "0.0.1-next.55",
25
+ "@twin.org/identity-models": "0.0.1-next.55",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",