@twin.org/identity-cli 0.0.2-next.5 → 0.0.2-next.6

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.
@@ -1182,7 +1182,7 @@ class CLI extends cliCore.CLIBase {
1182
1182
  return this.execute({
1183
1183
  title: "TWIN Identity",
1184
1184
  appName: "twin-identity",
1185
- version: "0.0.2-next.5", // x-release-please-version
1185
+ version: "0.0.2-next.6", // x-release-please-version
1186
1186
  icon: "🌍",
1187
1187
  supportsEnvFiles: true,
1188
1188
  overrideOutputWidth: options?.overrideOutputWidth,
@@ -1179,7 +1179,7 @@ class CLI extends CLIBase {
1179
1179
  return this.execute({
1180
1180
  title: "TWIN Identity",
1181
1181
  appName: "twin-identity",
1182
- version: "0.0.2-next.5", // x-release-please-version
1182
+ version: "0.0.2-next.6", // x-release-please-version
1183
1183
  icon: "🌍",
1184
1184
  supportsEnvFiles: true,
1185
1185
  overrideOutputWidth: options?.overrideOutputWidth,
package/docs/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
+ ## [0.0.2-next.6](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.5...identity-cli-v0.0.2-next.6) (2025-09-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.2-next.5 to 0.0.2-next.6
16
+ * @twin.org/identity-connector-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
17
+
3
18
  ## [0.0.2-next.5](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.4...identity-cli-v0.0.2-next.5) (2025-09-15)
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.2-next.5",
3
+ "version": "0.0.2-next.6",
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.5",
25
- "@twin.org/identity-models": "0.0.2-next.5",
24
+ "@twin.org/identity-connector-iota": "0.0.2-next.6",
25
+ "@twin.org/identity-models": "0.0.2-next.6",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",