usertold 1.9.0 → 1.9.1
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
|
@@ -14633,7 +14633,7 @@ function printExtractHelp() {
|
|
|
14633
14633
|
console.log(EXTRACT_HELP);
|
|
14634
14634
|
}
|
|
14635
14635
|
|
|
14636
|
-
const CLI_VERSION$1 = '1.9.
|
|
14636
|
+
const CLI_VERSION$1 = '1.9.1';
|
|
14637
14637
|
const GLOBAL_FLAGS = [
|
|
14638
14638
|
'env',
|
|
14639
14639
|
'json',
|
|
@@ -14929,7 +14929,7 @@ function printCompletionsHelp() {
|
|
|
14929
14929
|
console.log(COMPLETIONS_HELP);
|
|
14930
14930
|
}
|
|
14931
14931
|
|
|
14932
|
-
const CLI_VERSION = '1.9.
|
|
14932
|
+
const CLI_VERSION = '1.9.1';
|
|
14933
14933
|
function detectJsonMode() {
|
|
14934
14934
|
const argv = process$2.argv.slice(2);
|
|
14935
14935
|
if (argv.includes('--json')) return true;
|