@twin.org/merge-locales 0.0.1-next.2 → 0.0.1-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.
@@ -163,7 +163,7 @@ class CLI extends cliCore.CLIBase {
163
163
  return this.execute({
164
164
  title: "TWIN Merge Locales",
165
165
  appName: "merge-locales",
166
- version: "0.0.1-next.2",
166
+ version: "0.0.1-next.3",
167
167
  icon: "⚙️ ",
168
168
  supportsEnvFiles: false
169
169
  }, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
@@ -160,7 +160,7 @@ class CLI extends CLIBase {
160
160
  return this.execute({
161
161
  title: "TWIN Merge Locales",
162
162
  appName: "merge-locales",
163
- version: "0.0.1-next.2",
163
+ version: "0.0.1-next.3",
164
164
  icon: "⚙️ ",
165
165
  supportsEnvFiles: false
166
166
  }, localesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), "../locales"), argv);
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/ts-to-openapi - Changelog
2
2
 
3
- ## v0.0.1-next.2
3
+ ## v0.0.1-next.3
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.2",
3
+ "version": "0.0.1-next.3",
4
4
  "description": "Tool to merge locale files from all dependencies",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,12 +30,12 @@
30
30
  "dependencies": {
31
31
  "@twin.org/cli-core": "next",
32
32
  "@twin.org/core": "next",
33
- "@twin.org/nameof": "0.0.1-next.2",
33
+ "@twin.org/nameof": "0.0.1-next.3",
34
34
  "commander": "12.1.0",
35
35
  "glob": "11.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@twin.org/nameof-transformer": "0.0.1-next.2",
38
+ "@twin.org/nameof-transformer": "0.0.1-next.3",
39
39
  "@types/node": "22.5.5",
40
40
  "@vitest/coverage-v8": "2.1.1",
41
41
  "copyfiles": "2.4.1",