@twin.org/crypto-cli 0.0.1-next.60 → 0.0.1-next.63

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.
@@ -193,7 +193,7 @@ class CLI extends cliCore.CLIBase {
193
193
  return this.execute({
194
194
  title: "TWIN Crypto",
195
195
  appName: "twin-crypto",
196
- version: "0.0.1-next.60", // x-release-please-version
196
+ version: "0.0.1-next.63", // x-release-please-version
197
197
  icon: "🌍",
198
198
  supportsEnvFiles: true,
199
199
  overrideOutputWidth: options?.overrideOutputWidth
@@ -190,7 +190,7 @@ class CLI extends CLIBase {
190
190
  return this.execute({
191
191
  title: "TWIN Crypto",
192
192
  appName: "twin-crypto",
193
- version: "0.0.1-next.60", // x-release-please-version
193
+ version: "0.0.1-next.63", // x-release-please-version
194
194
  icon: "🌍",
195
195
  supportsEnvFiles: true,
196
196
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [0.0.1-next.63](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.62...crypto-cli-v0.0.1-next.63) (2025-06-18)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **crypto-cli:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/cli-core bumped from 0.0.1-next.62 to 0.0.1-next.63
16
+ * @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
17
+ * @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
18
+
19
+ ## [0.0.1-next.62](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.61...crypto-cli-v0.0.1-next.62) (2025-06-17)
20
+
21
+
22
+ ### Features
23
+
24
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
25
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
26
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
27
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
33
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @twin.org/cli-core bumped from 0.0.1-next.61 to 0.0.1-next.62
41
+ * @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
42
+ * @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
43
+
44
+ ## [0.0.1-next.61](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.60...crypto-cli-v0.0.1-next.61) (2025-06-17)
45
+
46
+
47
+ ### Miscellaneous Chores
48
+
49
+ * **crypto-cli:** Synchronize repo versions
50
+
51
+
52
+ ### Dependencies
53
+
54
+ * The following workspace dependencies were updated
55
+ * dependencies
56
+ * @twin.org/cli-core bumped from 0.0.1-next.60 to 0.0.1-next.61
57
+ * @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
58
+ * @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
59
+
3
60
  ## [0.0.1-next.60](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.59...crypto-cli-v0.0.1-next.60) (2025-06-17)
4
61
 
5
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto-cli",
3
- "version": "0.0.1-next.60",
3
+ "version": "0.0.1-next.63",
4
4
  "description": "A command line interface for interacting with the crypto tools",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.1-next.60",
18
- "@twin.org/core": "0.0.1-next.60",
19
- "@twin.org/crypto": "0.0.1-next.60",
17
+ "@twin.org/cli-core": "0.0.1-next.63",
18
+ "@twin.org/core": "0.0.1-next.63",
19
+ "@twin.org/crypto": "0.0.1-next.63",
20
20
  "@twin.org/nameof": "next",
21
21
  "commander": "14.0.0"
22
22
  },