@alfe.ai/gateway 0.6.1 → 0.6.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.
package/dist/health.js CHANGED
@@ -73,7 +73,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
73
73
  * silent fleet outage with no Alfe deploy. Bump deliberately after validating a new
74
74
  * OpenClaw, then cut a CLI release so the pin travels with the CLI version.
75
75
  */
76
- const PINNED_OPENCLAW_VERSION = "2026.6.8";
76
+ const PINNED_OPENCLAW_VERSION = "2026.6.11";
77
77
  //#endregion
78
78
  //#region ../../packages-internal/ids/dist/prefixes.js
79
79
  const ID_PREFIXES = {
@@ -23810,7 +23810,7 @@ async function handleCloudCommand(command) {
23810
23810
  };
23811
23811
  const payload = command.payload;
23812
23812
  const runtime = config.runtime;
23813
- const version = payload?.version ?? (runtime === "openclaw" ? "2026.6.8" : void 0);
23813
+ const version = payload?.version ?? (runtime === "openclaw" ? "2026.6.11" : void 0);
23814
23814
  upgradingRuntime = true;
23815
23815
  setTimeout(() => {
23816
23816
  (async () => {
@@ -44,7 +44,7 @@ declare function startDaemon(): Promise<void>;
44
44
  * silent fleet outage with no Alfe deploy. Bump deliberately after validating a new
45
45
  * OpenClaw, then cut a CLI release so the pin travels with the CLI version.
46
46
  */
47
- declare const PINNED_OPENCLAW_VERSION = "2026.6.8";
47
+ declare const PINNED_OPENCLAW_VERSION = "2026.6.11";
48
48
  //#endregion
49
49
  //#region src/sentry.d.ts
50
50
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/gateway",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Alfe local gateway daemon — persistent control plane for agent integrations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,8 +23,8 @@
23
23
  "pino-roll": "^1.2.0",
24
24
  "smol-toml": ">=1.6.1",
25
25
  "ws": "^8.18.0",
26
- "@alfe.ai/ai-proxy-local": "^0.0.13",
27
26
  "@alfe.ai/agent-api-client": "^0.8.0",
27
+ "@alfe.ai/ai-proxy-local": "^0.0.13",
28
28
  "@alfe.ai/config": "^0.3.0",
29
29
  "@alfe.ai/integration-manifest": "^0.3.1",
30
30
  "@alfe.ai/integrations": "^0.3.2",