sphereai-cli 1.0.8 → 1.0.9

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/.env +1 -1
  2. package/package.json +1 -1
package/.env CHANGED
@@ -10,4 +10,4 @@ SPHEREAI_AUTH_URL=http://localhost:3000/login?callback=http://localhost:3001/cal
10
10
  SPHEREAI_OAUTH_CALLBACK_PORT=3001
11
11
 
12
12
  # develop config
13
- NODE_TLS_REJECT_UNAUTHORIZED=0
13
+ # NODE_TLS_REJECT_UNAUTHORIZED=0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sphereai-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI tool for interacting with the SphereAI API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {