@agentvault/agentvault 0.13.8 → 0.13.9
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +47 -2
- package/dist/index.js.map +2 -2
- package/dist/openclaw-entry.d.ts.map +1 -1
- package/dist/openclaw-entry.js +80 -1
- package/dist/openclaw-entry.js.map +2 -2
- package/dist/openclaw-plugin.d.ts +37 -0
- package/dist/openclaw-plugin.d.ts.map +1 -1
- package/openclaw.plugin.json +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -48389,7 +48389,7 @@ var init_index = __esm({
|
|
|
48389
48389
|
init_account_config();
|
|
48390
48390
|
await init_openclaw_plugin();
|
|
48391
48391
|
init_gateway_send();
|
|
48392
|
-
VERSION = "0.13.
|
|
48392
|
+
VERSION = "0.13.9";
|
|
48393
48393
|
}
|
|
48394
48394
|
});
|
|
48395
48395
|
|