sphereai-cli 1.0.12 → 1.0.14

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.
@@ -15,7 +15,7 @@ class ConfigService {
15
15
  cliApiUrl: process.env.SPHEREAI_CLI_API_URL,
16
16
  oauthCallbackPort: process.env.SPHEREAI_OAUTH_CALLBACK_PORT ? parseInt(process.env.SPHEREAI_OAUTH_CALLBACK_PORT) : 3001
17
17
  },
18
- projectSuffix: ''
18
+ projectSuffix: '',
19
19
  });
20
20
  }
21
21
  // Token management
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "sphereai-cli",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "CLI tool for interacting with the SphereAI API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "sphereai": "./dist/index.js"
7
+ "sphereai": "dist/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "build": "tsc",