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.
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.0",
3
+ "version": "1.9.1",
4
4
  "description": "UserTold.ai CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
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.0';
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.0';
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;