@twin.org/crypto-cli 0.0.3-next.1 → 0.0.3-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.1", // x-release-please-version
24
+ version: "0.0.3-next.10", // x-release-please-version
25
25
  icon: "🌍",
26
26
  supportsEnvFiles: true,
27
27
  overrideOutputWidth: options?.overrideOutputWidth,
@@ -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,cAAc,EAAE,2BAA2B;YACpD,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\", // 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"]}
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.10\", // 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"]}
@@ -87,6 +87,8 @@
87
87
  "urn": "Property \"{property}\" must be a Urn formatted string, it is \"{value}\"",
88
88
  "url": "Property \"{property}\" must be a Url formatted string, it is \"{value}\"",
89
89
  "email": "Property \"{property}\" must be string in e-mail format, it is \"{value}\"",
90
+ "uuidV7": "Property \"{property}\" must be a UUIDv7 formatted string, it is \"{value}\"",
91
+ "uuidV7Compact": "Property \"{property}\" must be a UUIDv7 formatted string in compact mode, it is \"{value}\"",
90
92
  "length32Multiple": "Property \"{property}\" should be a multiple of 32, it is {value}",
91
93
  "lengthEntropy": "Property \"{property}\" should be a multiple of 4, >=16 and <= 32, it is {value}"
92
94
  },
