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

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.53", // 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.53", // 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",
package/docs/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-cli:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
16
+ * @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
17
+
3
18
  ## [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
19
 
5
20
 
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.53",
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.53",
25
+ "@twin.org/identity-models": "0.0.1-next.53",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",