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

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.1", // x-release-please-version
178
+ version: "0.0.2-next.4", // 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.1", // x-release-please-version
175
+ version: "0.0.2-next.4", // x-release-please-version
176
176
  icon: "⚙️ ",
177
177
  supportsEnvFiles: false,
178
178
  overrideOutputWidth: options?.overrideOutputWidth
@@ -176,6 +176,10 @@
176
176
  },
177
177
  "slip0010": {
178
178
  "invalidSeed": "The seed is invalid \"{seed}\""
179
+ },
180
+ "rsa": {
181
+ "noPrivateKey": "Private key is required for this operation",
182
+ "invalidKeySize": "Invalid RSA key size"
179
183
  }
180
184
  },
181
185
  "cli": {
package/docs/changelog.md CHANGED
@@ -1,5 +1,99 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
+ ## [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
+
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.3 to 0.0.2-next.4
16
+ * @twin.org/core bumped from 0.0.2-next.3 to 0.0.2-next.4
17
+ * @twin.org/nameof bumped from 0.0.2-next.3 to 0.0.2-next.4
18
+ * devDependencies
19
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
20
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
21
+
22
+ ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.2...merge-locales-v0.0.2-next.3) (2025-08-06)
23
+
24
+
25
+ ### Features
26
+
27
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
28
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @twin.org/cli-core bumped from 0.0.2-next.2 to 0.0.2-next.3
41
+ * @twin.org/core bumped from 0.0.2-next.2 to 0.0.2-next.3
42
+ * @twin.org/nameof bumped from 0.0.2-next.2 to 0.0.2-next.3
43
+ * devDependencies
44
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
45
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
46
+
47
+ ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.1...merge-locales-v0.0.2-next.2) (2025-08-06)
48
+
49
+
50
+ ### Features
51
+
52
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
53
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
59
+
60
+
61
+ ### Dependencies
62
+
63
+ * The following workspace dependencies were updated
64
+ * dependencies
65
+ * @twin.org/cli-core bumped from 0.0.2-next.1 to 0.0.2-next.2
66
+ * @twin.org/core bumped from 0.0.2-next.1 to 0.0.2-next.2
67
+ * @twin.org/nameof bumped from 0.0.2-next.1 to 0.0.2-next.2
68
+ * devDependencies
69
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
70
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
71
+
72
+ ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.0...merge-locales-v0.0.2-next.1) (2025-08-06)
73
+
74
+
75
+ ### Features
76
+
77
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
78
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * dependencies
90
+ * @twin.org/cli-core bumped from 0.0.2-next.0 to 0.0.2-next.1
91
+ * @twin.org/core bumped from 0.0.2-next.0 to 0.0.2-next.1
92
+ * @twin.org/nameof bumped from 0.0.2-next.0 to 0.0.2-next.1
93
+ * devDependencies
94
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
95
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.0 to 0.0.2-next.1
96
+
3
97
  ## 0.0.1 (2025-07-03)
4
98
 
5
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.4",
4
4
  "description": "Tool to merge locale files from all dependencies",
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.1",
18
- "@twin.org/core": "^0.0.1",
19
- "@twin.org/nameof": "^0.0.1",
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",
20
20
  "commander": "14.0.0",
21
- "glob": "11.0.2"
21
+ "glob": "11.0.3"
22
22
  },
23
23
  "main": "./dist/cjs/index.cjs",
24
24
  "module": "./dist/esm/index.mjs",