@twin.org/crypto-cli 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 +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -185,11 +185,11 @@ class CLI extends cliCore.CLIBase {
|
|
|
185
185
|
return this.execute({
|
|
186
186
|
title: "TWIN Crypto",
|
|
187
187
|
appName: "twin-crypto",
|
|
188
|
-
version: "0.0.1-next.
|
|
188
|
+
version: "0.0.1-next.7",
|
|
189
189
|
icon: "🌍",
|
|
190
190
|
supportsEnvFiles: true,
|
|
191
191
|
overrideOutputWidth: options?.overrideOutputWidth
|
|
192
|
-
}, 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);
|
|
192
|
+
}, 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);
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* Get the commands for the CLI.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -182,7 +182,7 @@ class CLI extends CLIBase {
|
|
|
182
182
|
return this.execute({
|
|
183
183
|
title: "TWIN Crypto",
|
|
184
184
|
appName: "twin-crypto",
|
|
185
|
-
version: "0.0.1-next.
|
|
185
|
+
version: "0.0.1-next.7",
|
|
186
186
|
icon: "🌍",
|
|
187
187
|
supportsEnvFiles: true,
|
|
188
188
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/crypto-cli",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.7",
|
|
4
4
|
"description": "A command line interface for interacting with the crypto tools",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/cli-core": "0.0.1-next.
|
|
18
|
-
"@twin.org/core": "0.0.1-next.
|
|
19
|
-
"@twin.org/crypto": "0.0.1-next.
|
|
17
|
+
"@twin.org/cli-core": "0.0.1-next.7",
|
|
18
|
+
"@twin.org/core": "0.0.1-next.7",
|
|
19
|
+
"@twin.org/crypto": "0.0.1-next.7",
|
|
20
20
|
"@twin.org/nameof": "next",
|
|
21
21
|
"commander": "12.1.0"
|
|
22
22
|
},
|