@twin.org/crypto-cli 0.0.1 → 0.0.2-next.4

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", // x-release-please-version
184
+ version: "0.0.2-next.4", // 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", // x-release-please-version
181
+ version: "0.0.2-next.4", // x-release-please-version
182
182
  icon: "🌍",
183
183
  supportsEnvFiles: true,
184
184
  overrideOutputWidth: options?.overrideOutputWidth
@@ -178,6 +178,10 @@
178
178
  },
179
179
  "slip0010": {
180
180
  "invalidSeed": "The seed is invalid \"{seed}\""
181
+ },
182
+ "rsa": {
183
+ "noPrivateKey": "Private key is required for this operation",
184
+ "invalidKeySize": "Invalid RSA key size"
181
185
  }
182
186
  },
183
187
  "cli": {
package/docs/changelog.md CHANGED
@@ -1,5 +1,125 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.3...crypto-cli-v0.0.2-next.4) (2025-08-15)
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.2-next.3 to 0.0.2-next.4
16
+ * @twin.org/core bumped from 0.0.2-next.3 to 0.0.2-next.4
17
+ * @twin.org/crypto bumped from 0.0.2-next.3 to 0.0.2-next.4
18
+ * @twin.org/nameof bumped from 0.0.2-next.3 to 0.0.2-next.4
19
+ * devDependencies
20
+ * @twin.org/merge-locales bumped from 0.0.2-next.3 to 0.0.2-next.4
21
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
22
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
23
+
24
+ ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.2...crypto-cli-v0.0.2-next.3) (2025-08-06)
25
+
26
+
27
+ ### Features
28
+
29
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
30
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
31
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
32
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
33
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
34
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
40
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
41
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * The following workspace dependencies were updated
47
+ * dependencies
48
+ * @twin.org/cli-core bumped from 0.0.2-next.2 to 0.0.2-next.3
49
+ * @twin.org/core bumped from 0.0.2-next.2 to 0.0.2-next.3
50
+ * @twin.org/crypto bumped from 0.0.2-next.2 to 0.0.2-next.3
51
+ * @twin.org/nameof bumped from 0.0.2-next.2 to 0.0.2-next.3
52
+ * devDependencies
53
+ * @twin.org/merge-locales bumped from 0.0.2-next.2 to 0.0.2-next.3
54
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
55
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
56
+
57
+ ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.1...crypto-cli-v0.0.2-next.2) (2025-08-06)
58
+
59
+
60
+ ### Features
61
+
62
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
63
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
64
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
65
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
66
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
67
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
73
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
74
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
75
+
76
+
77
+ ### Dependencies
78
+
79
+ * The following workspace dependencies were updated
80
+ * dependencies
81
+ * @twin.org/cli-core bumped from 0.0.2-next.1 to 0.0.2-next.2
82
+ * @twin.org/core bumped from 0.0.2-next.1 to 0.0.2-next.2
83
+ * @twin.org/crypto bumped from 0.0.2-next.1 to 0.0.2-next.2
84
+ * @twin.org/nameof bumped from 0.0.2-next.1 to 0.0.2-next.2
85
+ * devDependencies
86
+ * @twin.org/merge-locales bumped from 0.0.2-next.1 to 0.0.2-next.2
87
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
88
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
89
+
90
+ ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.0...crypto-cli-v0.0.2-next.1) (2025-08-06)
91
+
92
+
93
+ ### Features
94
+
95
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
96
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
97
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
98
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
99
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
100
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
101
+
102
+
103
+ ### Bug Fixes
104
+
105
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
106
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
107
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
108
+
109
+
110
+ ### Dependencies
111
+
112
+ * The following workspace dependencies were updated
113
+ * dependencies
114
+ * @twin.org/cli-core bumped from 0.0.2-next.0 to 0.0.2-next.1
115
+ * @twin.org/core bumped from 0.0.2-next.0 to 0.0.2-next.1
116
+ * @twin.org/crypto bumped from 0.0.2-next.0 to 0.0.2-next.1
117
+ * @twin.org/nameof bumped from 0.0.2-next.0 to 0.0.2-next.1
118
+ * devDependencies
119
+ * @twin.org/merge-locales bumped from 0.0.2-next.0 to 0.0.2-next.1
120
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
121
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.0 to 0.0.2-next.1
122
+
3
123
  ## 0.0.1 (2025-07-03)
4
124
 
5
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.4",
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",
18
- "@twin.org/core": "^0.0.1",
19
- "@twin.org/crypto": "^0.0.1",
20
- "@twin.org/nameof": "^0.0.1",
17
+ "@twin.org/cli-core": "0.0.2-next.4",
18
+ "@twin.org/core": "0.0.2-next.4",
19
+ "@twin.org/crypto": "0.0.2-next.4",
20
+ "@twin.org/nameof": "0.0.2-next.4",
21
21
  "commander": "14.0.0"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",