@twin.org/crypto-cli 0.0.3-next.30 → 0.0.3-next.32
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.
- package/dist/es/cli.js +1 -1
- package/dist/es/cli.js.map +1 -1
- package/docs/changelog.md +219 -175
- package/package.json +5 -5
package/dist/es/cli.js
CHANGED
|
@@ -21,7 +21,7 @@ export class CLI extends CLIBase {
|
|
|
21
21
|
return this.execute({
|
|
22
22
|
title: "TWIN Crypto",
|
|
23
23
|
appName: "twin-crypto",
|
|
24
|
-
version: "0.0.3-next.
|
|
24
|
+
version: "0.0.3-next.32", // x-release-please-version
|
|
25
25
|
icon: "🔒",
|
|
26
26
|
supportsEnvFiles: true,
|
|
27
27
|
overrideOutputWidth: options?.overrideOutputWidth,
|
package/dist/es/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,aAAa;YACpB,OAAO,EAAE,aAAa;YACtB,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,IAAI;YACV,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;YACjD,kBAAkB,EAAE,IAAI;SACxB,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;;OAIG;IACO,WAAW,CAAC,OAAgB;QACrC,OAAO,CAAC,oBAAoB,EAAE,EAAE,mBAAmB,EAAE,CAAC,CAAC;IACxD,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandAddress } from \"./commands/address.js\";\nimport { buildCommandMnemonic } from \"./commands/mnemonic.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Crypto\",\n\t\t\t\tappName: \"twin-crypto\",\n\t\t\t\tversion: \"0.0.3-next.
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,aAAa;YACpB,OAAO,EAAE,aAAa;YACtB,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,IAAI;YACV,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;YACjD,kBAAkB,EAAE,IAAI;SACxB,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;;OAIG;IACO,WAAW,CAAC,OAAgB;QACrC,OAAO,CAAC,oBAAoB,EAAE,EAAE,mBAAmB,EAAE,CAAC,CAAC;IACxD,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandAddress } from \"./commands/address.js\";\nimport { buildCommandMnemonic } from \"./commands/mnemonic.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Crypto\",\n\t\t\t\tappName: \"twin-crypto\",\n\t\t\t\tversion: \"0.0.3-next.32\", // x-release-please-version\n\t\t\t\ticon: \"🔒\",\n\t\t\t\tsupportsEnvFiles: true,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth,\n\t\t\t\tshowDevToolWarning: true\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Get the commands for the CLI.\n\t * @param program The main program to add the commands to.\n\t * @internal\n\t */\n\tprotected getCommands(program: Command): Command[] {\n\t\treturn [buildCommandMnemonic(), buildCommandAddress()];\n\t}\n}\n"]}
|
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.32](https://github.com/twinfoundation/twin-framework/compare/crypto-cli-v0.0.3-next.31...crypto-cli-v0.0.3-next.32) (2026-04-30)
|
|
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.3-next.31 to 0.0.3-next.32
|
|
16
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
17
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
18
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
21
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
22
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
23
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
24
|
+
|
|
25
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.30...crypto-cli-v0.0.3-next.31) (2026-04-14)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Miscellaneous Chores
|
|
29
|
+
|
|
30
|
+
* **crypto-cli:** Synchronize repo versions
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @twin.org/cli-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
38
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
39
|
+
* @twin.org/crypto bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
40
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
41
|
+
* devDependencies
|
|
42
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
43
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
44
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
45
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
46
|
+
|
|
47
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.29...crypto-cli-v0.0.3-next.30) (2026-04-14)
|
|
4
48
|
|
|
5
49
|
|
|
6
50
|
### Miscellaneous Chores
|
|
@@ -22,7 +66,7 @@
|
|
|
22
66
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
23
67
|
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
24
68
|
|
|
25
|
-
## [0.0.3-next.29](https://github.com/
|
|
69
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.28...crypto-cli-v0.0.3-next.29) (2026-04-14)
|
|
26
70
|
|
|
27
71
|
|
|
28
72
|
### Miscellaneous Chores
|
|
@@ -44,7 +88,7 @@
|
|
|
44
88
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
45
89
|
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
46
90
|
|
|
47
|
-
## [0.0.3-next.28](https://github.com/
|
|
91
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.27...crypto-cli-v0.0.3-next.28) (2026-03-27)
|
|
48
92
|
|
|
49
93
|
|
|
50
94
|
### Miscellaneous Chores
|
|
@@ -66,7 +110,7 @@
|
|
|
66
110
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
67
111
|
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
68
112
|
|
|
69
|
-
## [0.0.3-next.27](https://github.com/
|
|
113
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.26...crypto-cli-v0.0.3-next.27) (2026-03-27)
|
|
70
114
|
|
|
71
115
|
|
|
72
116
|
### Miscellaneous Chores
|
|
@@ -88,7 +132,7 @@
|
|
|
88
132
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
89
133
|
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
90
134
|
|
|
91
|
-
## [0.0.3-next.26](https://github.com/
|
|
135
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.25...crypto-cli-v0.0.3-next.26) (2026-03-24)
|
|
92
136
|
|
|
93
137
|
|
|
94
138
|
### Miscellaneous Chores
|
|
@@ -110,7 +154,7 @@
|
|
|
110
154
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
111
155
|
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
112
156
|
|
|
113
|
-
## [0.0.3-next.25](https://github.com/
|
|
157
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.24...crypto-cli-v0.0.3-next.25) (2026-03-23)
|
|
114
158
|
|
|
115
159
|
|
|
116
160
|
### Miscellaneous Chores
|
|
@@ -132,12 +176,12 @@
|
|
|
132
176
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
133
177
|
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
134
178
|
|
|
135
|
-
## [0.0.3-next.24](https://github.com/
|
|
179
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.23...crypto-cli-v0.0.3-next.24) (2026-03-19)
|
|
136
180
|
|
|
137
181
|
|
|
138
182
|
### Bug Fixes
|
|
139
183
|
|
|
140
|
-
* ensure __decorate is defined for decorators ([103a563](https://github.com/
|
|
184
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
141
185
|
|
|
142
186
|
|
|
143
187
|
### Dependencies
|
|
@@ -154,7 +198,7 @@
|
|
|
154
198
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
155
199
|
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
156
200
|
|
|
157
|
-
## [0.0.3-next.23](https://github.com/
|
|
201
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.22...crypto-cli-v0.0.3-next.23) (2026-03-17)
|
|
158
202
|
|
|
159
203
|
|
|
160
204
|
### Miscellaneous Chores
|
|
@@ -176,7 +220,7 @@
|
|
|
176
220
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
177
221
|
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
178
222
|
|
|
179
|
-
## [0.0.3-next.22](https://github.com/
|
|
223
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.21...crypto-cli-v0.0.3-next.22) (2026-02-26)
|
|
180
224
|
|
|
181
225
|
|
|
182
226
|
### Miscellaneous Chores
|
|
@@ -198,28 +242,28 @@
|
|
|
198
242
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
199
243
|
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
200
244
|
|
|
201
|
-
## [0.0.3-next.21](https://github.com/
|
|
245
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.20...crypto-cli-v0.0.3-next.21) (2026-02-26)
|
|
202
246
|
|
|
203
247
|
|
|
204
248
|
### Features
|
|
205
249
|
|
|
206
|
-
* add context id features ([#206](https://github.com/
|
|
207
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
208
|
-
* add version type ([ae50cd9](https://github.com/
|
|
209
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
210
|
-
* locales validation ([#197](https://github.com/
|
|
211
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
212
|
-
* remove version type ([553aa55](https://github.com/
|
|
213
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
214
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
215
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
250
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
251
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
252
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
253
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
254
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
255
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
256
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
257
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
258
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
259
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
216
260
|
|
|
217
261
|
|
|
218
262
|
### Bug Fixes
|
|
219
263
|
|
|
220
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
221
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
222
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
264
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
265
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
266
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
223
267
|
|
|
224
268
|
|
|
225
269
|
### Dependencies
|
|
@@ -236,7 +280,7 @@
|
|
|
236
280
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
237
281
|
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
238
282
|
|
|
239
|
-
## [0.0.3-next.20](https://github.com/
|
|
283
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.19...crypto-cli-v0.0.3-next.20) (2026-02-26)
|
|
240
284
|
|
|
241
285
|
|
|
242
286
|
### Miscellaneous Chores
|
|
@@ -258,7 +302,7 @@
|
|
|
258
302
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
259
303
|
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
260
304
|
|
|
261
|
-
## [0.0.3-next.19](https://github.com/
|
|
305
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.18...crypto-cli-v0.0.3-next.19) (2026-02-26)
|
|
262
306
|
|
|
263
307
|
|
|
264
308
|
### Miscellaneous Chores
|
|
@@ -280,7 +324,7 @@
|
|
|
280
324
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
281
325
|
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
282
326
|
|
|
283
|
-
## [0.0.3-next.18](https://github.com/
|
|
327
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.17...crypto-cli-v0.0.3-next.18) (2026-02-23)
|
|
284
328
|
|
|
285
329
|
|
|
286
330
|
### Miscellaneous Chores
|
|
@@ -302,7 +346,7 @@
|
|
|
302
346
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
303
347
|
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
304
348
|
|
|
305
|
-
## [0.0.3-next.17](https://github.com/
|
|
349
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.16...crypto-cli-v0.0.3-next.17) (2026-02-09)
|
|
306
350
|
|
|
307
351
|
|
|
308
352
|
### Miscellaneous Chores
|
|
@@ -324,7 +368,7 @@
|
|
|
324
368
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
325
369
|
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
326
370
|
|
|
327
|
-
## [0.0.3-next.16](https://github.com/
|
|
371
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.15...crypto-cli-v0.0.3-next.16) (2026-02-06)
|
|
328
372
|
|
|
329
373
|
|
|
330
374
|
### Miscellaneous Chores
|
|
@@ -346,7 +390,7 @@
|
|
|
346
390
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
347
391
|
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
348
392
|
|
|
349
|
-
## [0.0.3-next.15](https://github.com/
|
|
393
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.14...crypto-cli-v0.0.3-next.15) (2026-01-29)
|
|
350
394
|
|
|
351
395
|
|
|
352
396
|
### Miscellaneous Chores
|
|
@@ -368,7 +412,7 @@
|
|
|
368
412
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
369
413
|
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
370
414
|
|
|
371
|
-
## [0.0.3-next.14](https://github.com/
|
|
415
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.13...crypto-cli-v0.0.3-next.14) (2026-01-22)
|
|
372
416
|
|
|
373
417
|
|
|
374
418
|
### Miscellaneous Chores
|
|
@@ -390,7 +434,7 @@
|
|
|
390
434
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
391
435
|
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
392
436
|
|
|
393
|
-
## [0.0.3-next.13](https://github.com/
|
|
437
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.12...crypto-cli-v0.0.3-next.13) (2026-01-08)
|
|
394
438
|
|
|
395
439
|
|
|
396
440
|
### Miscellaneous Chores
|
|
@@ -412,7 +456,7 @@
|
|
|
412
456
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
413
457
|
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
414
458
|
|
|
415
|
-
## [0.0.3-next.12](https://github.com/
|
|
459
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.11...crypto-cli-v0.0.3-next.12) (2026-01-08)
|
|
416
460
|
|
|
417
461
|
|
|
418
462
|
### Miscellaneous Chores
|
|
@@ -434,7 +478,7 @@
|
|
|
434
478
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
435
479
|
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
436
480
|
|
|
437
|
-
## [0.0.3-next.11](https://github.com/
|
|
481
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.10...crypto-cli-v0.0.3-next.11) (2026-01-07)
|
|
438
482
|
|
|
439
483
|
|
|
440
484
|
### Miscellaneous Chores
|
|
@@ -456,7 +500,7 @@
|
|
|
456
500
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
457
501
|
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
458
502
|
|
|
459
|
-
## [0.0.3-next.10](https://github.com/
|
|
503
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.9...crypto-cli-v0.0.3-next.10) (2026-01-07)
|
|
460
504
|
|
|
461
505
|
|
|
462
506
|
### Miscellaneous Chores
|
|
@@ -478,7 +522,7 @@
|
|
|
478
522
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
479
523
|
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
480
524
|
|
|
481
|
-
## [0.0.3-next.9](https://github.com/
|
|
525
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.8...crypto-cli-v0.0.3-next.9) (2026-01-05)
|
|
482
526
|
|
|
483
527
|
|
|
484
528
|
### Miscellaneous Chores
|
|
@@ -500,7 +544,7 @@
|
|
|
500
544
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
501
545
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
502
546
|
|
|
503
|
-
## [0.0.3-next.8](https://github.com/
|
|
547
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.7...crypto-cli-v0.0.3-next.8) (2025-11-26)
|
|
504
548
|
|
|
505
549
|
|
|
506
550
|
### Miscellaneous Chores
|
|
@@ -522,28 +566,28 @@
|
|
|
522
566
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
523
567
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
524
568
|
|
|
525
|
-
## [0.0.3-next.7](https://github.com/
|
|
569
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.6...crypto-cli-v0.0.3-next.7) (2025-11-25)
|
|
526
570
|
|
|
527
571
|
|
|
528
572
|
### Features
|
|
529
573
|
|
|
530
|
-
* add context id features ([#206](https://github.com/
|
|
531
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
532
|
-
* add version type ([ae50cd9](https://github.com/
|
|
533
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
534
|
-
* locales validation ([#197](https://github.com/
|
|
535
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
536
|
-
* remove version type ([553aa55](https://github.com/
|
|
537
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
538
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
539
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
574
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
575
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
576
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
577
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
578
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
579
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
580
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
581
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
582
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
583
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
540
584
|
|
|
541
585
|
|
|
542
586
|
### Bug Fixes
|
|
543
587
|
|
|
544
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
545
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
546
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
588
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
589
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
590
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
547
591
|
|
|
548
592
|
|
|
549
593
|
### Dependencies
|
|
@@ -560,7 +604,7 @@
|
|
|
560
604
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
561
605
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
562
606
|
|
|
563
|
-
## [0.0.3-next.6](https://github.com/
|
|
607
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.5...crypto-cli-v0.0.3-next.6) (2025-11-25)
|
|
564
608
|
|
|
565
609
|
|
|
566
610
|
### Miscellaneous Chores
|
|
@@ -582,7 +626,7 @@
|
|
|
582
626
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
583
627
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
584
628
|
|
|
585
|
-
## [0.0.3-next.5](https://github.com/
|
|
629
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.4...crypto-cli-v0.0.3-next.5) (2025-11-20)
|
|
586
630
|
|
|
587
631
|
|
|
588
632
|
### Miscellaneous Chores
|
|
@@ -604,7 +648,7 @@
|
|
|
604
648
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
605
649
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
606
650
|
|
|
607
|
-
## [0.0.3-next.4](https://github.com/
|
|
651
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.3...crypto-cli-v0.0.3-next.4) (2025-11-13)
|
|
608
652
|
|
|
609
653
|
|
|
610
654
|
### Miscellaneous Chores
|
|
@@ -626,7 +670,7 @@
|
|
|
626
670
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
627
671
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
628
672
|
|
|
629
|
-
## [0.0.3-next.3](https://github.com/
|
|
673
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.2...crypto-cli-v0.0.3-next.3) (2025-11-12)
|
|
630
674
|
|
|
631
675
|
|
|
632
676
|
### Miscellaneous Chores
|
|
@@ -648,7 +692,7 @@
|
|
|
648
692
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
649
693
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
650
694
|
|
|
651
|
-
## [0.0.3-next.2](https://github.com/
|
|
695
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.1...crypto-cli-v0.0.3-next.2) (2025-11-12)
|
|
652
696
|
|
|
653
697
|
|
|
654
698
|
### Miscellaneous Chores
|
|
@@ -670,28 +714,28 @@
|
|
|
670
714
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
671
715
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
672
716
|
|
|
673
|
-
## [0.0.3-next.1](https://github.com/
|
|
717
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.0...crypto-cli-v0.0.3-next.1) (2025-11-10)
|
|
674
718
|
|
|
675
719
|
|
|
676
720
|
### Features
|
|
677
721
|
|
|
678
|
-
* add context id features ([#206](https://github.com/
|
|
679
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
680
|
-
* add version type ([ae50cd9](https://github.com/
|
|
681
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
682
|
-
* locales validation ([#197](https://github.com/
|
|
683
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
684
|
-
* remove version type ([553aa55](https://github.com/
|
|
685
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
686
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
687
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
722
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
723
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
724
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
725
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
726
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
727
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
728
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
729
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
730
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
731
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
688
732
|
|
|
689
733
|
|
|
690
734
|
### Bug Fixes
|
|
691
735
|
|
|
692
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
693
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
694
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
736
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
737
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
738
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
695
739
|
|
|
696
740
|
|
|
697
741
|
### Dependencies
|
|
@@ -708,7 +752,7 @@
|
|
|
708
752
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
709
753
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
710
754
|
|
|
711
|
-
## [0.0.2-next.22](https://github.com/
|
|
755
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.21...crypto-cli-v0.0.2-next.22) (2025-10-10)
|
|
712
756
|
|
|
713
757
|
|
|
714
758
|
### Miscellaneous Chores
|
|
@@ -730,12 +774,12 @@
|
|
|
730
774
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
731
775
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
732
776
|
|
|
733
|
-
## [0.0.2-next.21](https://github.com/
|
|
777
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.20...crypto-cli-v0.0.2-next.21) (2025-10-09)
|
|
734
778
|
|
|
735
779
|
|
|
736
780
|
### Features
|
|
737
781
|
|
|
738
|
-
* locales validation ([#197](https://github.com/
|
|
782
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
739
783
|
|
|
740
784
|
|
|
741
785
|
### Dependencies
|
|
@@ -752,7 +796,7 @@
|
|
|
752
796
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
753
797
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
754
798
|
|
|
755
|
-
## [0.0.2-next.20](https://github.com/
|
|
799
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.19...crypto-cli-v0.0.2-next.20) (2025-10-02)
|
|
756
800
|
|
|
757
801
|
|
|
758
802
|
### Miscellaneous Chores
|
|
@@ -773,7 +817,7 @@
|
|
|
773
817
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
774
818
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
775
819
|
|
|
776
|
-
## [0.0.2-next.19](https://github.com/
|
|
820
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.18...crypto-cli-v0.0.2-next.19) (2025-09-30)
|
|
777
821
|
|
|
778
822
|
|
|
779
823
|
### Miscellaneous Chores
|
|
@@ -794,7 +838,7 @@
|
|
|
794
838
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
795
839
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
796
840
|
|
|
797
|
-
## [0.0.2-next.18](https://github.com/
|
|
841
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.17...crypto-cli-v0.0.2-next.18) (2025-09-29)
|
|
798
842
|
|
|
799
843
|
|
|
800
844
|
### Miscellaneous Chores
|
|
@@ -815,7 +859,7 @@
|
|
|
815
859
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
816
860
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
817
861
|
|
|
818
|
-
## [0.0.2-next.17](https://github.com/
|
|
862
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.16...crypto-cli-v0.0.2-next.17) (2025-09-29)
|
|
819
863
|
|
|
820
864
|
|
|
821
865
|
### Miscellaneous Chores
|
|
@@ -836,7 +880,7 @@
|
|
|
836
880
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
837
881
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
838
882
|
|
|
839
|
-
## [0.0.2-next.16](https://github.com/
|
|
883
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.15...crypto-cli-v0.0.2-next.16) (2025-09-28)
|
|
840
884
|
|
|
841
885
|
|
|
842
886
|
### Miscellaneous Chores
|
|
@@ -857,7 +901,7 @@
|
|
|
857
901
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
858
902
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
859
903
|
|
|
860
|
-
## [0.0.2-next.15](https://github.com/
|
|
904
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.14...crypto-cli-v0.0.2-next.15) (2025-09-22)
|
|
861
905
|
|
|
862
906
|
|
|
863
907
|
### Miscellaneous Chores
|
|
@@ -878,7 +922,7 @@
|
|
|
878
922
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
879
923
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
880
924
|
|
|
881
|
-
## [0.0.2-next.14](https://github.com/
|
|
925
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.13...crypto-cli-v0.0.2-next.14) (2025-09-22)
|
|
882
926
|
|
|
883
927
|
|
|
884
928
|
### Miscellaneous Chores
|
|
@@ -899,7 +943,7 @@
|
|
|
899
943
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
900
944
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
901
945
|
|
|
902
|
-
## [0.0.2-next.13](https://github.com/
|
|
946
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.12...crypto-cli-v0.0.2-next.13) (2025-09-22)
|
|
903
947
|
|
|
904
948
|
|
|
905
949
|
### Miscellaneous Chores
|
|
@@ -920,7 +964,7 @@
|
|
|
920
964
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
921
965
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
922
966
|
|
|
923
|
-
## [0.0.2-next.12](https://github.com/
|
|
967
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.11...crypto-cli-v0.0.2-next.12) (2025-09-15)
|
|
924
968
|
|
|
925
969
|
|
|
926
970
|
### Miscellaneous Chores
|
|
@@ -941,7 +985,7 @@
|
|
|
941
985
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
942
986
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
943
987
|
|
|
944
|
-
## [0.0.2-next.11](https://github.com/
|
|
988
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.10...crypto-cli-v0.0.2-next.11) (2025-09-15)
|
|
945
989
|
|
|
946
990
|
|
|
947
991
|
### Miscellaneous Chores
|
|
@@ -962,7 +1006,7 @@
|
|
|
962
1006
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
963
1007
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
964
1008
|
|
|
965
|
-
## [0.0.2-next.10](https://github.com/
|
|
1009
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.9...crypto-cli-v0.0.2-next.10) (2025-09-11)
|
|
966
1010
|
|
|
967
1011
|
|
|
968
1012
|
### Miscellaneous Chores
|
|
@@ -983,7 +1027,7 @@
|
|
|
983
1027
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
984
1028
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
985
1029
|
|
|
986
|
-
## [0.0.2-next.9](https://github.com/
|
|
1030
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.8...crypto-cli-v0.0.2-next.9) (2025-09-08)
|
|
987
1031
|
|
|
988
1032
|
|
|
989
1033
|
### Miscellaneous Chores
|
|
@@ -1004,7 +1048,7 @@
|
|
|
1004
1048
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
1005
1049
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
1006
1050
|
|
|
1007
|
-
## [0.0.2-next.8](https://github.com/
|
|
1051
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.7...crypto-cli-v0.0.2-next.8) (2025-09-05)
|
|
1008
1052
|
|
|
1009
1053
|
|
|
1010
1054
|
### Miscellaneous Chores
|
|
@@ -1025,12 +1069,12 @@
|
|
|
1025
1069
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
1026
1070
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
1027
1071
|
|
|
1028
|
-
## [0.0.2-next.7](https://github.com/
|
|
1072
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.6...crypto-cli-v0.0.2-next.7) (2025-08-29)
|
|
1029
1073
|
|
|
1030
1074
|
|
|
1031
1075
|
### Features
|
|
1032
1076
|
|
|
1033
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1077
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
1034
1078
|
|
|
1035
1079
|
|
|
1036
1080
|
### Dependencies
|
|
@@ -1046,7 +1090,7 @@
|
|
|
1046
1090
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1047
1091
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1048
1092
|
|
|
1049
|
-
## [0.0.2-next.6](https://github.com/
|
|
1093
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.5...crypto-cli-v0.0.2-next.6) (2025-08-27)
|
|
1050
1094
|
|
|
1051
1095
|
|
|
1052
1096
|
### Miscellaneous Chores
|
|
@@ -1067,12 +1111,12 @@
|
|
|
1067
1111
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1068
1112
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1069
1113
|
|
|
1070
|
-
## [0.0.2-next.5](https://github.com/
|
|
1114
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.4...crypto-cli-v0.0.2-next.5) (2025-08-19)
|
|
1071
1115
|
|
|
1072
1116
|
|
|
1073
1117
|
### Features
|
|
1074
1118
|
|
|
1075
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1119
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
1076
1120
|
|
|
1077
1121
|
|
|
1078
1122
|
### Dependencies
|
|
@@ -1088,7 +1132,7 @@
|
|
|
1088
1132
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1089
1133
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1090
1134
|
|
|
1091
|
-
## [0.0.2-next.4](https://github.com/
|
|
1135
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.3...crypto-cli-v0.0.2-next.4) (2025-08-15)
|
|
1092
1136
|
|
|
1093
1137
|
|
|
1094
1138
|
### Miscellaneous Chores
|
|
@@ -1109,24 +1153,24 @@
|
|
|
1109
1153
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1110
1154
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1111
1155
|
|
|
1112
|
-
## [0.0.2-next.3](https://github.com/
|
|
1156
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.2...crypto-cli-v0.0.2-next.3) (2025-08-06)
|
|
1113
1157
|
|
|
1114
1158
|
|
|
1115
1159
|
### Features
|
|
1116
1160
|
|
|
1117
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1118
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1119
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1120
|
-
* remove version type ([553aa55](https://github.com/
|
|
1121
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1122
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1161
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1162
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1163
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1164
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1165
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1166
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1123
1167
|
|
|
1124
1168
|
|
|
1125
1169
|
### Bug Fixes
|
|
1126
1170
|
|
|
1127
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1128
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1129
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1171
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1172
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1173
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1130
1174
|
|
|
1131
1175
|
|
|
1132
1176
|
### Dependencies
|
|
@@ -1142,24 +1186,24 @@
|
|
|
1142
1186
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1143
1187
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1144
1188
|
|
|
1145
|
-
## [0.0.2-next.2](https://github.com/
|
|
1189
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.1...crypto-cli-v0.0.2-next.2) (2025-08-06)
|
|
1146
1190
|
|
|
1147
1191
|
|
|
1148
1192
|
### Features
|
|
1149
1193
|
|
|
1150
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1151
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1152
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1153
|
-
* remove version type ([553aa55](https://github.com/
|
|
1154
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1155
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1194
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1195
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1196
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1197
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1198
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1199
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1156
1200
|
|
|
1157
1201
|
|
|
1158
1202
|
### Bug Fixes
|
|
1159
1203
|
|
|
1160
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1161
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1162
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1204
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1205
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1206
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1163
1207
|
|
|
1164
1208
|
|
|
1165
1209
|
### Dependencies
|
|
@@ -1175,24 +1219,24 @@
|
|
|
1175
1219
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1176
1220
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1177
1221
|
|
|
1178
|
-
## [0.0.2-next.1](https://github.com/
|
|
1222
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.0...crypto-cli-v0.0.2-next.1) (2025-08-06)
|
|
1179
1223
|
|
|
1180
1224
|
|
|
1181
1225
|
### Features
|
|
1182
1226
|
|
|
1183
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1184
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1185
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1186
|
-
* remove version type ([553aa55](https://github.com/
|
|
1187
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1188
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1227
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1228
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1229
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1230
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1231
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1232
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1189
1233
|
|
|
1190
1234
|
|
|
1191
1235
|
### Bug Fixes
|
|
1192
1236
|
|
|
1193
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1194
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1195
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1237
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1238
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1239
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1196
1240
|
|
|
1197
1241
|
|
|
1198
1242
|
### Dependencies
|
|
@@ -1213,8 +1257,8 @@
|
|
|
1213
1257
|
|
|
1214
1258
|
### Features
|
|
1215
1259
|
|
|
1216
|
-
* release to production ([829d53d](https://github.com/
|
|
1217
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1260
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1261
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
1218
1262
|
|
|
1219
1263
|
|
|
1220
1264
|
### Dependencies
|
|
@@ -1230,23 +1274,23 @@
|
|
|
1230
1274
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
1231
1275
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
1232
1276
|
|
|
1233
|
-
## [0.0.1-next.70](https://github.com/
|
|
1277
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.69...crypto-cli-v0.0.1-next.70) (2025-07-02)
|
|
1234
1278
|
|
|
1235
1279
|
|
|
1236
1280
|
### Features
|
|
1237
1281
|
|
|
1238
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1239
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1240
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1241
|
-
* remove version type ([553aa55](https://github.com/
|
|
1242
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1282
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1283
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1284
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1285
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1286
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1243
1287
|
|
|
1244
1288
|
|
|
1245
1289
|
### Bug Fixes
|
|
1246
1290
|
|
|
1247
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1248
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1249
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1291
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1292
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1293
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1250
1294
|
|
|
1251
1295
|
|
|
1252
1296
|
### Dependencies
|
|
@@ -1262,23 +1306,23 @@
|
|
|
1262
1306
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1263
1307
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1264
1308
|
|
|
1265
|
-
## [0.0.1-next.69](https://github.com/
|
|
1309
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.68...crypto-cli-v0.0.1-next.69) (2025-07-02)
|
|
1266
1310
|
|
|
1267
1311
|
|
|
1268
1312
|
### Features
|
|
1269
1313
|
|
|
1270
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1271
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1272
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1273
|
-
* remove version type ([553aa55](https://github.com/
|
|
1274
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1314
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1315
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1316
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1317
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1318
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1275
1319
|
|
|
1276
1320
|
|
|
1277
1321
|
### Bug Fixes
|
|
1278
1322
|
|
|
1279
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1280
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1281
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1323
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1324
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1325
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1282
1326
|
|
|
1283
1327
|
|
|
1284
1328
|
### Dependencies
|
|
@@ -1294,12 +1338,12 @@
|
|
|
1294
1338
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1295
1339
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1296
1340
|
|
|
1297
|
-
## [0.0.1-next.68](https://github.com/
|
|
1341
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.67...crypto-cli-v0.0.1-next.68) (2025-07-02)
|
|
1298
1342
|
|
|
1299
1343
|
|
|
1300
1344
|
### Features
|
|
1301
1345
|
|
|
1302
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1346
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1303
1347
|
|
|
1304
1348
|
|
|
1305
1349
|
### Dependencies
|
|
@@ -1315,12 +1359,12 @@
|
|
|
1315
1359
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1316
1360
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1317
1361
|
|
|
1318
|
-
## [0.0.1-next.67](https://github.com/
|
|
1362
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.66...crypto-cli-v0.0.1-next.67) (2025-06-26)
|
|
1319
1363
|
|
|
1320
1364
|
|
|
1321
1365
|
### Bug Fixes
|
|
1322
1366
|
|
|
1323
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1367
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1324
1368
|
|
|
1325
1369
|
|
|
1326
1370
|
### Dependencies
|
|
@@ -1331,7 +1375,7 @@
|
|
|
1331
1375
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1332
1376
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1333
1377
|
|
|
1334
|
-
## [0.0.1-next.66](https://github.com/
|
|
1378
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.65...crypto-cli-v0.0.1-next.66) (2025-06-26)
|
|
1335
1379
|
|
|
1336
1380
|
|
|
1337
1381
|
### Miscellaneous Chores
|
|
@@ -1347,7 +1391,7 @@
|
|
|
1347
1391
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1348
1392
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1349
1393
|
|
|
1350
|
-
## [0.0.1-next.65](https://github.com/
|
|
1394
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.64...crypto-cli-v0.0.1-next.65) (2025-06-19)
|
|
1351
1395
|
|
|
1352
1396
|
|
|
1353
1397
|
### Miscellaneous Chores
|
|
@@ -1363,7 +1407,7 @@
|
|
|
1363
1407
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1364
1408
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1365
1409
|
|
|
1366
|
-
## [0.0.1-next.64](https://github.com/
|
|
1410
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.63...crypto-cli-v0.0.1-next.64) (2025-06-19)
|
|
1367
1411
|
|
|
1368
1412
|
|
|
1369
1413
|
### Miscellaneous Chores
|
|
@@ -1379,7 +1423,7 @@
|
|
|
1379
1423
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1380
1424
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1381
1425
|
|
|
1382
|
-
## [0.0.1-next.63](https://github.com/
|
|
1426
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.62...crypto-cli-v0.0.1-next.63) (2025-06-18)
|
|
1383
1427
|
|
|
1384
1428
|
|
|
1385
1429
|
### Miscellaneous Chores
|
|
@@ -1395,21 +1439,21 @@
|
|
|
1395
1439
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1396
1440
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1397
1441
|
|
|
1398
|
-
## [0.0.1-next.62](https://github.com/
|
|
1442
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.61...crypto-cli-v0.0.1-next.62) (2025-06-17)
|
|
1399
1443
|
|
|
1400
1444
|
|
|
1401
1445
|
### Features
|
|
1402
1446
|
|
|
1403
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1404
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1405
|
-
* remove version type ([553aa55](https://github.com/
|
|
1406
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1447
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1448
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1449
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1450
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1407
1451
|
|
|
1408
1452
|
|
|
1409
1453
|
### Bug Fixes
|
|
1410
1454
|
|
|
1411
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1412
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1455
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1456
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1413
1457
|
|
|
1414
1458
|
|
|
1415
1459
|
### Dependencies
|
|
@@ -1420,7 +1464,7 @@
|
|
|
1420
1464
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1421
1465
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1422
1466
|
|
|
1423
|
-
## [0.0.1-next.61](https://github.com/
|
|
1467
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.60...crypto-cli-v0.0.1-next.61) (2025-06-17)
|
|
1424
1468
|
|
|
1425
1469
|
|
|
1426
1470
|
### Miscellaneous Chores
|
|
@@ -1436,13 +1480,13 @@
|
|
|
1436
1480
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1437
1481
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1438
1482
|
|
|
1439
|
-
## [0.0.1-next.60](https://github.com/
|
|
1483
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.59...crypto-cli-v0.0.1-next.60) (2025-06-17)
|
|
1440
1484
|
|
|
1441
1485
|
|
|
1442
1486
|
### Bug Fixes
|
|
1443
1487
|
|
|
1444
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1445
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1488
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1489
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1446
1490
|
|
|
1447
1491
|
|
|
1448
1492
|
### Dependencies
|
|
@@ -1453,7 +1497,7 @@
|
|
|
1453
1497
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1454
1498
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1455
1499
|
|
|
1456
|
-
## [0.0.1-next.59](https://github.com/
|
|
1500
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.58...crypto-cli-v0.0.1-next.59) (2025-06-17)
|
|
1457
1501
|
|
|
1458
1502
|
|
|
1459
1503
|
### Miscellaneous Chores
|
|
@@ -1469,7 +1513,7 @@
|
|
|
1469
1513
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1470
1514
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1471
1515
|
|
|
1472
|
-
## [0.0.1-next.58](https://github.com/
|
|
1516
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.57...crypto-cli-v0.0.1-next.58) (2025-06-13)
|
|
1473
1517
|
|
|
1474
1518
|
|
|
1475
1519
|
### Miscellaneous Chores
|
|
@@ -1485,12 +1529,12 @@
|
|
|
1485
1529
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1486
1530
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1487
1531
|
|
|
1488
|
-
## [0.0.1-next.57](https://github.com/
|
|
1532
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.56...crypto-cli-v0.0.1-next.57) (2025-06-10)
|
|
1489
1533
|
|
|
1490
1534
|
|
|
1491
1535
|
### Features
|
|
1492
1536
|
|
|
1493
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1537
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1494
1538
|
|
|
1495
1539
|
|
|
1496
1540
|
### Dependencies
|
|
@@ -1501,7 +1545,7 @@
|
|
|
1501
1545
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1502
1546
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1503
1547
|
|
|
1504
|
-
## [0.0.1-next.56](https://github.com/
|
|
1548
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.55...crypto-cli-v0.0.1-next.56) (2025-05-08)
|
|
1505
1549
|
|
|
1506
1550
|
|
|
1507
1551
|
### Miscellaneous Chores
|
|
@@ -1517,7 +1561,7 @@
|
|
|
1517
1561
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1518
1562
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1519
1563
|
|
|
1520
|
-
## [0.0.1-next.55](https://github.com/
|
|
1564
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.54...crypto-cli-v0.0.1-next.55) (2025-05-07)
|
|
1521
1565
|
|
|
1522
1566
|
|
|
1523
1567
|
### Miscellaneous Chores
|
|
@@ -1533,7 +1577,7 @@
|
|
|
1533
1577
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1534
1578
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1535
1579
|
|
|
1536
|
-
## [0.0.1-next.54](https://github.com/
|
|
1580
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.53...crypto-cli-v0.0.1-next.54) (2025-05-06)
|
|
1537
1581
|
|
|
1538
1582
|
|
|
1539
1583
|
### Miscellaneous Chores
|
|
@@ -1549,7 +1593,7 @@
|
|
|
1549
1593
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1550
1594
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1551
1595
|
|
|
1552
|
-
## [0.0.1-next.53](https://github.com/
|
|
1596
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.52...crypto-cli-v0.0.1-next.53) (2025-05-01)
|
|
1553
1597
|
|
|
1554
1598
|
|
|
1555
1599
|
### Miscellaneous Chores
|
|
@@ -1565,12 +1609,12 @@
|
|
|
1565
1609
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1566
1610
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1567
1611
|
|
|
1568
|
-
## [0.0.1-next.52](https://github.com/
|
|
1612
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.51...crypto-cli-v0.0.1-next.52) (2025-04-17)
|
|
1569
1613
|
|
|
1570
1614
|
|
|
1571
1615
|
### Features
|
|
1572
1616
|
|
|
1573
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1617
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1574
1618
|
|
|
1575
1619
|
|
|
1576
1620
|
### Dependencies
|
|
@@ -1581,7 +1625,7 @@
|
|
|
1581
1625
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1582
1626
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1583
1627
|
|
|
1584
|
-
## [0.0.1-next.51](https://github.com/
|
|
1628
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.50...crypto-cli-v0.0.1-next.51) (2025-03-27)
|
|
1585
1629
|
|
|
1586
1630
|
|
|
1587
1631
|
### Miscellaneous Chores
|
|
@@ -1597,13 +1641,13 @@
|
|
|
1597
1641
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1598
1642
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1599
1643
|
|
|
1600
|
-
## [0.0.1-next.50](https://github.com/
|
|
1644
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.49...crypto-cli-v0.0.1-next.50) (2025-03-26)
|
|
1601
1645
|
|
|
1602
1646
|
|
|
1603
1647
|
### Features
|
|
1604
1648
|
|
|
1605
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1606
|
-
* remove version type ([553aa55](https://github.com/
|
|
1649
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1650
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1607
1651
|
|
|
1608
1652
|
|
|
1609
1653
|
### Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/crypto-cli",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.32",
|
|
4
4
|
"description": "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.3-next.
|
|
18
|
-
"@twin.org/core": "0.0.3-next.
|
|
19
|
-
"@twin.org/crypto": "0.0.3-next.
|
|
20
|
-
"@twin.org/nameof": "0.0.3-next.
|
|
17
|
+
"@twin.org/cli-core": "0.0.3-next.32",
|
|
18
|
+
"@twin.org/core": "0.0.3-next.32",
|
|
19
|
+
"@twin.org/crypto": "0.0.3-next.32",
|
|
20
|
+
"@twin.org/nameof": "0.0.3-next.32",
|
|
21
21
|
"commander": "14.0.3"
|
|
22
22
|
},
|
|
23
23
|
"main": "./dist/es/index.js",
|