@twin.org/crypto-cli 0.0.3-next.31 → 0.0.3-next.33
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 +220 -176
- 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.33", // 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.33\", // 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.33](https://github.com/twinfoundation/twin-framework/compare/crypto-cli-v0.0.3-next.32...crypto-cli-v0.0.3-next.33) (2026-05-05)
|
|
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.32 to 0.0.3-next.33
|
|
16
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
17
|
+
* @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
18
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
21
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
22
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
23
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
24
|
+
|
|
25
|
+
## [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)
|
|
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.31 to 0.0.3-next.32
|
|
38
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
39
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
40
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
41
|
+
* devDependencies
|
|
42
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
43
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
44
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
45
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
46
|
+
|
|
47
|
+
## [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)
|
|
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.30 to 0.0.3-next.31
|
|
23
67
|
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
24
68
|
|
|
25
|
-
## [0.0.3-next.30](https://github.com/
|
|
69
|
+
## [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)
|
|
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.29 to 0.0.3-next.30
|
|
45
89
|
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
46
90
|
|
|
47
|
-
## [0.0.3-next.29](https://github.com/
|
|
91
|
+
## [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)
|
|
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.28 to 0.0.3-next.29
|
|
67
111
|
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
68
112
|
|
|
69
|
-
## [0.0.3-next.28](https://github.com/
|
|
113
|
+
## [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)
|
|
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.27 to 0.0.3-next.28
|
|
89
133
|
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
90
134
|
|
|
91
|
-
## [0.0.3-next.27](https://github.com/
|
|
135
|
+
## [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)
|
|
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.26 to 0.0.3-next.27
|
|
111
155
|
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
112
156
|
|
|
113
|
-
## [0.0.3-next.26](https://github.com/
|
|
157
|
+
## [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)
|
|
114
158
|
|
|
115
159
|
|
|
116
160
|
### Miscellaneous Chores
|
|
@@ -132,7 +176,7 @@
|
|
|
132
176
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
133
177
|
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
134
178
|
|
|
135
|
-
## [0.0.3-next.25](https://github.com/
|
|
179
|
+
## [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)
|
|
136
180
|
|
|
137
181
|
|
|
138
182
|
### Miscellaneous Chores
|
|
@@ -154,12 +198,12 @@
|
|
|
154
198
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
155
199
|
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
156
200
|
|
|
157
|
-
## [0.0.3-next.24](https://github.com/
|
|
201
|
+
## [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)
|
|
158
202
|
|
|
159
203
|
|
|
160
204
|
### Bug Fixes
|
|
161
205
|
|
|
162
|
-
* ensure __decorate is defined for decorators ([103a563](https://github.com/
|
|
206
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
163
207
|
|
|
164
208
|
|
|
165
209
|
### Dependencies
|
|
@@ -176,7 +220,7 @@
|
|
|
176
220
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
177
221
|
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
178
222
|
|
|
179
|
-
## [0.0.3-next.23](https://github.com/
|
|
223
|
+
## [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)
|
|
180
224
|
|
|
181
225
|
|
|
182
226
|
### Miscellaneous Chores
|
|
@@ -198,7 +242,7 @@
|
|
|
198
242
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
199
243
|
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
200
244
|
|
|
201
|
-
## [0.0.3-next.22](https://github.com/
|
|
245
|
+
## [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)
|
|
202
246
|
|
|
203
247
|
|
|
204
248
|
### Miscellaneous Chores
|
|
@@ -220,28 +264,28 @@
|
|
|
220
264
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
221
265
|
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
222
266
|
|
|
223
|
-
## [0.0.3-next.21](https://github.com/
|
|
267
|
+
## [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)
|
|
224
268
|
|
|
225
269
|
|
|
226
270
|
### Features
|
|
227
271
|
|
|
228
|
-
* add context id features ([#206](https://github.com/
|
|
229
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
230
|
-
* add version type ([ae50cd9](https://github.com/
|
|
231
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
232
|
-
* locales validation ([#197](https://github.com/
|
|
233
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
234
|
-
* remove version type ([553aa55](https://github.com/
|
|
235
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
236
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
237
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
272
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
273
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
274
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
275
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
276
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
277
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
278
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
279
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
280
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
281
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
238
282
|
|
|
239
283
|
|
|
240
284
|
### Bug Fixes
|
|
241
285
|
|
|
242
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
243
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
244
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
286
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
287
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
288
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
245
289
|
|
|
246
290
|
|
|
247
291
|
### Dependencies
|
|
@@ -258,7 +302,7 @@
|
|
|
258
302
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
259
303
|
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
260
304
|
|
|
261
|
-
## [0.0.3-next.20](https://github.com/
|
|
305
|
+
## [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)
|
|
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.19 to 0.0.3-next.20
|
|
281
325
|
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
282
326
|
|
|
283
|
-
## [0.0.3-next.19](https://github.com/
|
|
327
|
+
## [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)
|
|
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.18 to 0.0.3-next.19
|
|
303
347
|
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
304
348
|
|
|
305
|
-
## [0.0.3-next.18](https://github.com/
|
|
349
|
+
## [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)
|
|
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.17 to 0.0.3-next.18
|
|
325
369
|
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
326
370
|
|
|
327
|
-
## [0.0.3-next.17](https://github.com/
|
|
371
|
+
## [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)
|
|
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.16 to 0.0.3-next.17
|
|
347
391
|
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
348
392
|
|
|
349
|
-
## [0.0.3-next.16](https://github.com/
|
|
393
|
+
## [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)
|
|
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.15 to 0.0.3-next.16
|
|
369
413
|
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
370
414
|
|
|
371
|
-
## [0.0.3-next.15](https://github.com/
|
|
415
|
+
## [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)
|
|
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.14 to 0.0.3-next.15
|
|
391
435
|
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
392
436
|
|
|
393
|
-
## [0.0.3-next.14](https://github.com/
|
|
437
|
+
## [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)
|
|
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.13 to 0.0.3-next.14
|
|
413
457
|
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
414
458
|
|
|
415
|
-
## [0.0.3-next.13](https://github.com/
|
|
459
|
+
## [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)
|
|
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.12 to 0.0.3-next.13
|
|
435
479
|
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
436
480
|
|
|
437
|
-
## [0.0.3-next.12](https://github.com/
|
|
481
|
+
## [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)
|
|
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.11 to 0.0.3-next.12
|
|
457
501
|
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
458
502
|
|
|
459
|
-
## [0.0.3-next.11](https://github.com/
|
|
503
|
+
## [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)
|
|
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.10 to 0.0.3-next.11
|
|
479
523
|
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
480
524
|
|
|
481
|
-
## [0.0.3-next.10](https://github.com/
|
|
525
|
+
## [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)
|
|
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.9 to 0.0.3-next.10
|
|
501
545
|
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
502
546
|
|
|
503
|
-
## [0.0.3-next.9](https://github.com/
|
|
547
|
+
## [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)
|
|
504
548
|
|
|
505
549
|
|
|
506
550
|
### Miscellaneous Chores
|
|
@@ -522,7 +566,7 @@
|
|
|
522
566
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
523
567
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
524
568
|
|
|
525
|
-
## [0.0.3-next.8](https://github.com/
|
|
569
|
+
## [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)
|
|
526
570
|
|
|
527
571
|
|
|
528
572
|
### Miscellaneous Chores
|
|
@@ -544,28 +588,28 @@
|
|
|
544
588
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
545
589
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
546
590
|
|
|
547
|
-
## [0.0.3-next.7](https://github.com/
|
|
591
|
+
## [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)
|
|
548
592
|
|
|
549
593
|
|
|
550
594
|
### Features
|
|
551
595
|
|
|
552
|
-
* add context id features ([#206](https://github.com/
|
|
553
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
554
|
-
* add version type ([ae50cd9](https://github.com/
|
|
555
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
556
|
-
* locales validation ([#197](https://github.com/
|
|
557
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
558
|
-
* remove version type ([553aa55](https://github.com/
|
|
559
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
560
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
561
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
596
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
597
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
598
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
599
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
600
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
601
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
602
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
603
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
604
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
605
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
562
606
|
|
|
563
607
|
|
|
564
608
|
### Bug Fixes
|
|
565
609
|
|
|
566
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
567
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
568
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
610
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
611
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
612
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
569
613
|
|
|
570
614
|
|
|
571
615
|
### Dependencies
|
|
@@ -582,7 +626,7 @@
|
|
|
582
626
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
583
627
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
584
628
|
|
|
585
|
-
## [0.0.3-next.6](https://github.com/
|
|
629
|
+
## [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)
|
|
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.5 to 0.0.3-next.6
|
|
605
649
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
606
650
|
|
|
607
|
-
## [0.0.3-next.5](https://github.com/
|
|
651
|
+
## [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)
|
|
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.4 to 0.0.3-next.5
|
|
627
671
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
628
672
|
|
|
629
|
-
## [0.0.3-next.4](https://github.com/
|
|
673
|
+
## [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)
|
|
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.3 to 0.0.3-next.4
|
|
649
693
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
650
694
|
|
|
651
|
-
## [0.0.3-next.3](https://github.com/
|
|
695
|
+
## [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)
|
|
652
696
|
|
|
653
697
|
|
|
654
698
|
### Miscellaneous Chores
|
|
@@ -670,7 +714,7 @@
|
|
|
670
714
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
671
715
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
672
716
|
|
|
673
|
-
## [0.0.3-next.2](https://github.com/
|
|
717
|
+
## [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)
|
|
674
718
|
|
|
675
719
|
|
|
676
720
|
### Miscellaneous Chores
|
|
@@ -692,28 +736,28 @@
|
|
|
692
736
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
693
737
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
694
738
|
|
|
695
|
-
## [0.0.3-next.1](https://github.com/
|
|
739
|
+
## [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)
|
|
696
740
|
|
|
697
741
|
|
|
698
742
|
### Features
|
|
699
743
|
|
|
700
|
-
* add context id features ([#206](https://github.com/
|
|
701
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
702
|
-
* add version type ([ae50cd9](https://github.com/
|
|
703
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
704
|
-
* locales validation ([#197](https://github.com/
|
|
705
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
706
|
-
* remove version type ([553aa55](https://github.com/
|
|
707
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
708
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
709
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
744
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
745
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
746
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
747
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
748
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
749
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
750
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
751
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
752
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
753
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
710
754
|
|
|
711
755
|
|
|
712
756
|
### Bug Fixes
|
|
713
757
|
|
|
714
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
715
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
716
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
758
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
759
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
760
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
717
761
|
|
|
718
762
|
|
|
719
763
|
### Dependencies
|
|
@@ -730,7 +774,7 @@
|
|
|
730
774
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
731
775
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
732
776
|
|
|
733
|
-
## [0.0.2-next.22](https://github.com/
|
|
777
|
+
## [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)
|
|
734
778
|
|
|
735
779
|
|
|
736
780
|
### Miscellaneous Chores
|
|
@@ -752,12 +796,12 @@
|
|
|
752
796
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
753
797
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
754
798
|
|
|
755
|
-
## [0.0.2-next.21](https://github.com/
|
|
799
|
+
## [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)
|
|
756
800
|
|
|
757
801
|
|
|
758
802
|
### Features
|
|
759
803
|
|
|
760
|
-
* locales validation ([#197](https://github.com/
|
|
804
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
761
805
|
|
|
762
806
|
|
|
763
807
|
### Dependencies
|
|
@@ -774,7 +818,7 @@
|
|
|
774
818
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
775
819
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
776
820
|
|
|
777
|
-
## [0.0.2-next.20](https://github.com/
|
|
821
|
+
## [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)
|
|
778
822
|
|
|
779
823
|
|
|
780
824
|
### Miscellaneous Chores
|
|
@@ -795,7 +839,7 @@
|
|
|
795
839
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
796
840
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
797
841
|
|
|
798
|
-
## [0.0.2-next.19](https://github.com/
|
|
842
|
+
## [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)
|
|
799
843
|
|
|
800
844
|
|
|
801
845
|
### Miscellaneous Chores
|
|
@@ -816,7 +860,7 @@
|
|
|
816
860
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
817
861
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
818
862
|
|
|
819
|
-
## [0.0.2-next.18](https://github.com/
|
|
863
|
+
## [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)
|
|
820
864
|
|
|
821
865
|
|
|
822
866
|
### Miscellaneous Chores
|
|
@@ -837,7 +881,7 @@
|
|
|
837
881
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
838
882
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
839
883
|
|
|
840
|
-
## [0.0.2-next.17](https://github.com/
|
|
884
|
+
## [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)
|
|
841
885
|
|
|
842
886
|
|
|
843
887
|
### Miscellaneous Chores
|
|
@@ -858,7 +902,7 @@
|
|
|
858
902
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
859
903
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
860
904
|
|
|
861
|
-
## [0.0.2-next.16](https://github.com/
|
|
905
|
+
## [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)
|
|
862
906
|
|
|
863
907
|
|
|
864
908
|
### Miscellaneous Chores
|
|
@@ -879,7 +923,7 @@
|
|
|
879
923
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
880
924
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
881
925
|
|
|
882
|
-
## [0.0.2-next.15](https://github.com/
|
|
926
|
+
## [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)
|
|
883
927
|
|
|
884
928
|
|
|
885
929
|
### Miscellaneous Chores
|
|
@@ -900,7 +944,7 @@
|
|
|
900
944
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
901
945
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
902
946
|
|
|
903
|
-
## [0.0.2-next.14](https://github.com/
|
|
947
|
+
## [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)
|
|
904
948
|
|
|
905
949
|
|
|
906
950
|
### Miscellaneous Chores
|
|
@@ -921,7 +965,7 @@
|
|
|
921
965
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
922
966
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
923
967
|
|
|
924
|
-
## [0.0.2-next.13](https://github.com/
|
|
968
|
+
## [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)
|
|
925
969
|
|
|
926
970
|
|
|
927
971
|
### Miscellaneous Chores
|
|
@@ -942,7 +986,7 @@
|
|
|
942
986
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
943
987
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
944
988
|
|
|
945
|
-
## [0.0.2-next.12](https://github.com/
|
|
989
|
+
## [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)
|
|
946
990
|
|
|
947
991
|
|
|
948
992
|
### Miscellaneous Chores
|
|
@@ -963,7 +1007,7 @@
|
|
|
963
1007
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
964
1008
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
965
1009
|
|
|
966
|
-
## [0.0.2-next.11](https://github.com/
|
|
1010
|
+
## [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)
|
|
967
1011
|
|
|
968
1012
|
|
|
969
1013
|
### Miscellaneous Chores
|
|
@@ -984,7 +1028,7 @@
|
|
|
984
1028
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
985
1029
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
986
1030
|
|
|
987
|
-
## [0.0.2-next.10](https://github.com/
|
|
1031
|
+
## [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)
|
|
988
1032
|
|
|
989
1033
|
|
|
990
1034
|
### Miscellaneous Chores
|
|
@@ -1005,7 +1049,7 @@
|
|
|
1005
1049
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
1006
1050
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
1007
1051
|
|
|
1008
|
-
## [0.0.2-next.9](https://github.com/
|
|
1052
|
+
## [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)
|
|
1009
1053
|
|
|
1010
1054
|
|
|
1011
1055
|
### Miscellaneous Chores
|
|
@@ -1026,7 +1070,7 @@
|
|
|
1026
1070
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
1027
1071
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
1028
1072
|
|
|
1029
|
-
## [0.0.2-next.8](https://github.com/
|
|
1073
|
+
## [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)
|
|
1030
1074
|
|
|
1031
1075
|
|
|
1032
1076
|
### Miscellaneous Chores
|
|
@@ -1047,12 +1091,12 @@
|
|
|
1047
1091
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
1048
1092
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
1049
1093
|
|
|
1050
|
-
## [0.0.2-next.7](https://github.com/
|
|
1094
|
+
## [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)
|
|
1051
1095
|
|
|
1052
1096
|
|
|
1053
1097
|
### Features
|
|
1054
1098
|
|
|
1055
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1099
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
1056
1100
|
|
|
1057
1101
|
|
|
1058
1102
|
### Dependencies
|
|
@@ -1068,7 +1112,7 @@
|
|
|
1068
1112
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1069
1113
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1070
1114
|
|
|
1071
|
-
## [0.0.2-next.6](https://github.com/
|
|
1115
|
+
## [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)
|
|
1072
1116
|
|
|
1073
1117
|
|
|
1074
1118
|
### Miscellaneous Chores
|
|
@@ -1089,12 +1133,12 @@
|
|
|
1089
1133
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1090
1134
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1091
1135
|
|
|
1092
|
-
## [0.0.2-next.5](https://github.com/
|
|
1136
|
+
## [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)
|
|
1093
1137
|
|
|
1094
1138
|
|
|
1095
1139
|
### Features
|
|
1096
1140
|
|
|
1097
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1141
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
1098
1142
|
|
|
1099
1143
|
|
|
1100
1144
|
### Dependencies
|
|
@@ -1110,7 +1154,7 @@
|
|
|
1110
1154
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1111
1155
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1112
1156
|
|
|
1113
|
-
## [0.0.2-next.4](https://github.com/
|
|
1157
|
+
## [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)
|
|
1114
1158
|
|
|
1115
1159
|
|
|
1116
1160
|
### Miscellaneous Chores
|
|
@@ -1131,24 +1175,24 @@
|
|
|
1131
1175
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1132
1176
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1133
1177
|
|
|
1134
|
-
## [0.0.2-next.3](https://github.com/
|
|
1178
|
+
## [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)
|
|
1135
1179
|
|
|
1136
1180
|
|
|
1137
1181
|
### Features
|
|
1138
1182
|
|
|
1139
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1140
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1141
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1142
|
-
* remove version type ([553aa55](https://github.com/
|
|
1143
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1144
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1183
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1184
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1185
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1186
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1187
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1188
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1145
1189
|
|
|
1146
1190
|
|
|
1147
1191
|
### Bug Fixes
|
|
1148
1192
|
|
|
1149
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1150
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1151
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1193
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1194
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1195
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1152
1196
|
|
|
1153
1197
|
|
|
1154
1198
|
### Dependencies
|
|
@@ -1164,24 +1208,24 @@
|
|
|
1164
1208
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1165
1209
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1166
1210
|
|
|
1167
|
-
## [0.0.2-next.2](https://github.com/
|
|
1211
|
+
## [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)
|
|
1168
1212
|
|
|
1169
1213
|
|
|
1170
1214
|
### Features
|
|
1171
1215
|
|
|
1172
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1173
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1174
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1175
|
-
* remove version type ([553aa55](https://github.com/
|
|
1176
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1177
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1216
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1217
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1218
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1219
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1220
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1221
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1178
1222
|
|
|
1179
1223
|
|
|
1180
1224
|
### Bug Fixes
|
|
1181
1225
|
|
|
1182
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1183
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1184
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1226
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1227
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1228
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1185
1229
|
|
|
1186
1230
|
|
|
1187
1231
|
### Dependencies
|
|
@@ -1197,24 +1241,24 @@
|
|
|
1197
1241
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1198
1242
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1199
1243
|
|
|
1200
|
-
## [0.0.2-next.1](https://github.com/
|
|
1244
|
+
## [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)
|
|
1201
1245
|
|
|
1202
1246
|
|
|
1203
1247
|
### Features
|
|
1204
1248
|
|
|
1205
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1206
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1207
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1208
|
-
* remove version type ([553aa55](https://github.com/
|
|
1209
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1210
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1249
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1250
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1251
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1252
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1253
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1254
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1211
1255
|
|
|
1212
1256
|
|
|
1213
1257
|
### Bug Fixes
|
|
1214
1258
|
|
|
1215
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1216
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1217
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1259
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1260
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1261
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1218
1262
|
|
|
1219
1263
|
|
|
1220
1264
|
### Dependencies
|
|
@@ -1235,8 +1279,8 @@
|
|
|
1235
1279
|
|
|
1236
1280
|
### Features
|
|
1237
1281
|
|
|
1238
|
-
* release to production ([829d53d](https://github.com/
|
|
1239
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1282
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1283
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
1240
1284
|
|
|
1241
1285
|
|
|
1242
1286
|
### Dependencies
|
|
@@ -1252,23 +1296,23 @@
|
|
|
1252
1296
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
1253
1297
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
1254
1298
|
|
|
1255
|
-
## [0.0.1-next.70](https://github.com/
|
|
1299
|
+
## [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)
|
|
1256
1300
|
|
|
1257
1301
|
|
|
1258
1302
|
### Features
|
|
1259
1303
|
|
|
1260
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1261
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1262
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1263
|
-
* remove version type ([553aa55](https://github.com/
|
|
1264
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1304
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1305
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1306
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1307
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1308
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1265
1309
|
|
|
1266
1310
|
|
|
1267
1311
|
### Bug Fixes
|
|
1268
1312
|
|
|
1269
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1270
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1271
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1313
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1314
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1315
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1272
1316
|
|
|
1273
1317
|
|
|
1274
1318
|
### Dependencies
|
|
@@ -1284,23 +1328,23 @@
|
|
|
1284
1328
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1285
1329
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1286
1330
|
|
|
1287
|
-
## [0.0.1-next.69](https://github.com/
|
|
1331
|
+
## [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)
|
|
1288
1332
|
|
|
1289
1333
|
|
|
1290
1334
|
### Features
|
|
1291
1335
|
|
|
1292
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1293
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1294
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1295
|
-
* remove version type ([553aa55](https://github.com/
|
|
1296
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1336
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1337
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1338
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1339
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1340
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1297
1341
|
|
|
1298
1342
|
|
|
1299
1343
|
### Bug Fixes
|
|
1300
1344
|
|
|
1301
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1302
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1303
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1345
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1346
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1347
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1304
1348
|
|
|
1305
1349
|
|
|
1306
1350
|
### Dependencies
|
|
@@ -1316,12 +1360,12 @@
|
|
|
1316
1360
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1317
1361
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1318
1362
|
|
|
1319
|
-
## [0.0.1-next.68](https://github.com/
|
|
1363
|
+
## [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)
|
|
1320
1364
|
|
|
1321
1365
|
|
|
1322
1366
|
### Features
|
|
1323
1367
|
|
|
1324
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1368
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1325
1369
|
|
|
1326
1370
|
|
|
1327
1371
|
### Dependencies
|
|
@@ -1337,12 +1381,12 @@
|
|
|
1337
1381
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1338
1382
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1339
1383
|
|
|
1340
|
-
## [0.0.1-next.67](https://github.com/
|
|
1384
|
+
## [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)
|
|
1341
1385
|
|
|
1342
1386
|
|
|
1343
1387
|
### Bug Fixes
|
|
1344
1388
|
|
|
1345
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1389
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
1346
1390
|
|
|
1347
1391
|
|
|
1348
1392
|
### Dependencies
|
|
@@ -1353,7 +1397,7 @@
|
|
|
1353
1397
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1354
1398
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1355
1399
|
|
|
1356
|
-
## [0.0.1-next.66](https://github.com/
|
|
1400
|
+
## [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)
|
|
1357
1401
|
|
|
1358
1402
|
|
|
1359
1403
|
### Miscellaneous Chores
|
|
@@ -1369,7 +1413,7 @@
|
|
|
1369
1413
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1370
1414
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1371
1415
|
|
|
1372
|
-
## [0.0.1-next.65](https://github.com/
|
|
1416
|
+
## [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)
|
|
1373
1417
|
|
|
1374
1418
|
|
|
1375
1419
|
### Miscellaneous Chores
|
|
@@ -1385,7 +1429,7 @@
|
|
|
1385
1429
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1386
1430
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1387
1431
|
|
|
1388
|
-
## [0.0.1-next.64](https://github.com/
|
|
1432
|
+
## [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)
|
|
1389
1433
|
|
|
1390
1434
|
|
|
1391
1435
|
### Miscellaneous Chores
|
|
@@ -1401,7 +1445,7 @@
|
|
|
1401
1445
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1402
1446
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1403
1447
|
|
|
1404
|
-
## [0.0.1-next.63](https://github.com/
|
|
1448
|
+
## [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)
|
|
1405
1449
|
|
|
1406
1450
|
|
|
1407
1451
|
### Miscellaneous Chores
|
|
@@ -1417,21 +1461,21 @@
|
|
|
1417
1461
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1418
1462
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1419
1463
|
|
|
1420
|
-
## [0.0.1-next.62](https://github.com/
|
|
1464
|
+
## [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)
|
|
1421
1465
|
|
|
1422
1466
|
|
|
1423
1467
|
### Features
|
|
1424
1468
|
|
|
1425
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1426
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1427
|
-
* remove version type ([553aa55](https://github.com/
|
|
1428
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1469
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1470
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1471
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1472
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1429
1473
|
|
|
1430
1474
|
|
|
1431
1475
|
### Bug Fixes
|
|
1432
1476
|
|
|
1433
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1434
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1477
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1478
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1435
1479
|
|
|
1436
1480
|
|
|
1437
1481
|
### Dependencies
|
|
@@ -1442,7 +1486,7 @@
|
|
|
1442
1486
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1443
1487
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1444
1488
|
|
|
1445
|
-
## [0.0.1-next.61](https://github.com/
|
|
1489
|
+
## [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)
|
|
1446
1490
|
|
|
1447
1491
|
|
|
1448
1492
|
### Miscellaneous Chores
|
|
@@ -1458,13 +1502,13 @@
|
|
|
1458
1502
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1459
1503
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1460
1504
|
|
|
1461
|
-
## [0.0.1-next.60](https://github.com/
|
|
1505
|
+
## [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)
|
|
1462
1506
|
|
|
1463
1507
|
|
|
1464
1508
|
### Bug Fixes
|
|
1465
1509
|
|
|
1466
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
1467
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1510
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1511
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1468
1512
|
|
|
1469
1513
|
|
|
1470
1514
|
### Dependencies
|
|
@@ -1475,7 +1519,7 @@
|
|
|
1475
1519
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1476
1520
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1477
1521
|
|
|
1478
|
-
## [0.0.1-next.59](https://github.com/
|
|
1522
|
+
## [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)
|
|
1479
1523
|
|
|
1480
1524
|
|
|
1481
1525
|
### Miscellaneous Chores
|
|
@@ -1491,7 +1535,7 @@
|
|
|
1491
1535
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1492
1536
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1493
1537
|
|
|
1494
|
-
## [0.0.1-next.58](https://github.com/
|
|
1538
|
+
## [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)
|
|
1495
1539
|
|
|
1496
1540
|
|
|
1497
1541
|
### Miscellaneous Chores
|
|
@@ -1507,12 +1551,12 @@
|
|
|
1507
1551
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1508
1552
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1509
1553
|
|
|
1510
|
-
## [0.0.1-next.57](https://github.com/
|
|
1554
|
+
## [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)
|
|
1511
1555
|
|
|
1512
1556
|
|
|
1513
1557
|
### Features
|
|
1514
1558
|
|
|
1515
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1559
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1516
1560
|
|
|
1517
1561
|
|
|
1518
1562
|
### Dependencies
|
|
@@ -1523,7 +1567,7 @@
|
|
|
1523
1567
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1524
1568
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1525
1569
|
|
|
1526
|
-
## [0.0.1-next.56](https://github.com/
|
|
1570
|
+
## [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)
|
|
1527
1571
|
|
|
1528
1572
|
|
|
1529
1573
|
### Miscellaneous Chores
|
|
@@ -1539,7 +1583,7 @@
|
|
|
1539
1583
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1540
1584
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1541
1585
|
|
|
1542
|
-
## [0.0.1-next.55](https://github.com/
|
|
1586
|
+
## [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)
|
|
1543
1587
|
|
|
1544
1588
|
|
|
1545
1589
|
### Miscellaneous Chores
|
|
@@ -1555,7 +1599,7 @@
|
|
|
1555
1599
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1556
1600
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1557
1601
|
|
|
1558
|
-
## [0.0.1-next.54](https://github.com/
|
|
1602
|
+
## [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)
|
|
1559
1603
|
|
|
1560
1604
|
|
|
1561
1605
|
### Miscellaneous Chores
|
|
@@ -1571,7 +1615,7 @@
|
|
|
1571
1615
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1572
1616
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1573
1617
|
|
|
1574
|
-
## [0.0.1-next.53](https://github.com/
|
|
1618
|
+
## [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)
|
|
1575
1619
|
|
|
1576
1620
|
|
|
1577
1621
|
### Miscellaneous Chores
|
|
@@ -1587,12 +1631,12 @@
|
|
|
1587
1631
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1588
1632
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1589
1633
|
|
|
1590
|
-
## [0.0.1-next.52](https://github.com/
|
|
1634
|
+
## [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)
|
|
1591
1635
|
|
|
1592
1636
|
|
|
1593
1637
|
### Features
|
|
1594
1638
|
|
|
1595
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1639
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1596
1640
|
|
|
1597
1641
|
|
|
1598
1642
|
### Dependencies
|
|
@@ -1603,7 +1647,7 @@
|
|
|
1603
1647
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1604
1648
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1605
1649
|
|
|
1606
|
-
## [0.0.1-next.51](https://github.com/
|
|
1650
|
+
## [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)
|
|
1607
1651
|
|
|
1608
1652
|
|
|
1609
1653
|
### Miscellaneous Chores
|
|
@@ -1619,13 +1663,13 @@
|
|
|
1619
1663
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1620
1664
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1621
1665
|
|
|
1622
|
-
## [0.0.1-next.50](https://github.com/
|
|
1666
|
+
## [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)
|
|
1623
1667
|
|
|
1624
1668
|
|
|
1625
1669
|
### Features
|
|
1626
1670
|
|
|
1627
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1628
|
-
* remove version type ([553aa55](https://github.com/
|
|
1671
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1672
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1629
1673
|
|
|
1630
1674
|
|
|
1631
1675
|
### 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.33",
|
|
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.33",
|
|
18
|
+
"@twin.org/core": "0.0.3-next.33",
|
|
19
|
+
"@twin.org/crypto": "0.0.3-next.33",
|
|
20
|
+
"@twin.org/nameof": "0.0.3-next.33",
|
|
21
21
|
"commander": "14.0.3"
|
|
22
22
|
},
|
|
23
23
|
"main": "./dist/es/index.js",
|