usertold 1.9.7 → 1.9.8
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/package.json +1 -1
- package/usertold +2 -2
package/package.json
CHANGED
package/usertold
CHANGED
|
@@ -14734,7 +14734,7 @@ function printExtractHelp() {
|
|
|
14734
14734
|
console.log(EXTRACT_HELP);
|
|
14735
14735
|
}
|
|
14736
14736
|
|
|
14737
|
-
const CLI_VERSION$1 = '1.9.
|
|
14737
|
+
const CLI_VERSION$1 = '1.9.8';
|
|
14738
14738
|
const GLOBAL_FLAGS = [
|
|
14739
14739
|
'env',
|
|
14740
14740
|
'json',
|
|
@@ -15030,7 +15030,7 @@ function printCompletionsHelp() {
|
|
|
15030
15030
|
console.log(COMPLETIONS_HELP);
|
|
15031
15031
|
}
|
|
15032
15032
|
|
|
15033
|
-
const CLI_VERSION = '1.9.
|
|
15033
|
+
const CLI_VERSION = '1.9.8';
|
|
15034
15034
|
function detectJsonMode() {
|
|
15035
15035
|
const argv = process$2.argv.slice(2);
|
|
15036
15036
|
if (argv.includes('--json')) return true;
|