@alan-ai-hq/agent-manager 0.1.119 → 0.1.120

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/dist/index.cjs +2 -2
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -34932,7 +34932,7 @@ function buildComputerReadiness(input2) {
34932
34932
  }
34933
34933
 
34934
34934
  // src/version.ts
34935
- var AGENT_VERSION = "0.1.119";
34935
+ var AGENT_VERSION = "0.1.120";
34936
34936
 
34937
34937
  // src/daemon/status.ts
34938
34938
  var PENDING_RUN_START_TTL_MS = 10 * 6e4;
@@ -55781,7 +55781,7 @@ function resolveRuntimeCwd(payload) {
55781
55781
  var STAGING_API_URL = process.env.ALAN_STAGING_API_URL ?? "https://staging-api.tryalan.ai";
55782
55782
  var STAGING_WS_URL = process.env.ALAN_STAGING_WS_URL ?? "wss://staging-api.tryalan.ai";
55783
55783
  var PRODUCTION_API_URL = "https://api.tryalan.ai";
55784
- var PRODUCTION_WS_URL = "wss://ws.tryalan.ai";
55784
+ var PRODUCTION_WS_URL = "wss://api.tryalan.ai";
55785
55785
  var LOCAL_API_URL = "http://localhost:8400";
55786
55786
  var LOCAL_WS_URL = "ws://localhost:8400";
55787
55787
  function resolveWorkspaceRunLeaseTargets(payload, cwd, hasVerifiedRepository) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alan-ai-hq/agent-manager",
3
- "version": "0.1.119",
3
+ "version": "0.1.120",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "description": "Alan agent runtime — cloud sandbox and local daemon (alan-agent CLI)",
@@ -28,8 +28,8 @@
28
28
  "tsx": "^4.19.0",
29
29
  "typescript": "~5.9.3",
30
30
  "@alan-ai/agent-core": "0.1.0",
31
- "@alan-ai/shared": "0.1.0",
32
- "@alan-ai/sandbox-runtime-spec": "0.1.0"
31
+ "@alan-ai/sandbox-runtime-spec": "0.1.0",
32
+ "@alan-ai/shared": "0.1.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsup",