@twin.org/validate-locales 0.0.4-next.9 → 0.9.0

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
@@ -20,7 +20,7 @@ export class CLI extends CLIBase {
20
20
  return this.execute({
21
21
  title: "TWIN Validate Locales",
22
22
  appName: "validate-locales",
23
- version: "0.0.4-next.9", // x-release-please-version
23
+ version: "0.9.0", // x-release-please-version
24
24
  icon: "⚙️ ",
25
25
  supportsEnvFiles: false,
26
26
  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,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E;;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,uBAAuB;YAC9B,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,cAAc,EAAE,2BAA2B;YACpD,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,KAAK;YACvB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,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;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,2BAA2B,CAAC,OAAO,CAAC,CAAC;IACtC,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 { buildCommandValidateLocales } from \"./commands/validateLocales.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 Validate Locales\",\n\t\t\t\tappName: \"validate-locales\",\n\t\t\t\tversion: \"0.0.4-next.9\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: false,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\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 * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandValidateLocales(program);\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,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E;;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,uBAAuB;YAC9B,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,OAAO,EAAE,2BAA2B;YAC7C,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,KAAK;YACvB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,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;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,2BAA2B,CAAC,OAAO,CAAC,CAAC;IACtC,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 { buildCommandValidateLocales } from \"./commands/validateLocales.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 Validate Locales\",\n\t\t\t\tappName: \"validate-locales\",\n\t\t\t\tversion: \"0.9.0\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: false,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\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 * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandValidateLocales(program);\n\t}\n}\n"]}
@@ -84,7 +84,8 @@
84
84
  "url": "Property \"{property}\" must be a URL formatted string, it is \"{value}\"",
85
85
  "email": "Property \"{property}\" must be string in e-mail format, it is \"{value}\"",
86
86
  "uuidV7": "Property \"{property}\" must be a UUIDv7 formatted string, it is \"{value}\"",
87
- "uuidV7Compact": "Property \"{property}\" must be a UUIDv7 formatted string in compact mode, it is \"{value}\""
87
+ "uuidV7Compact": "Property \"{property}\" must be a UUIDv7 formatted string in compact mode, it is \"{value}\"",
88
+ "duration": "Property \"{property}\" must be an ISO 8601 duration string, it is \"{value}\""
88
89
  },
89
90
  "objectHelper": {
90
91
  "failedBytesToJSON": "Failed converting bytes to JSON",
@@ -119,7 +120,8 @@
119
120
  "lockNotFound": "The key \"{key}\" has no active lock",
120
121
  "lockAlreadyReleased": "The key \"{key}\" is not currently locked",
121
122
  "lockTimeout": "Failed to acquire lock for key \"{key}\" within the timeout of {timeout} milliseconds",
122
- "bufferFetchFailed": "Failed to retrieve shared buffer for key \"{key}\" from the main thread"
123
+ "bufferFetchFailed": "Failed to retrieve shared buffer for key \"{key}\" from the main thread",
124
+ "invalidTimeout": "The timeout value \"{timeoutMs}\" is invalid, it must be a non-negative integer"
123
125
  },
