@alfe.ai/openclaw 0.0.44 → 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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +3 -3
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.
|
|
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",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@auriclabs/logger": "^0.1.1",
|
|
27
27
|
"@sinclair/typebox": "^0.34.48",
|
|
28
28
|
"zod": "^4.1.5",
|
|
29
|
-
"@alfe.ai/agent-api-client": "^0.
|
|
30
|
-
"@alfe.ai/config": "^0.0
|
|
29
|
+
"@alfe.ai/agent-api-client": "^0.3.0",
|
|
30
|
+
"@alfe.ai/config": "^0.1.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"openclaw": ">=2026.3.0"
|