package/docs/changelog.md CHANGED
@@ -1,5 +1,219 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
+ ## [0.0.3-next.10](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.9...crypto-cli-v0.0.3-next.10) (2026-01-07)
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.9 to 0.0.3-next.10
16
+ * @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
17
+ * @twin.org/crypto bumped from 0.0.3-next.9 to 0.0.3-next.10
18
+ * @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
19
+ * devDependencies
20
+ * @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
21
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
22
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
23
+ * @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
24
+
25
+ ## [0.0.3-next.9](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.8...crypto-cli-v0.0.3-next.9) (2026-01-05)
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.8 to 0.0.3-next.9
38
+ * @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
39
+ * @twin.org/crypto bumped from 0.0.3-next.8 to 0.0.3-next.9
40
+ * @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
41
+ * devDependencies
42
+ * @twin.org/merge-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
43
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
44
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
45
+ * @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
46
+
47
+ ## [0.0.3-next.8](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.7...crypto-cli-v0.0.3-next.8) (2025-11-26)
48
+
49
+
50
+ ### Miscellaneous Chores
51
+
52
+ * **crypto-cli:** Synchronize repo versions
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @twin.org/cli-core bumped from 0.0.3-next.7 to 0.0.3-next.8
60
+ * @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
61
+ * @twin.org/crypto bumped from 0.0.3-next.7 to 0.0.3-next.8
62
+ * @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
63
+ * devDependencies
64
+ * @twin.org/merge-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
65
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
66
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
67
+ * @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
68
+
69
+ ## [0.0.3-next.7](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.6...crypto-cli-v0.0.3-next.7) (2025-11-25)
70
+
71
+
72
+ ### Features
73
+
74
+ * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
75
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
76
+ * add version type ([ae50cd9](https://github.com/twinfoundation/framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
77
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
78
+ * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
79
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
80
+ * remove version type ([553aa55](https://github.com/twinfoundation/framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
81
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
82
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
83
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * crypto CLI address output to JSON ([0398604](https://github.com/twinfoundation/framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
89
+ * crypto CLI address output to JSON ([3397bfb](https://github.com/twinfoundation/framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
90
+ * remove bech32 from crypto-cli ([892aa5f](https://github.com/twinfoundation/framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
91
+
92
+
93
+ ### Dependencies
94
+
95
+ * The following workspace dependencies were updated
96
+ * dependencies
97
+ * @twin.org/cli-core bumped from 0.0.3-next.6 to 0.0.3-next.7
98
+ * @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
99
+ * @twin.org/crypto bumped from 0.0.3-next.6 to 0.0.3-next.7
100
+ * @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
101
+ * devDependencies
102
+ * @twin.org/merge-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
103
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
104
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
105
+ * @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
106
+
107
+ ## [0.0.3-next.6](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.5...crypto-cli-v0.0.3-next.6) (2025-11-25)
108
+
109
+
110
+ ### Miscellaneous Chores
111
+
112
+ * **crypto-cli:** Synchronize repo versions
113
+
114
+
115
+ ### Dependencies
116
+
117
+ * The following workspace dependencies were updated
118
+ * dependencies
119
+ * @twin.org/cli-core bumped from 0.0.3-next.5 to 0.0.3-next.6
120
+ * @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
121
+ * @twin.org/crypto bumped from 0.0.3-next.5 to 0.0.3-next.6
122
+ * @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
123
+ * devDependencies
124
+ * @twin.org/merge-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
125
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
126
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
127
+ * @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
128
+
129
+ ## [0.0.3-next.5](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.4...crypto-cli-v0.0.3-next.5) (2025-11-20)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **crypto-cli:** Synchronize repo versions
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * The following workspace dependencies were updated
140
+ * dependencies
141
+ * @twin.org/cli-core bumped from 0.0.3-next.4 to 0.0.3-next.5
142
+ * @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
143
+ * @twin.org/crypto bumped from 0.0.3-next.4 to 0.0.3-next.5
144
+ * @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
145
+ * devDependencies
146
+ * @twin.org/merge-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
147
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
148
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
149
+ * @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
150
+
151
+ ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.3...crypto-cli-v0.0.3-next.4) (2025-11-13)
152
+
153
+
154
+ ### Miscellaneous Chores
155
+
156
+ * **crypto-cli:** Synchronize repo versions
157
+
158
+
159
+ ### Dependencies
160
+
161
+ * The following workspace dependencies were updated
162
+ * dependencies
163
+ * @twin.org/cli-core bumped from 0.0.3-next.3 to 0.0.3-next.4
164
+ * @twin.org/core bumped from 0.0.3-next.3 to 0.0.3-next.4
165
+ * @twin.org/crypto bumped from 0.0.3-next.3 to 0.0.3-next.4
166
+ * @twin.org/nameof bumped from 0.0.3-next.3 to 0.0.3-next.4
167
+ * devDependencies
168
+ * @twin.org/merge-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
169
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
170
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
171
+ * @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
172
+
173
+ ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.2...crypto-cli-v0.0.3-next.3) (2025-11-12)
174
+
175
+
176
+ ### Miscellaneous Chores
177
+
178
+ * **crypto-cli:** Synchronize repo versions
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * The following workspace dependencies were updated
184
+ * dependencies
185
+ * @twin.org/cli-core bumped from 0.0.3-next.2 to 0.0.3-next.3
186
+ * @twin.org/core bumped from 0.0.3-next.2 to 0.0.3-next.3
187
+ * @twin.org/crypto bumped from 0.0.3-next.2 to 0.0.3-next.3
188
+ * @twin.org/nameof bumped from 0.0.3-next.2 to 0.0.3-next.3
189
+ * devDependencies
190
+ * @twin.org/merge-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
191
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
192
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
193
+ * @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
194
+
195
+ ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.1...crypto-cli-v0.0.3-next.2) (2025-11-12)
196
+
197
+
198
+ ### Miscellaneous Chores
199
+
200
+ * **crypto-cli:** Synchronize repo versions
201
+
202
+
203
+ ### Dependencies
204
+
205
+ * The following workspace dependencies were updated
206
+ * dependencies
207
+ * @twin.org/cli-core bumped from 0.0.3-next.1 to 0.0.3-next.2
208
+ * @twin.org/core bumped from 0.0.3-next.1 to 0.0.3-next.2
209
+ * @twin.org/crypto bumped from 0.0.3-next.1 to 0.0.3-next.2
210
+ * @twin.org/nameof bumped from 0.0.3-next.1 to 0.0.3-next.2
211
+ * devDependencies
212
+ * @twin.org/merge-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
213
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
214
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
215
+ * @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
216
+
3
217
  ## [0.0.3-next.1](https://github.com/twinfoundation/framework/compare/crypto-cli-v0.0.3-next.0...crypto-cli-v0.0.3-next.1) (2025-11-10)
4
218
 
5
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto-cli",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.10",
4
4
  "description": "A command line interface for interacting with the crypto tools",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.3-next.1",
18
- "@twin.org/core": "0.0.3-next.1",
19
- "@twin.org/crypto": "0.0.3-next.1",
20
- "@twin.org/nameof": "0.0.3-next.1",
17
+ "@twin.org/cli-core": "0.0.3-next.10",
18
+ "@twin.org/core": "0.0.3-next.10",
19
+ "@twin.org/crypto": "0.0.3-next.10",
20
+ "@twin.org/nameof": "0.0.3-next.10",
21
21
  "commander": "14.0.2"
22
22
  },
23
23
  "main": "./dist/es/index.js",