@gobi-ai/cli 0.3.7 → 0.4.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.
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- export const BASE_URL = process.env.GOBI_BASE_URL || "https://backend.joingobi.com";
1
+ export const BASE_URL = process.env.GOBI_BASE_URL || "https://api.joingobi.com";
2
2
  export const WEBDRIVE_BASE_URL = process.env.GOBI_WEBDRIVE_BASE_URL || "https://webdrive.joingobi.com";
3
3
  // Refresh access token when less than 5 minutes remain
4
4
  export const TOKEN_REFRESH_BUFFER_MS = 5 * 60 * 1000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobi-ai/cli",
3
- "version": "0.3.7",
3
+ "version": "0.4.1",
4
4
  "description": "CLI client for the Gobi collaborative knowledge platform",
5
5
  "license": "MIT",
6
6
  "type": "module",