@twin.org/merge-locales 0.0.2-next.4 → 0.0.2-next.6

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.
@@ -175,7 +175,7 @@ class CLI extends cliCore.CLIBase {
175
175
  return this.execute({
176
176
  title: "TWIN Merge Locales",
177
177
  appName: "merge-locales",
178
- version: "0.0.2-next.4", // x-release-please-version
178
+ version: "0.0.2-next.6", // x-release-please-version
179
179
  icon: "⚙️ ",
180
180
  supportsEnvFiles: false,
181
181
  overrideOutputWidth: options?.overrideOutputWidth
@@ -172,7 +172,7 @@ class CLI extends CLIBase {
172
172
  return this.execute({
173
173
  title: "TWIN Merge Locales",
174
174
  appName: "merge-locales",
175
- version: "0.0.2-next.4", // x-release-please-version
175
+ version: "0.0.2-next.6", // x-release-please-version
176
176
  icon: "⚙️ ",
177
177
  supportsEnvFiles: false,
178
178
  overrideOutputWidth: options?.overrideOutputWidth
@@ -182,6 +182,11 @@
182
182
  "invalidKeySize": "Invalid RSA key size"
183
183
  }
184
184
  },
185
+ "warn": {
186
+ "common": {
187
+ "devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
188
+ }
189
+ },
185
190
  "cli": {
186
191
  "progress": {
187
192
  "done": "Done.",
package/docs/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
+ ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.5...merge-locales-v0.0.2-next.6) (2025-08-27)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **merge-locales:** 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.2-next.5 to 0.0.2-next.6
16
+ * @twin.org/core bumped from 0.0.2-next.5 to 0.0.2-next.6
17
+ * @twin.org/nameof bumped from 0.0.2-next.5 to 0.0.2-next.6
18
+ * devDependencies
19
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
20
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
21
+
22
+ ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.4...merge-locales-v0.0.2-next.5) (2025-08-19)
23
+
24
+
25
+ ### Features
26
+
27
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/cli-core bumped from 0.0.2-next.4 to 0.0.2-next.5
35
+ * @twin.org/core bumped from 0.0.2-next.4 to 0.0.2-next.5
36
+ * @twin.org/nameof bumped from 0.0.2-next.4 to 0.0.2-next.5
37
+ * devDependencies
38
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
39
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
40
+
3
41
  ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.3...merge-locales-v0.0.2-next.4) (2025-08-15)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.2-next.4",
3
+ "version": "0.0.2-next.6",
4
4
  "description": "Tool to merge locale files from all dependencies",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.2-next.4",
18
- "@twin.org/core": "0.0.2-next.4",
19
- "@twin.org/nameof": "0.0.2-next.4",
17
+ "@twin.org/cli-core": "0.0.2-next.6",
18
+ "@twin.org/core": "0.0.2-next.6",
19
+ "@twin.org/nameof": "0.0.2-next.6",
20
20
  "commander": "14.0.0",
21
21
  "glob": "11.0.3"
22
22
  },