@twin.org/merge-locales 0.0.3 → 0.0.4-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
@@ -20,7 +20,7 @@ export class CLI extends CLIBase {
20
20
  return this.execute({
21
21
  title: "TWIN Merge Locales",
22
22
  appName: "merge-locales",
23
- version: "0.0.3", // x-release-please-version
23
+ version: "0.0.4-next.10", // 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,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE;;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,oBAAoB;YAC3B,OAAO,EAAE,eAAe;YACxB,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,wBAAwB,CAAC,OAAO,CAAC,CAAC;IACnC,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 { buildCommandMergeLocales } from \"./commands/mergeLocales.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 Merge Locales\",\n\t\t\t\tappName: \"merge-locales\",\n\t\t\t\tversion: \"0.0.3\", // 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\tbuildCommandMergeLocales(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,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE;;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,oBAAoB;YAC3B,OAAO,EAAE,eAAe;YACxB,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,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,wBAAwB,CAAC,OAAO,CAAC,CAAC;IACnC,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 { buildCommandMergeLocales } from \"./commands/mergeLocales.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 Merge Locales\",\n\t\t\t\tappName: \"merge-locales\",\n\t\t\t\tversion: \"0.0.4-next.10\", // 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\tbuildCommandMergeLocales(program);\n\t}\n}\n"]}
@@ -68,6 +68,9 @@
68
68
  "bigint": "Property \"{property}\" must be a bigint, it is \"{value}\"",
69
69
  "boolean": "Property \"{property}\" must be a boolean, it is \"{value}\"",
70
70
  "date": "Property \"{property}\" must be a date, it is \"{value}\"",
71
+ "dateString": "Property \"{property}\" must be a date-only string in ISO 8601 format, it is \"{value}\"",
72
+ "dateTimeString": "Property \"{property}\" must be a date-time string in ISO 8601 format, it is \"{value}\"",
73
+ "timeString": "Property \"{property}\" must be a time string in ISO 8601 format, it is \"{value}\"",
71
74
  "timestampMilliseconds": "Property \"{property}\" must be a timestamp in milliseconds, it is \"{value}\"",
72
75
  "timestampSeconds": "Property \"{property}\" must be a timestamp in seconds, it is \"{value}\"",
73
76
  "objectUndefined": "Property \"{property}\" must be an object, it is \"undefined\"",
@@ -80,8 +83,8 @@
80
83
  "arrayEndsWith": "Property \"{property}\" must be an array ending with [{endValues}], it is \"{value}\"",
81
84
  "uint8Array": "Property \"{property}\" must be a Uint8Array, it is \"{value}\"",
82
85
  "function": "Property \"{property}\" must be a function, it is \"{value}\"",
83
- "urn": "Property \"{property}\" must be a Urn formatted string, it is \"{value}\"",
84
- "url": "Property \"{property}\" must be a Url formatted string, it is \"{value}\"",
86
+ "urn": "Property \"{property}\" must be a URN formatted string, it is \"{value}\"",
87
+ "url": "Property \"{property}\" must be a URL formatted string, it is \"{value}\"",
85
88
  "email": "Property \"{property}\" must be string in e-mail format, it is \"{value}\"",
86
89
  "uuidV7": "Property \"{property}\" must be a UUIDv7 formatted string, it is \"{value}\"",
87
90
  "uuidV7Compact": "Property \"{property}\" must be a UUIDv7 formatted string in compact mode, it is \"{value}\""
@@ -120,6 +123,11 @@
120
123
  "lockAlreadyReleased": "The key \"{key}\" is not currently locked",
121
124
  "lockTimeout": "Failed to acquire lock for key \"{key}\" within the timeout of {timeout} milliseconds",
122
125
  "bufferFetchFailed": "Failed to retrieve shared buffer for key \"{key}\" from the main thread"
126
+ },
127
+ "sharedObjectBuffer": {
128
+ "notCreated": "The shared buffer for object \"{objectId}\" has not been created",
129
+ "capacityExceeded": "The payload size of {required} bytes exceeds the maximum capacity of {capacity} bytes for object \"{objectId}\"",
130
+ "bufferFetchFailed": "Failed to retrieve shared buffer for object \"{objectId}\" from the main thread"
123
131
  }
124
132
  },
125
133
  "warn": {
package/docs/changelog.md CHANGED
@@ -1,5 +1,221 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.4-next.10](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.9...merge-locales-v0.0.4-next.10) (2026-06-15)
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
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
10
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
11
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
12
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
13
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
14
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
15
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
21
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @twin.org/cli-core bumped from 0.0.4-next.9 to 0.0.4-next.10
29
+ * @twin.org/core bumped from 0.0.4-next.9 to 0.0.4-next.10
30
+ * @twin.org/nameof bumped from 0.0.4-next.9 to 0.0.4-next.10
31
+ * devDependencies
32
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.9 to 0.0.4-next.10
33
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.9 to 0.0.4-next.10
34
+
35
+ ## [0.0.4-next.9](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.8...merge-locales-v0.0.4-next.9) (2026-06-15)
36
+
37
+
38
+ ### Miscellaneous Chores
39
+
40
+ * **merge-locales:** Synchronize repo versions
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * The following workspace dependencies were updated
46
+ * dependencies
47
+ * @twin.org/cli-core bumped from 0.0.4-next.8 to 0.0.4-next.9
48
+ * @twin.org/core bumped from 0.0.4-next.8 to 0.0.4-next.9
49
+ * @twin.org/nameof bumped from 0.0.4-next.8 to 0.0.4-next.9
50
+ * devDependencies
51
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.8 to 0.0.4-next.9
52
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.8 to 0.0.4-next.9
53
+
54
+ ## [0.0.4-next.8](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.7...merge-locales-v0.0.4-next.8) (2026-06-10)
55
+
56
+
57
+ ### Miscellaneous Chores
58
+
59
+ * **merge-locales:** Synchronize repo versions
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * The following workspace dependencies were updated
65
+ * dependencies
66
+ * @twin.org/cli-core bumped from 0.0.4-next.7 to 0.0.4-next.8
67
+ * @twin.org/core bumped from 0.0.4-next.7 to 0.0.4-next.8
68
+ * @twin.org/nameof bumped from 0.0.4-next.7 to 0.0.4-next.8
69
+ * devDependencies
70
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.7 to 0.0.4-next.8
71
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.7 to 0.0.4-next.8
72
+
73
+ ## [0.0.4-next.7](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.6...merge-locales-v0.0.4-next.7) (2026-06-10)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **merge-locales:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/cli-core bumped from 0.0.4-next.6 to 0.0.4-next.7
86
+ * @twin.org/core bumped from 0.0.4-next.6 to 0.0.4-next.7
87
+ * @twin.org/nameof bumped from 0.0.4-next.6 to 0.0.4-next.7
88
+ * devDependencies
89
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.6 to 0.0.4-next.7
90
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.6 to 0.0.4-next.7
91
+
92
+ ## [0.0.4-next.6](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.5...merge-locales-v0.0.4-next.6) (2026-06-05)
93
+
94
+
95
+ ### Miscellaneous Chores
96
+
97
+ * **merge-locales:** Synchronize repo versions
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * The following workspace dependencies were updated
103
+ * dependencies
104
+ * @twin.org/cli-core bumped from 0.0.4-next.5 to 0.0.4-next.6
105
+ * @twin.org/core bumped from 0.0.4-next.5 to 0.0.4-next.6
106
+ * @twin.org/nameof bumped from 0.0.4-next.5 to 0.0.4-next.6
107
+ * devDependencies
108
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.5 to 0.0.4-next.6
109
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.5 to 0.0.4-next.6
110
+
111
+ ## [0.0.4-next.5](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.4...merge-locales-v0.0.4-next.5) (2026-06-04)
112
+
113
+
114
+ ### Miscellaneous Chores
115
+
116
+ * **merge-locales:** Synchronize repo versions
117
+
118
+
119
+ ### Dependencies
120
+
121
+ * The following workspace dependencies were updated
122
+ * dependencies
123
+ * @twin.org/cli-core bumped from 0.0.4-next.4 to 0.0.4-next.5
124
+ * @twin.org/core bumped from 0.0.4-next.4 to 0.0.4-next.5
125
+ * @twin.org/nameof bumped from 0.0.4-next.4 to 0.0.4-next.5
126
+ * devDependencies
127
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.4 to 0.0.4-next.5
128
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.4 to 0.0.4-next.5
129
+
130
+ ## [0.0.4-next.4](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.3...merge-locales-v0.0.4-next.4) (2026-06-02)
131
+
132
+
133
+ ### Miscellaneous Chores
134
+
135
+ * **merge-locales:** Synchronize repo versions
136
+
137
+
138
+ ### Dependencies
139
+
140
+ * The following workspace dependencies were updated
141
+ * dependencies
142
+ * @twin.org/cli-core bumped from 0.0.4-next.3 to 0.0.4-next.4
143
+ * @twin.org/core bumped from 0.0.4-next.3 to 0.0.4-next.4
144
+ * @twin.org/nameof bumped from 0.0.4-next.3 to 0.0.4-next.4
145
+ * devDependencies
146
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.3 to 0.0.4-next.4
147
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.3 to 0.0.4-next.4
148
+
149
+ ## [0.0.4-next.3](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.2...merge-locales-v0.0.4-next.3) (2026-05-28)
150
+
151
+
152
+ ### Miscellaneous Chores
153
+
154
+ * **merge-locales:** Synchronize repo versions
155
+
156
+
157
+ ### Dependencies
158
+
159
+ * The following workspace dependencies were updated
160
+ * dependencies
161
+ * @twin.org/cli-core bumped from 0.0.4-next.2 to 0.0.4-next.3
162
+ * @twin.org/core bumped from 0.0.4-next.2 to 0.0.4-next.3
163
+ * @twin.org/nameof bumped from 0.0.4-next.2 to 0.0.4-next.3
164
+ * devDependencies
165
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.2 to 0.0.4-next.3
166
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.2 to 0.0.4-next.3
167
+
168
+ ## [0.0.4-next.2](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.1...merge-locales-v0.0.4-next.2) (2026-05-28)
169
+
170
+
171
+ ### Miscellaneous Chores
172
+
173
+ * **merge-locales:** Synchronize repo versions
174
+
175
+
176
+ ### Dependencies
177
+
178
+ * The following workspace dependencies were updated
179
+ * dependencies
180
+ * @twin.org/cli-core bumped from 0.0.4-next.1 to 0.0.4-next.2
181
+ * @twin.org/core bumped from 0.0.4-next.1 to 0.0.4-next.2
182
+ * @twin.org/nameof bumped from 0.0.4-next.1 to 0.0.4-next.2
183
+ * devDependencies
184
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.1 to 0.0.4-next.2
185
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.1 to 0.0.4-next.2
186
+
187
+ ## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.4-next.0...merge-locales-v0.0.4-next.1) (2026-05-27)
188
+
189
+
190
+ ### Features
191
+
192
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
193
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
194
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
195
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
196
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
197
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
198
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
199
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
205
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
206
+
207
+
208
+ ### Dependencies
209
+
210
+ * The following workspace dependencies were updated
211
+ * dependencies
212
+ * @twin.org/cli-core bumped from 0.0.4-next.0 to 0.0.4-next.1
213
+ * @twin.org/core bumped from 0.0.4-next.0 to 0.0.4-next.1
214
+ * @twin.org/nameof bumped from 0.0.4-next.0 to 0.0.4-next.1
215
+ * devDependencies
216
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
217
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.0 to 0.0.4-next.1
218
+
3
219
  ## [0.0.3](https://github.com/iotaledger/twin-framework/compare/merge-locales-v0.0.3...merge-locales-v0.0.3) (2026-05-27)
4
220
 
5
221
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-next.10",
4
4
  "description": "Merge locale files from all dependencies",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/framework.git",
7
+ "url": "git+https://github.com/iotaledger/twin-framework.git",
8
8
  "directory": "apps/merge-locales"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "^0.0.3",
18
- "@twin.org/core": "^0.0.3",
19
- "@twin.org/nameof": "^0.0.3",
17
+ "@twin.org/cli-core": "0.0.4-next.10",
18
+ "@twin.org/core": "0.0.4-next.10",
19
+ "@twin.org/nameof": "0.0.4-next.10",
20
20
  "commander": "14.0.3",
21
21
  "glob": "13.0.6"
22
22
  },
@@ -45,7 +45,7 @@
45
45
  "test": "tests"
46
46
  },
47
47
  "bugs": {
48
- "url": "git+https://github.com/iotaledger/framework/issues"
48
+ "url": "git+https://github.com/iotaledger/twin-framework/issues"
49
49
  },
50
50
  "homepage": "https://twindev.org",
51
51
  "keywords": [