@twin.org/merge-locales 0.0.1-next.6 → 0.0.1-next.7
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 +2 -2
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -165,11 +165,11 @@ class CLI extends cliCore.CLIBase {
|
|
|
165
165
|
return this.execute({
|
|
166
166
|
title: "TWIN Merge Locales",
|
|
167
167
|
appName: "merge-locales",
|
|
168
|
-
version: "0.0.1-next.
|
|
168
|
+
version: "0.0.1-next.7",
|
|
169
169
|
icon: "⚙️ ",
|
|
170
170
|
supportsEnvFiles: false,
|
|
171
171
|
overrideOutputWidth: options?.overrideOutputWidth
|
|
172
|
-
}, 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);
|
|
172
|
+
}, localesDirectory ?? path.join(path.dirname(node_url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)))), "../locales"), argv);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Configure any options or actions at the root program level.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -162,7 +162,7 @@ class CLI extends CLIBase {
|
|
|
162
162
|
return this.execute({
|
|
163
163
|
title: "TWIN Merge Locales",
|
|
164
164
|
appName: "merge-locales",
|
|
165
|
-
version: "0.0.1-next.
|
|
165
|
+
version: "0.0.1-next.7",
|
|
166
166
|
icon: "⚙️ ",
|
|
167
167
|
supportsEnvFiles: false,
|
|
168
168
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/merge-locales",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.7",
|
|
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.
|
|
19
|
+
"@twin.org/nameof": "0.0.1-next.7",
|
|
20
20
|
"commander": "12.1.0",
|
|
21
21
|
"glob": "11.0.0"
|
|
22
22
|
},
|