@twin.org/identity-cli 0.0.2-next.1 → 0.0.2-next.3

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,10 +1146,11 @@ class CLI extends cliCore.CLIBase {
1146
1146
  return this.execute({
1147
1147
  title: "TWIN Identity",
1148
1148
  appName: "twin-identity",
1149
- version: "0.0.2-next.1", // x-release-please-version
1149
+ version: "0.0.2-next.3", // x-release-please-version
1150
1150
  icon: "🌍",
1151
1151
  supportsEnvFiles: true,
1152
- overrideOutputWidth: options?.overrideOutputWidth
1152
+ overrideOutputWidth: options?.overrideOutputWidth,
1153
+ showDevToolWarning: true
1153
1154
  }, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
1154
1155
  }
1155
1156
  /**
@@ -1143,10 +1143,11 @@ class CLI extends CLIBase {
1143
1143
  return this.execute({
1144
1144
  title: "TWIN Identity",
1145
1145
  appName: "twin-identity",
1146
- version: "0.0.2-next.1", // x-release-please-version
1146
+ version: "0.0.2-next.3", // x-release-please-version
1147
1147
  icon: "🌍",
1148
1148
  supportsEnvFiles: true,
1149
- overrideOutputWidth: options?.overrideOutputWidth
1149
+ overrideOutputWidth: options?.overrideOutputWidth,
1150
+ showDevToolWarning: true
1150
1151
  }, localesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), "../locales"), argv);
1151
1152
  }
1152
1153
  /**
@@ -323,6 +323,23 @@
323
323
  "gasReservationFailed": "The gas reservation failed",
324
324
  "gasStationExecutionFailed": "The gas station execution failed"
325
325
  },
326
+ "iotaSmartContractUtils": {
327
+ "migrationFailed": "Smart contract migration failed",
328
+ "migrateSmartContractFailed": "Failed to migrate smart contract for object \"{objectId}\"",
329
+ "enableMigrationFailed": "Failed to enable migration for smart contract",
330
+ "disableMigrationFailed": "Failed to disable migration for smart contract",
331
+ "migrationStateNotReadable": "Cannot read migration state for ID \"{migrationStateId}\"",
332
+ "isMigrationActiveFailed": "Failed to check if migration is active",
333
+ "invalidVersionData": "Invalid version data received from smart contract",
334
+ "getCurrentContractVersionNoData": "No version data returned from contract",
335
+ "getCurrentContractVersionFailed": "Failed to get current contract version",
336
+ "objectNotReadable": "Cannot read object with ID \"{objectId}\"",
337
+ "objectInvalidFormat": "Object \"{objectId}\" has invalid format",
338
+ "validateObjectVersionFailed": "Failed to validate object version for \"{objectId}\"",
339
+ "getContractObjectIdsFailed": "Failed to get contract object IDs for namespace \"{namespace}\" on network \"{network}\"",
340
+ "adminCapNotFound": "AdminCap object not found for type \"{adminCapType}\" and address \"{adminAddress}\"",
341
+ "migrationStateNotFound": "MigrationState object not found for type \"{migrationStateType}\" and address \"{adminAddress}\""
342
+ },
326
343
  "vaultConnectorHelper": {
327
344
  "invalidSignature": "The JSON Web token signature could not be verified"
328
345
  },
@@ -356,6 +373,11 @@
356
373
  "validation": {
357
374
  "defaultFieldName": "The field"
358
375
  },
376
+ "warn": {
377
+ "common": {
378
+ "devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
379
+ }
380
+ },
359
381
  "cli": {
360
382
  "progress": {
361
383
  "done": "Done.",
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
+ ## [0.0.2-next.3](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.2...identity-cli-v0.0.2-next.3) (2025-08-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
16
+ * @twin.org/identity-connector-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
17
+
18
+ ## [0.0.2-next.2](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.1...identity-cli-v0.0.2-next.2) (2025-08-20)
19
+
20
+
21
+ ### Features
22
+
23
+ * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
31
+ * @twin.org/identity-connector-iota bumped from 0.0.2-next.1 to 0.0.2-next.2
32
+
3
33
  ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.0...identity-cli-v0.0.2-next.1) (2025-08-18)
4
34
 
5
35
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The identity connector types.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Iota
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The identity resolver connector types.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Iota
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.2-next.1",
3
+ "version": "0.0.2-next.3",
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.2-next.1",
25
- "@twin.org/identity-models": "0.0.2-next.1",
24
+ "@twin.org/identity-connector-iota": "0.0.2-next.3",
25
+ "@twin.org/identity-models": "0.0.2-next.3",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",