@agent-idle/cli 0.1.1 → 0.1.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -170,7 +170,7 @@ function persistedConvexUrl() {
170
170
  }
171
171
  }
172
172
  var BUILD_CONVEX_URL = "https://handsome-camel-783.convex.cloud";
173
- var BUILD_AUTH_URL = "https://agent-idle-app.vercel.app";
173
+ var BUILD_AUTH_URL = "https://agent-idle.com";
174
174
  var LOCAL_CONVEX_URL = "http://127.0.0.1:3210";
175
175
  function resolveConvexUrl() {
176
176
  return process.env.CONVEX_URL ?? persistedConvexUrl() ?? BUILD_CONVEX_URL ?? LOCAL_CONVEX_URL;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-idle/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "agent-idle CLI: setup, ui, and the headless sensor daemon.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",