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

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.3", // 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.3", // 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 decryption",
184
+ "invalidKeySize": "Invalid RSA key size"
181
185
  }
182
186
  },
183
187
  "cli": {
package/docs/changelog.md CHANGED
@@ -1,5 +1,104 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [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)
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
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
13
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
19
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
20
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @twin.org/cli-core bumped from 0.0.2-next.2 to 0.0.2-next.3
28
+ * @twin.org/core bumped from 0.0.2-next.2 to 0.0.2-next.3
29
+ * @twin.org/crypto bumped from 0.0.2-next.2 to 0.0.2-next.3
30
+ * @twin.org/nameof bumped from 0.0.2-next.2 to 0.0.2-next.3
31
+ * devDependencies
32
+ * @twin.org/merge-locales bumped from 0.0.2-next.2 to 0.0.2-next.3
33
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
34
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
35
+
36
+ ## [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)
37
+
38
+
39
+ ### Features
40
+
41
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
42
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
43
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
44
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
45
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
46
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
52
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
53
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * The following workspace dependencies were updated
59
+ * dependencies
60
+ * @twin.org/cli-core bumped from 0.0.2-next.1 to 0.0.2-next.2
61
+ * @twin.org/core bumped from 0.0.2-next.1 to 0.0.2-next.2
62
+ * @twin.org/crypto bumped from 0.0.2-next.1 to 0.0.2-next.2
63
+ * @twin.org/nameof bumped from 0.0.2-next.1 to 0.0.2-next.2
64
+ * devDependencies
65
+ * @twin.org/merge-locales bumped from 0.0.2-next.1 to 0.0.2-next.2
66
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
67
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
68
+
69
+ ## [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)
70
+
71
+
72
+ ### Features
73
+
74
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
75
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
76
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
77
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
78
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
79
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
85
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
86
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
87
+
88
+
89
+ ### Dependencies
90
+
91
+ * The following workspace dependencies were updated
92
+ * dependencies
93
+ * @twin.org/cli-core bumped from 0.0.2-next.0 to 0.0.2-next.1
94
+ * @twin.org/core bumped from 0.0.2-next.0 to 0.0.2-next.1
95
+ * @twin.org/crypto bumped from 0.0.2-next.0 to 0.0.2-next.1
96
+ * @twin.org/nameof bumped from 0.0.2-next.0 to 0.0.2-next.1
97
+ * devDependencies
98
+ * @twin.org/merge-locales bumped from 0.0.2-next.0 to 0.0.2-next.1
99
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
100
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.0 to 0.0.2-next.1
101
+
3
102
  ## 0.0.1 (2025-07-03)
4
103
 
5
104
 
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.3",
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.3",
18
+ "@twin.org/core": "0.0.2-next.3",
19
+ "@twin.org/crypto": "0.0.2-next.3",
20
+ "@twin.org/nameof": "0.0.2-next.3",
21
21
  "commander": "14.0.0"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",