@twin.org/merge-locales 0.0.1 → 0.0.2-next.3
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 +4 -0
- package/docs/changelog.md +75 -0
- package/package.json +5 -5
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.
|
|
178
|
+
version: "0.0.2-next.3", // 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.
|
|
175
|
+
version: "0.0.2-next.3", // x-release-please-version
|
|
176
176
|
icon: "⚙️ ",
|
|
177
177
|
supportsEnvFiles: false,
|
|
178
178
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/locales/en.json
CHANGED
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# @twin.org/ts-to-openapi - Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
9
|
+
* update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* The following workspace dependencies were updated
|
|
20
|
+
* dependencies
|
|
21
|
+
* @twin.org/cli-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
22
|
+
* @twin.org/core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
23
|
+
* @twin.org/nameof bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
24
|
+
* devDependencies
|
|
25
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
26
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
27
|
+
|
|
28
|
+
## [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)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
34
|
+
* update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Dependencies
|
|
43
|
+
|
|
44
|
+
* The following workspace dependencies were updated
|
|
45
|
+
* dependencies
|
|
46
|
+
* @twin.org/cli-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
47
|
+
* @twin.org/core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
48
|
+
* @twin.org/nameof bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
49
|
+
* devDependencies
|
|
50
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
51
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
52
|
+
|
|
53
|
+
## [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)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
59
|
+
* update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* The following workspace dependencies were updated
|
|
70
|
+
* dependencies
|
|
71
|
+
* @twin.org/cli-core bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
72
|
+
* @twin.org/core bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
73
|
+
* @twin.org/nameof bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
74
|
+
* devDependencies
|
|
75
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
76
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
77
|
+
|
|
3
78
|
## 0.0.1 (2025-07-03)
|
|
4
79
|
|
|
5
80
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/merge-locales",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2-next.3",
|
|
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": "
|
|
18
|
-
"@twin.org/core": "
|
|
19
|
-
"@twin.org/nameof": "
|
|
17
|
+
"@twin.org/cli-core": "0.0.2-next.3",
|
|
18
|
+
"@twin.org/core": "0.0.2-next.3",
|
|
19
|
+
"@twin.org/nameof": "0.0.2-next.3",
|
|
20
20
|
"commander": "14.0.0",
|
|
21
|
-
"glob": "11.0.
|
|
21
|
+
"glob": "11.0.3"
|
|
22
22
|
},
|
|
23
23
|
"main": "./dist/cjs/index.cjs",
|
|
24
24
|
"module": "./dist/esm/index.mjs",
|