@twin.org/identity-cli 0.0.1-next.47 → 0.0.1-next.48

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.
@@ -1132,7 +1132,7 @@ class CLI extends cliCore.CLIBase {
1132
1132
  return this.execute({
1133
1133
  title: "TWIN Identity",
1134
1134
  appName: "twin-identity",
1135
- version: "0.0.1-next.47", // x-release-please-version
1135
+ version: "0.0.1-next.48", // x-release-please-version
1136
1136
  icon: "🌍",
1137
1137
  supportsEnvFiles: true,
1138
1138
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1129,7 +1129,7 @@ class CLI extends CLIBase {
1129
1129
  return this.execute({
1130
1130
  title: "TWIN Identity",
1131
1131
  appName: "twin-identity",
1132
- version: "0.0.1-next.47", // x-release-please-version
1132
+ version: "0.0.1-next.48", // x-release-please-version
1133
1133
  icon: "🌍",
1134
1134
  supportsEnvFiles: true,
1135
1135
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
+ ## [0.0.1-next.48](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.47...identity-cli-v0.0.1-next.48) (2025-06-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
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.47 to 0.0.1-next.48
16
+ * @twin.org/identity-connector-iota bumped from 0.0.1-next.47 to 0.0.1-next.48
17
+
3
18
  ## [0.0.1-next.47](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.46...identity-cli-v0.0.1-next.47) (2025-06-12)
4
19
 
5
20
 
package/docs/examples.md CHANGED
@@ -97,7 +97,7 @@ NODE_URL="https://api.devnet.iota.cafe"
97
97
  FAUCET_URL="https://faucet.devnet.iota.cafe"
98
98
  COIN_TYPE="4218"
99
99
  NETWORK="devnet"
100
- EXPLORER_URL="https://explorer.rebased.iota.org/"
100
+ EXPLORER_URL="https://explorer.iota.org/"
101
101
  ```
102
102
 
103
103
  To then request some funds and generate the identity you can issue the following commands:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.1-next.47",
3
+ "version": "0.0.1-next.48",
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.47",
25
- "@twin.org/identity-models": "0.0.1-next.47",
24
+ "@twin.org/identity-connector-iota": "0.0.1-next.48",
25
+ "@twin.org/identity-models": "0.0.1-next.48",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",