124
126
  "sharedObjectBuffer": {
125
127
  "notCreated": "The shared buffer for object \"{objectId}\" has not been created",
package/docs/changelog.md CHANGED
@@ -1,5 +1,195 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.0](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.9.0...validate-locales-v0.9.0) (2026-06-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
9
+ * release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
10
+ * release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
11
+ * release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
12
+ * release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
13
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
14
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
15
+ * release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
16
+ * release to production ([#382](https://github.com/iotaledger/twin-framework/issues/382)) ([bbed01a](https://github.com/iotaledger/twin-framework/commit/bbed01a605ee9724bda77a0f7feab249118c2d90))
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
22
+
23
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.9.0-next.0...validate-locales-v0.9.0-next.1) (2026-06-22)
24
+
25
+
26
+ ### Features
27
+
28
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
29
+ * add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
30
+ * additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
31
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
32
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
33
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
34
+ * support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
35
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
36
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
42
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
43
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @twin.org/cli-core bumped from 0.9.0-next.0 to 0.9.0-next.1
51
+ * @twin.org/core bumped from 0.9.0-next.0 to 0.9.0-next.1
52
+ * @twin.org/nameof bumped from 0.9.0-next.0 to 0.9.0-next.1
53
+ * @twin.org/nameof-transformer bumped from 0.9.0-next.0 to 0.9.0-next.1
54
+ * devDependencies
55
+ * @twin.org/merge-locales bumped from 0.9.0-next.0 to 0.9.0-next.1
56
+ * @twin.org/nameof-vitest-plugin bumped from 0.9.0-next.0 to 0.9.0-next.1
57
+
58
+ ## [0.0.4-next.15](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.14...validate-locales-v0.0.4-next.15) (2026-06-19)
59
+
60
+
61
+ ### Miscellaneous Chores
62
+
63
+ * **validate-locales:** Synchronize repo versions
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * The following workspace dependencies were updated
69
+ * dependencies
70
+ * @twin.org/cli-core bumped from 0.0.4-next.14 to 0.0.4-next.15
71
+ * @twin.org/core bumped from 0.0.4-next.14 to 0.0.4-next.15
72
+ * @twin.org/nameof bumped from 0.0.4-next.14 to 0.0.4-next.15
73
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.14 to 0.0.4-next.15
74
+ * devDependencies
75
+ * @twin.org/merge-locales bumped from 0.0.4-next.14 to 0.0.4-next.15
76
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.14 to 0.0.4-next.15
77
+
78
+ ## [0.0.4-next.14](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.13...validate-locales-v0.0.4-next.14) (2026-06-18)
79
+
80
+
81
+ ### Miscellaneous Chores
82
+
83
+ * **validate-locales:** Synchronize repo versions
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * dependencies
90
+ * @twin.org/cli-core bumped from 0.0.4-next.13 to 0.0.4-next.14
91
+ * @twin.org/core bumped from 0.0.4-next.13 to 0.0.4-next.14
92
+ * @twin.org/nameof bumped from 0.0.4-next.13 to 0.0.4-next.14
93
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.13 to 0.0.4-next.14
94
+ * devDependencies
95
+ * @twin.org/merge-locales bumped from 0.0.4-next.13 to 0.0.4-next.14
96
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.13 to 0.0.4-next.14
97
+
98
+ ## [0.0.4-next.13](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.12...validate-locales-v0.0.4-next.13) (2026-06-18)
99
+
100
+
101
+ ### Miscellaneous Chores
102
+
103
+ * **validate-locales:** Synchronize repo versions
104
+
105
+
106
+ ### Dependencies
107
+
108
+ * The following workspace dependencies were updated
109
+ * dependencies
110
+ * @twin.org/cli-core bumped from 0.0.4-next.12 to 0.0.4-next.13
111
+ * @twin.org/core bumped from 0.0.4-next.12 to 0.0.4-next.13
112
+ * @twin.org/nameof bumped from 0.0.4-next.12 to 0.0.4-next.13
113
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.12 to 0.0.4-next.13
114
+ * devDependencies
115
+ * @twin.org/merge-locales bumped from 0.0.4-next.12 to 0.0.4-next.13
116
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.12 to 0.0.4-next.13
117
+
118
+ ## [0.0.4-next.12](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.11...validate-locales-v0.0.4-next.12) (2026-06-18)
119
+
120
+
121
+ ### Miscellaneous Chores
122
+
123
+ * **validate-locales:** Synchronize repo versions
124
+
125
+
126
+ ### Dependencies
127
+
128
+ * The following workspace dependencies were updated
129
+ * dependencies
130
+ * @twin.org/cli-core bumped from 0.0.4-next.11 to 0.0.4-next.12
131
+ * @twin.org/core bumped from 0.0.4-next.11 to 0.0.4-next.12
132
+ * @twin.org/nameof bumped from 0.0.4-next.11 to 0.0.4-next.12
133
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.11 to 0.0.4-next.12
134
+ * devDependencies
135
+ * @twin.org/merge-locales bumped from 0.0.4-next.11 to 0.0.4-next.12
136
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.11 to 0.0.4-next.12
137
+
138
+ ## [0.0.4-next.11](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.10...validate-locales-v0.0.4-next.11) (2026-06-15)
139
+
140
+
141
+ ### Miscellaneous Chores
142
+
143
+ * **validate-locales:** Synchronize repo versions
144
+
145
+
146
+ ### Dependencies
147
+
148
+ * The following workspace dependencies were updated
149
+ * dependencies
150
+ * @twin.org/cli-core bumped from 0.0.4-next.10 to 0.0.4-next.11
151
+ * @twin.org/core bumped from 0.0.4-next.10 to 0.0.4-next.11
152
+ * @twin.org/nameof bumped from 0.0.4-next.10 to 0.0.4-next.11
153
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.10 to 0.0.4-next.11
154
+ * devDependencies
155
+ * @twin.org/merge-locales bumped from 0.0.4-next.10 to 0.0.4-next.11
156
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.10 to 0.0.4-next.11
157
+
158
+ ## [0.0.4-next.10](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.9...validate-locales-v0.0.4-next.10) (2026-06-15)
159
+
160
+
161
+ ### Features
162
+
163
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
164
+ * add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
165
+ * additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
166
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
167
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
168
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
169
+ * support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
170
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
171
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
172
+
173
+
174
+ ### Bug Fixes
175
+
176
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
177
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
178
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * The following workspace dependencies were updated
184
+ * dependencies
185
+ * @twin.org/cli-core bumped from 0.0.4-next.9 to 0.0.4-next.10
186
+ * @twin.org/core bumped from 0.0.4-next.9 to 0.0.4-next.10
187
+ * @twin.org/nameof bumped from 0.0.4-next.9 to 0.0.4-next.10
188
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.9 to 0.0.4-next.10
189
+ * devDependencies
190
+ * @twin.org/merge-locales bumped from 0.0.4-next.9 to 0.0.4-next.10
191
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.9 to 0.0.4-next.10
192
+
3
193
  ## [0.0.4-next.9](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.8...validate-locales-v0.0.4-next.9) (2026-06-15)
4
194
 
5
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/validate-locales",
3
- "version": "0.0.4-next.9",
3
+ "version": "0.9.0",
4
4
  "description": "Validate source files against the locales",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,11 +14,11 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.4-next.9",
18
- "@twin.org/core": "0.0.4-next.9",
19
- "@twin.org/nameof": "0.0.4-next.9",
20
- "@twin.org/nameof-transformer": "0.0.4-next.9",
21
- "commander": "14.0.3",
17
+ "@twin.org/cli-core": "^0.9.0",
18
+ "@twin.org/core": "^0.9.0",
19
+ "@twin.org/nameof": "^0.9.0",
20
+ "@twin.org/nameof-transformer": "^0.9.0",
21
+ "commander": "15.0.0",
22
22
  "glob": "13.0.6",
23
23
  "typescript": "6.0.3"
24
24
  },