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

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,10 +181,11 @@ 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.10", // x-release-please-version
185
185
  icon: "🌍",
186
186
  supportsEnvFiles: true,
187
- overrideOutputWidth: options?.overrideOutputWidth
187
+ overrideOutputWidth: options?.overrideOutputWidth,
188
+ showDevToolWarning: true
188
189
  }, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
189
190
  }
190
191
  /**
@@ -178,10 +178,11 @@ 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.10", // x-release-please-version
182
182
  icon: "🌍",
183
183
  supportsEnvFiles: true,
184
- overrideOutputWidth: options?.overrideOutputWidth
184
+ overrideOutputWidth: options?.overrideOutputWidth,
185
+ showDevToolWarning: true
185
186
  }, localesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), "../locales"), argv);
186
187
  }
187
188
  /**
@@ -178,6 +178,15 @@
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"
185
+ }
186
+ },
187
+ "warn": {
188
+ "common": {
189
+ "devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
181
190
  }
182
191
  },
183
192
  "cli": {
package/docs/changelog.md CHANGED
@@ -1,5 +1,251 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [0.0.2-next.10](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.9...crypto-cli-v0.0.2-next.10) (2025-09-11)
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.9 to 0.0.2-next.10
16
+ * @twin.org/core bumped from 0.0.2-next.9 to 0.0.2-next.10
17
+ * @twin.org/crypto bumped from 0.0.2-next.9 to 0.0.2-next.10
18
+ * @twin.org/nameof bumped from 0.0.2-next.9 to 0.0.2-next.10
19
+ * devDependencies
20
+ * @twin.org/merge-locales bumped from 0.0.2-next.9 to 0.0.2-next.10
21
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
22
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
23
+
24
+ ## [0.0.2-next.9](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.8...crypto-cli-v0.0.2-next.9) (2025-09-08)
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **crypto-cli:** Synchronize repo versions
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/cli-core bumped from 0.0.2-next.8 to 0.0.2-next.9
37
+ * @twin.org/core bumped from 0.0.2-next.8 to 0.0.2-next.9
38
+ * @twin.org/crypto bumped from 0.0.2-next.8 to 0.0.2-next.9
39
+ * @twin.org/nameof bumped from 0.0.2-next.8 to 0.0.2-next.9
40
+ * devDependencies
41
+ * @twin.org/merge-locales bumped from 0.0.2-next.8 to 0.0.2-next.9
42
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
43
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
44
+
45
+ ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.7...crypto-cli-v0.0.2-next.8) (2025-09-05)
46
+
47
+
48
+ ### Miscellaneous Chores
49
+
50
+ * **crypto-cli:** Synchronize repo versions
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @twin.org/cli-core bumped from 0.0.2-next.7 to 0.0.2-next.8
58
+ * @twin.org/core bumped from 0.0.2-next.7 to 0.0.2-next.8
59
+ * @twin.org/crypto bumped from 0.0.2-next.7 to 0.0.2-next.8
60
+ * @twin.org/nameof bumped from 0.0.2-next.7 to 0.0.2-next.8
61
+ * devDependencies
62
+ * @twin.org/merge-locales bumped from 0.0.2-next.7 to 0.0.2-next.8
63
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
64
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
65
+
66
+ ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.6...crypto-cli-v0.0.2-next.7) (2025-08-29)
67
+
68
+
69
+ ### Features
70
+
71
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
72
+
73
+
74
+ ### Dependencies
75
+
76
+ * The following workspace dependencies were updated
77
+ * dependencies
78
+ * @twin.org/cli-core bumped from 0.0.2-next.6 to 0.0.2-next.7
79
+ * @twin.org/core bumped from 0.0.2-next.6 to 0.0.2-next.7
80
+ * @twin.org/crypto bumped from 0.0.2-next.6 to 0.0.2-next.7
81
+ * @twin.org/nameof bumped from 0.0.2-next.6 to 0.0.2-next.7
82
+ * devDependencies
83
+ * @twin.org/merge-locales bumped from 0.0.2-next.6 to 0.0.2-next.7
84
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
85
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
86
+
87
+ ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.5...crypto-cli-v0.0.2-next.6) (2025-08-27)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **crypto-cli:** Synchronize repo versions
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/cli-core bumped from 0.0.2-next.5 to 0.0.2-next.6
100
+ * @twin.org/core bumped from 0.0.2-next.5 to 0.0.2-next.6
101
+ * @twin.org/crypto bumped from 0.0.2-next.5 to 0.0.2-next.6
102
+ * @twin.org/nameof bumped from 0.0.2-next.5 to 0.0.2-next.6
103
+ * devDependencies
104
+ * @twin.org/merge-locales bumped from 0.0.2-next.5 to 0.0.2-next.6
105
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
106
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
107
+
108
+ ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.2-next.4...crypto-cli-v0.0.2-next.5) (2025-08-19)
109
+
110
+
111
+ ### Features
112
+
113
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
114
+
115
+
116
+ ### Dependencies
117
+
118
+ * The following workspace dependencies were updated
119
+ * dependencies
120
+ * @twin.org/cli-core bumped from 0.0.2-next.4 to 0.0.2-next.5
121
+ * @twin.org/core bumped from 0.0.2-next.4 to 0.0.2-next.5
122
+ * @twin.org/crypto bumped from 0.0.2-next.4 to 0.0.2-next.5
123
+ * @twin.org/nameof bumped from 0.0.2-next.4 to 0.0.2-next.5
124
+ * devDependencies
125
+ * @twin.org/merge-locales bumped from 0.0.2-next.4 to 0.0.2-next.5
126
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
127
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
128
+
129
+ ## [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)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **crypto-cli:** Synchronize repo versions
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * The following workspace dependencies were updated
140
+ * dependencies
141
+ * @twin.org/cli-core bumped from 0.0.2-next.3 to 0.0.2-next.4
142
+ * @twin.org/core bumped from 0.0.2-next.3 to 0.0.2-next.4
143
+ * @twin.org/crypto bumped from 0.0.2-next.3 to 0.0.2-next.4
144
+ * @twin.org/nameof bumped from 0.0.2-next.3 to 0.0.2-next.4
145
+ * devDependencies
146
+ * @twin.org/merge-locales bumped from 0.0.2-next.3 to 0.0.2-next.4
147
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
148
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
149
+
150
+ ## [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)
151
+
152
+
153
+ ### Features
154
+
155
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
156
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
157
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
158
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
159
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
160
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
166
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
167
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
168
+
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * dependencies
174
+ * @twin.org/cli-core bumped from 0.0.2-next.2 to 0.0.2-next.3
175
+ * @twin.org/core bumped from 0.0.2-next.2 to 0.0.2-next.3
176
+ * @twin.org/crypto bumped from 0.0.2-next.2 to 0.0.2-next.3
177
+ * @twin.org/nameof bumped from 0.0.2-next.2 to 0.0.2-next.3
178
+ * devDependencies
179
+ * @twin.org/merge-locales bumped from 0.0.2-next.2 to 0.0.2-next.3
180
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
181
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
182
+
183
+ ## [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)
184
+
185
+
186
+ ### Features
187
+
188
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
189
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
190
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
191
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
192
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
193
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
194
+
195
+
196
+ ### Bug Fixes
197
+
198
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
199
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
200
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
201
+
202
+
203
+ ### Dependencies
204
+
205
+ * The following workspace dependencies were updated
206
+ * dependencies
207
+ * @twin.org/cli-core bumped from 0.0.2-next.1 to 0.0.2-next.2
208
+ * @twin.org/core bumped from 0.0.2-next.1 to 0.0.2-next.2
209
+ * @twin.org/crypto bumped from 0.0.2-next.1 to 0.0.2-next.2
210
+ * @twin.org/nameof bumped from 0.0.2-next.1 to 0.0.2-next.2
211
+ * devDependencies
212
+ * @twin.org/merge-locales bumped from 0.0.2-next.1 to 0.0.2-next.2
213
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
214
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
215
+
216
+ ## [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)
217
+
218
+
219
+ ### Features
220
+
221
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
222
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
223
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
224
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
225
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
226
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
232
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
233
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
234
+
235
+
236
+ ### Dependencies
237
+
238
+ * The following workspace dependencies were updated
239
+ * dependencies
240
+ * @twin.org/cli-core bumped from 0.0.2-next.0 to 0.0.2-next.1
241
+ * @twin.org/core bumped from 0.0.2-next.0 to 0.0.2-next.1
242
+ * @twin.org/crypto bumped from 0.0.2-next.0 to 0.0.2-next.1
243
+ * @twin.org/nameof bumped from 0.0.2-next.0 to 0.0.2-next.1
244
+ * devDependencies
245
+ * @twin.org/merge-locales bumped from 0.0.2-next.0 to 0.0.2-next.1
246
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
247
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.0 to 0.0.2-next.1
248
+
3
249
  ## 0.0.1 (2025-07-03)
4
250
 
5
251
 
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.10",
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.10",
18
+ "@twin.org/core": "0.0.2-next.10",
19
+ "@twin.org/crypto": "0.0.2-next.10",
20
+ "@twin.org/nameof": "0.0.2-next.10",
21
21
  "commander": "14.0.0"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",