@arcteninc/core 0.0.131 → 0.0.132

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcteninc/core",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -664,8 +664,8 @@ async function main() {
664
664
  }
665
665
 
666
666
  const rl = createPrompt();
667
- const serverUrl = process.env.ARCTEN_SERVER_URL || 'https://api.arcten.ai';
668
- const convexUrl = process.env.CONVEX_URL || 'https://convex.arcten.ai';
667
+ const serverUrl = process.env.ARCTEN_SERVER_URL || 'https://api.arcten.com';
668
+ const convexUrl = process.env.CONVEX_URL || 'https://convex.arcten.com';
669
669
 
670
670
  try {
671
671
  // Check for existing setup