@agentvault/agentvault 0.14.0 → 0.14.1
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 +4 -9
- package/dist/index.js.map +2 -2
- package/dist/openclaw-entry.d.ts.map +1 -1
- package/dist/openclaw-entry.js +4 -5
- package/dist/openclaw-entry.js.map +2 -2
- package/dist/openclaw-plugin.d.ts.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -48785,7 +48785,7 @@ var init_index = __esm({
|
|
|
48785
48785
|
init_openclaw_compat();
|
|
48786
48786
|
init_openclaw_entry();
|
|
48787
48787
|
init_http_handlers();
|
|
48788
|
-
VERSION = "0.14.
|
|
48788
|
+
VERSION = "0.14.1";
|
|
48789
48789
|
}
|
|
48790
48790
|
});
|
|
48791
48791
|
|