@alfe.ai/gateway 0.9.3 → 0.9.5

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.
@@ -1,9 +1,5 @@
1
1
  import pino from "pino";
2
2
 
3
- //#region src/logger.d.ts
4
-
5
- declare const logger: pino.Logger<never, boolean>;
6
- //#endregion
7
3
  //#region src/protocol.d.ts
8
4
 
9
5
  interface IPCRequest {
@@ -366,6 +362,9 @@ declare function queryDaemonHealth(socketPath: string, timeoutMs?: number): Prom
366
362
  */
367
363
  declare function formatHealthReport(health: DaemonHealth): string;
368
364
  //#endregion
365
+ //#region src/logger.d.ts
366
+ declare const logger: pino.Logger<never, boolean>;
367
+ //#endregion
369
368
  //#region src/process-manager.d.ts
370
369
  /**
371
370
  * Install the service unit for the current platform.
package/dist/upgrade.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { n as logger } from "./logger.js";
2
2
  import { i as captureCliFailure } from "./sentry.js";
3
+ import { existsSync } from "node:fs";
3
4
  import { execFile } from "node:child_process";
4
5
  import { promisify } from "node:util";
5
- import { existsSync } from "node:fs";
6
6
  //#region src/verify-cli-install.ts
7
7
  /**
8
8
  * Verify a global `@alfe.ai/cli` install is intact.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/gateway",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Alfe local gateway daemon — persistent control plane for agent integrations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,12 +23,12 @@
23
23
  "pino-roll": "^1.2.0",
24
24
  "smol-toml": ">=1.6.1",
25
25
  "ws": "^8.18.0",
26
- "@alfe.ai/agent-api-client": "^0.13.0",
27
- "@alfe.ai/ai-proxy-local": "^0.0.13",
28
- "@alfe.ai/config": "^0.3.0",
26
+ "@alfe.ai/agent-api-client": "^0.14.0",
27
+ "@alfe.ai/ai-proxy-local": "^0.0.14",
28
+ "@alfe.ai/config": "^0.4.0",
29
29
  "@alfe.ai/integration-manifest": "^0.3.4",
30
- "@alfe.ai/integrations": "^0.5.4",
31
- "@alfe.ai/mcp-bundler": "^0.3.2"
30
+ "@alfe.ai/integrations": "^0.6.0",
31
+ "@alfe.ai/mcp-bundler": "^0.4.0"
32
32
  },
33
33
  "license": "UNLICENSED",
34
34
  "homepage": "https://alfe.ai",