@optima-chat/scout-cli 0.1.9 → 0.1.10

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/README.md CHANGED
@@ -62,13 +62,13 @@ scout product B004YAVF8I --domain amazon.com
62
62
  Set API endpoint via environment variable:
63
63
 
64
64
  ```bash
65
- export API_URL=http://dev.optima.sh:3000
65
+ export API_URL=http://dev.optima.sh:7290
66
66
  ```
67
67
 
68
68
  Or create `.env` file:
69
69
 
70
70
  ```env
71
- API_URL=http://localhost:3000
71
+ API_URL=http://localhost:7290
72
72
  ```
73
73
 
74
74
  ## Features
@@ -1,5 +1,5 @@
1
1
  // CLI configuration - uses environment variables directly
2
2
  export const CONFIG = {
3
- apiUrl: process.env.API_URL || 'http://dev.optima.sh:3000',
3
+ apiUrl: process.env.API_URL || 'http://dev.optima.sh:7290',
4
4
  };
5
5
  //# sourceMappingURL=config.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/scout-cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "AI-powered Amazon product research CLI tool - Search products and get detailed analytics",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",