@twin.org/merge-locales 0.0.2-next.3 → 0.0.2-next.5
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/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/locales/en.json +6 -1
- package/docs/changelog.md +38 -0
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.
|
|
178
|
+
version: "0.0.2-next.5", // x-release-please-version
|
|
179
179
|
icon: "⚙️ ",
|
|
180
180
|
supportsEnvFiles: false,
|
|
181
181
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
175
|
+
version: "0.0.2-next.5", // x-release-please-version
|
|
176
176
|
icon: "⚙️ ",
|
|
177
177
|
supportsEnvFiles: false,
|
|
178
178
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/locales/en.json
CHANGED
|
@@ -178,10 +178,15 @@
|
|
|
178
178
|
"invalidSeed": "The seed is invalid \"{seed}\""
|
|
179
179
|
},
|
|
180
180
|
"rsa": {
|
|
181
|
-
"noPrivateKey": "Private key is required for
|
|
181
|
+
"noPrivateKey": "Private key is required for this operation",
|
|
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.5](https://github.com/twinfoundation/framework/compare/merge-locales-v0.0.2-next.4...merge-locales-v0.0.2-next.5) (2025-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
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.4 to 0.0.2-next.5
|
|
16
|
+
* @twin.org/core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
20
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **merge-locales:** Synchronize repo versions
|
|
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.3 to 0.0.2-next.4
|
|
35
|
+
* @twin.org/core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
36
|
+
* @twin.org/nameof bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
37
|
+
* devDependencies
|
|
38
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
39
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
40
|
+
|
|
3
41
|
## [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)
|
|
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.
|
|
3
|
+
"version": "0.0.2-next.5",
|
|
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.
|
|
18
|
-
"@twin.org/core": "0.0.2-next.
|
|
19
|
-
"@twin.org/nameof": "0.0.2-next.
|
|
17
|
+
"@twin.org/cli-core": "0.0.2-next.5",
|
|
18
|
+
"@twin.org/core": "0.0.2-next.5",
|
|
19
|
+
"@twin.org/nameof": "0.0.2-next.5",
|
|
20
20
|
"commander": "14.0.0",
|
|
21
21
|
"glob": "11.0.3"
|
|
22
22
|
},
|