@twin.org/merge-locales 0.0.1-next.8 → 0.0.1-next.9

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.
@@ -166,7 +166,7 @@ class CLI extends cliCore.CLIBase {
166
166
  return this.execute({
167
167
  title: "TWIN Merge Locales",
168
168
  appName: "merge-locales",
169
- version: "0.0.1-next.8",
169
+ version: "0.0.1-next.9",
170
170
  icon: "⚙️ ",
171
171
  supportsEnvFiles: false,
172
172
  overrideOutputWidth: options?.overrideOutputWidth
@@ -163,7 +163,7 @@ class CLI extends CLIBase {
163
163
  return this.execute({
164
164
  title: "TWIN Merge Locales",
165
165
  appName: "merge-locales",
166
- version: "0.0.1-next.8",
166
+ version: "0.0.1-next.9",
167
167
  icon: "⚙️ ",
168
168
  supportsEnvFiles: false,
169
169
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
- ## v0.0.1-next.8
3
+ ## v0.0.1-next.9
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/merge-locales",
3
- "version": "0.0.1-next.8",
3
+ "version": "0.0.1-next.9",
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.8",
19
+ "@twin.org/nameof": "0.0.1-next.9",
20
20
  "commander": "12.1.0",
21
21
  "glob": "11.0.0"
22
22
  },