@twin.org/merge-locales 0.0.1-next.20 → 0.0.1-next.22

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-next.20", // x-release-please-version
178
+ version: "0.0.1-next.22", // 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-next.20", // x-release-please-version
175
+ version: "0.0.1-next.22", // x-release-please-version
176
176
  icon: "⚙️ ",
177
177
  supportsEnvFiles: false,
178
178
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
+ ## [0.0.1-next.22](https://github.com/twinfoundation/tools/compare/merge-locales-v0.0.1-next.21...merge-locales-v0.0.1-next.22) (2025-06-03)
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/nameof bumped from 0.0.1-next.21 to 0.0.1-next.22
16
+ * devDependencies
17
+ * @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
18
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.21 to 0.0.1-next.22
19
+
20
+ ## [0.0.1-next.21](https://github.com/twinfoundation/tools/compare/merge-locales-v0.0.1-next.20...merge-locales-v0.0.1-next.21) (2025-04-17)
21
+
22
+
23
+ ### Features
24
+
25
+ * use shared store mechanism ([#31](https://github.com/twinfoundation/tools/issues/31)) ([d9fe68b](https://github.com/twinfoundation/tools/commit/d9fe68b903d1268c7cb3c64772df5cb78fd63667))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/nameof bumped from 0.0.1-next.20 to 0.0.1-next.21
33
+ * devDependencies
34
+ * @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
35
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.20 to 0.0.1-next.21
36
+
3
37
  ## [0.0.1-next.20](https://github.com/twinfoundation/tools/compare/merge-locales-v0.0.1-next.19...merge-locales-v0.0.1-next.20) (2025-03-28)
4
38
 
5
39
 
@@ -8,13 +8,13 @@ The main entry point for the CLI.
8
8
 
9
9
  ## Constructors
10
10
 
11
- ### new CLI()
11
+ ### Constructor
12
12
 
13
- > **new CLI**(): [`CLI`](CLI.md)
13
+ > **new CLI**(): `CLI`
14
14
 
15
15
  #### Returns
16
16
 
17
- [`CLI`](CLI.md)
17
+ `CLI`
18
18
 
19
19
  #### Inherited from
20
20
 
@@ -24,7 +24,7 @@ The main entry point for the CLI.
24
24
 
25
25
  ### run()
26
26
 
27
- > **run**(`argv`, `localesDirectory`?, `options`?): `Promise`\<`number`\>
27
+ > **run**(`argv`, `localesDirectory?`, `options?`): `Promise`\<`number`\>
28
28
 
29
29
  Run the app.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.1-next.20",
3
+ "version": "0.0.1-next.22",
4
4
  "description": "Tool to merge locale files from all dependencies",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@twin.org/cli-core": "next",
18
18
  "@twin.org/core": "next",
19
- "@twin.org/nameof": "0.0.1-next.20",
19
+ "@twin.org/nameof": "0.0.1-next.22",
20
20
  "commander": "13.1.0",
21
21
  "glob": "11.0.1"
22
22
  },