usertold 1.9.6 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/usertold +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usertold",
3
- "version": "1.9.6",
3
+ "version": "1.9.8",
4
4
  "description": "UserTold.ai CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
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.6';
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.6';
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;