@alfe.ai/openclaw 0.0.43 → 0.0.45

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/index.d.cts CHANGED
@@ -94,6 +94,7 @@ declare function registerWithDaemon(client: IPCClient, log: {
94
94
  }, pluginName?: string): Promise<RegisterResult | null>;
95
95
  //#endregion
96
96
  //#region ../../packages-internal/agent-client/dist/types.d.ts
97
+
97
98
  interface BaseClientOptions {
98
99
  url: string;
99
100
  token: string;
package/dist/index.d.ts CHANGED
@@ -94,6 +94,7 @@ declare function registerWithDaemon(client: IPCClient, log: {
94
94
  }, pluginName?: string): Promise<RegisterResult | null>;
95
95
  //#endregion
96
96
  //#region ../../packages-internal/agent-client/dist/types.d.ts
97
+
97
98
  interface BaseClientOptions {
98
99
  url: string;
99
100
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "description": "OpenClaw plugin for Alfe — connects to local gateway daemon via IPC for integration management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,9 @@
25
25
  "dependencies": {
26
26
  "@auriclabs/logger": "^0.1.1",
27
27
  "@sinclair/typebox": "^0.34.48",
28
- "@alfe.ai/agent-api-client": "^0.2.0",
29
- "@alfe.ai/config": "^0.0.9"
28
+ "zod": "^4.1.5",
29
+ "@alfe.ai/agent-api-client": "^0.3.0",
30
+ "@alfe.ai/config": "^0.1.0"
30
31
  },
31
32
  "peerDependencies": {
32
33
  "openclaw": ">=2026.3.0"