@twin.org/crypto-cli 0.0.1-next.67 → 0.0.1-next.70

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.
@@ -181,7 +181,7 @@ class CLI extends cliCore.CLIBase {
181
181
  return this.execute({
182
182
  title: "TWIN Crypto",
183
183
  appName: "twin-crypto",
184
- version: "0.0.1-next.67", // x-release-please-version
184
+ version: "0.0.1-next.70", // x-release-please-version
185
185
  icon: "🌍",
186
186
  supportsEnvFiles: true,
187
187
  overrideOutputWidth: options?.overrideOutputWidth
@@ -178,7 +178,7 @@ class CLI extends CLIBase {
178
178
  return this.execute({
179
179
  title: "TWIN Crypto",
180
180
  appName: "twin-crypto",
181
- version: "0.0.1-next.67", // x-release-please-version
181
+ version: "0.0.1-next.70", // x-release-please-version
182
182
  icon: "🌍",
183
183
  supportsEnvFiles: true,
184
184
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,90 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [0.0.1-next.70](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.69...crypto-cli-v0.0.1-next.70) (2025-07-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
9
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
10
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
11
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
12
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
18
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
19
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @twin.org/cli-core bumped from 0.0.1-next.69 to 0.0.1-next.70
27
+ * @twin.org/core bumped from 0.0.1-next.69 to 0.0.1-next.70
28
+ * @twin.org/crypto bumped from 0.0.1-next.69 to 0.0.1-next.70
29
+ * @twin.org/nameof bumped from 0.0.1-next.69 to 0.0.1-next.70
30
+ * devDependencies
31
+ * @twin.org/merge-locales bumped from 0.0.1-next.69 to 0.0.1-next.70
32
+ * @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
33
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
34
+
35
+ ## [0.0.1-next.69](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.68...crypto-cli-v0.0.1-next.69) (2025-07-02)
36
+
37
+
38
+ ### Features
39
+
40
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
41
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
42
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
43
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
44
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
50
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
51
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * dependencies
58
+ * @twin.org/cli-core bumped from 0.0.1-next.68 to 0.0.1-next.69
59
+ * @twin.org/core bumped from 0.0.1-next.68 to 0.0.1-next.69
60
+ * @twin.org/crypto bumped from 0.0.1-next.68 to 0.0.1-next.69
61
+ * @twin.org/nameof bumped from 0.0.1-next.68 to 0.0.1-next.69
62
+ * devDependencies
63
+ * @twin.org/merge-locales bumped from 0.0.1-next.68 to 0.0.1-next.69
64
+ * @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
65
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
66
+
67
+ ## [0.0.1-next.68](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.67...crypto-cli-v0.0.1-next.68) (2025-07-02)
68
+
69
+
70
+ ### Features
71
+
72
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
73
+
74
+
75
+ ### Dependencies
76
+
77
+ * The following workspace dependencies were updated
78
+ * dependencies
79
+ * @twin.org/cli-core bumped from 0.0.1-next.67 to 0.0.1-next.68
80
+ * @twin.org/core bumped from 0.0.1-next.67 to 0.0.1-next.68
81
+ * @twin.org/crypto bumped from 0.0.1-next.67 to 0.0.1-next.68
82
+ * @twin.org/nameof bumped from 0.0.1-next.67 to 0.0.1-next.68
83
+ * devDependencies
84
+ * @twin.org/merge-locales bumped from 0.0.1-next.67 to 0.0.1-next.68
85
+ * @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
86
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
87
+
3
88
  ## [0.0.1-next.67](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.1-next.66...crypto-cli-v0.0.1-next.67) (2025-06-26)
4
89
 
5
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto-cli",
3
- "version": "0.0.1-next.67",
3
+ "version": "0.0.1-next.70",
4
4
  "description": "A command line interface for interacting with the crypto tools",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.1-next.67",
18
- "@twin.org/core": "0.0.1-next.67",
19
- "@twin.org/crypto": "0.0.1-next.67",
20
- "@twin.org/nameof": "next",
17
+ "@twin.org/cli-core": "0.0.1-next.70",
18
+ "@twin.org/core": "0.0.1-next.70",
19
+ "@twin.org/crypto": "0.0.1-next.70",
20
+ "@twin.org/nameof": "0.0.1-next.70",
21
21
  "commander": "14.0.0"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",