@agentvault/agentvault 0.20.6 → 0.20.7
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/openclaw-entry.js +11 -5
- package/dist/openclaw-entry.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -94655,7 +94655,7 @@ var init_index = __esm({
|
|
|
94655
94655
|
init_skill_invoker();
|
|
94656
94656
|
await init_skill_telemetry();
|
|
94657
94657
|
await init_policy_enforcer();
|
|
94658
|
-
VERSION = true ? "0.20.
|
|
94658
|
+
VERSION = true ? "0.20.7" : "0.0.0-dev";
|
|
94659
94659
|
}
|
|
94660
94660
|
});
|
|
94661
94661
|
await init_index();
|