@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/cli.js
CHANGED
|
@@ -88763,7 +88763,7 @@ var init_index = __esm({
|
|
|
88763
88763
|
init_skill_invoker();
|
|
88764
88764
|
await init_skill_telemetry();
|
|
88765
88765
|
await init_policy_enforcer();
|
|
88766
|
-
VERSION = true ? "0.20.
|
|
88766
|
+
VERSION = true ? "0.20.7" : "0.0.0-dev";
|
|
88767
88767
|
}
|
|
88768
88768
|
});
|
|
88769
88769
|
|