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

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.8", // x-release-please-version
23
+ version: "0.9.0-next.1", // 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.8\", // 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,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.9.0-next.1\", // 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,13 @@
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"
125
+ },
126
+ "sharedObjectBuffer": {
127
+ "notCreated": "The shared buffer for object \"{objectId}\" has not been created",
128
+ "capacityExceeded": "The payload size of {required} bytes exceeds the maximum capacity of {capacity} bytes for object \"{objectId}\"",
129
+ "bufferFetchFailed": "Failed to retrieve shared buffer for object \"{objectId}\" from the main thread"
123
130
  },
124
131
  "validateLocales": {
125
132
  "validationFailed": "Validation failed.",
package/docs/changelog.md CHANGED
@@ -1,5 +1,195 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
9
+ * add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
10
+ * additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
11
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
12
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
13
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
14
+ * support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
15
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
16
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
22
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
23
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/cli-core bumped from 0.9.0-next.0 to 0.9.0-next.1
31
+ * @twin.org/core bumped from 0.9.0-next.0 to 0.9.0-next.1
32
+ * @twin.org/nameof bumped from 0.9.0-next.0 to 0.9.0-next.1
33
+ * @twin.org/nameof-transformer bumped from 0.9.0-next.0 to 0.9.0-next.1
34
+ * devDependencies
35
+ * @twin.org/merge-locales bumped from 0.9.0-next.0 to 0.9.0-next.1
36
+ * @twin.org/nameof-vitest-plugin bumped from 0.9.0-next.0 to 0.9.0-next.1
37
+
38
+ ## [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)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **validate-locales:** Synchronize repo versions
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @twin.org/cli-core bumped from 0.0.4-next.14 to 0.0.4-next.15
51
+ * @twin.org/core bumped from 0.0.4-next.14 to 0.0.4-next.15
52
+ * @twin.org/nameof bumped from 0.0.4-next.14 to 0.0.4-next.15
53
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.14 to 0.0.4-next.15
54
+ * devDependencies
55
+ * @twin.org/merge-locales bumped from 0.0.4-next.14 to 0.0.4-next.15
56
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.14 to 0.0.4-next.15
57
+
58
+ ## [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)
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.13 to 0.0.4-next.14
71
+ * @twin.org/core bumped from 0.0.4-next.13 to 0.0.4-next.14
72
+ * @twin.org/nameof bumped from 0.0.4-next.13 to 0.0.4-next.14
73
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.13 to 0.0.4-next.14
74
+ * devDependencies
75
+ * @twin.org/merge-locales bumped from 0.0.4-next.13 to 0.0.4-next.14
76
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.13 to 0.0.4-next.14
77
+
78
+ ## [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)
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.12 to 0.0.4-next.13
91
+ * @twin.org/core bumped from 0.0.4-next.12 to 0.0.4-next.13
92
+ * @twin.org/nameof bumped from 0.0.4-next.12 to 0.0.4-next.13
93
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.12 to 0.0.4-next.13
94
+ * devDependencies
95
+ * @twin.org/merge-locales bumped from 0.0.4-next.12 to 0.0.4-next.13
96
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.12 to 0.0.4-next.13
97
+
98
+ ## [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)
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.11 to 0.0.4-next.12
111
+ * @twin.org/core bumped from 0.0.4-next.11 to 0.0.4-next.12
112
+ * @twin.org/nameof bumped from 0.0.4-next.11 to 0.0.4-next.12
113
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.11 to 0.0.4-next.12
114
+ * devDependencies
115
+ * @twin.org/merge-locales bumped from 0.0.4-next.11 to 0.0.4-next.12
116
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.11 to 0.0.4-next.12
117
+
118
+ ## [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)
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.10 to 0.0.4-next.11
131
+ * @twin.org/core bumped from 0.0.4-next.10 to 0.0.4-next.11
132
+ * @twin.org/nameof bumped from 0.0.4-next.10 to 0.0.4-next.11
133
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.10 to 0.0.4-next.11
134
+ * devDependencies
135
+ * @twin.org/merge-locales bumped from 0.0.4-next.10 to 0.0.4-next.11
136
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.10 to 0.0.4-next.11
137
+
138
+ ## [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)
139
+
140
+
141
+ ### Features
142
+
143
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
144
+ * add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
145
+ * additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
146
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
147
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
148
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
149
+ * support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
150
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
151
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
157
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
158
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
159
+
160
+
161
+ ### Dependencies
162
+
163
+ * The following workspace dependencies were updated
164
+ * dependencies
165
+ * @twin.org/cli-core bumped from 0.0.4-next.9 to 0.0.4-next.10
166
+ * @twin.org/core bumped from 0.0.4-next.9 to 0.0.4-next.10
167
+ * @twin.org/nameof bumped from 0.0.4-next.9 to 0.0.4-next.10
168
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.9 to 0.0.4-next.10
169
+ * devDependencies
170
+ * @twin.org/merge-locales bumped from 0.0.4-next.9 to 0.0.4-next.10
171
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.9 to 0.0.4-next.10
172
+
173
+ ## [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)
174
+
175
+
176
+ ### Miscellaneous Chores
177
+
178
+ * **validate-locales:** 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.4-next.8 to 0.0.4-next.9
186
+ * @twin.org/core bumped from 0.0.4-next.8 to 0.0.4-next.9
187
+ * @twin.org/nameof bumped from 0.0.4-next.8 to 0.0.4-next.9
188
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.8 to 0.0.4-next.9
189
+ * devDependencies
190
+ * @twin.org/merge-locales bumped from 0.0.4-next.8 to 0.0.4-next.9
191
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.8 to 0.0.4-next.9
192
+
3
193
  ## [0.0.4-next.8](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.4-next.7...validate-locales-v0.0.4-next.8) (2026-06-10)
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.8",
3
+ "version": "0.9.0-next.1",
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.8",
18
- "@twin.org/core": "0.0.4-next.8",
19
- "@twin.org/nameof": "0.0.4-next.8",
20
- "@twin.org/nameof-transformer": "0.0.4-next.8",
21
- "commander": "14.0.3",
17
+ "@twin.org/cli-core": "0.9.0-next.1",
18
+ "@twin.org/core": "0.9.0-next.1",
19
+ "@twin.org/nameof": "0.9.0-next.1",
20
+ "@twin.org/nameof-transformer": "0.9.0-next.1",
21
+ "commander": "15.0.0",
22
22
  "glob": "13.0.6",
23
23
  "typescript": "6.0.3"
24
24
  },