@agentvault/agentvault 0.21.2 → 0.21.4
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/llm-cost.d.ts +1 -1
- package/dist/llm-cost.d.ts.map +1 -1
- package/dist/openclaw-entry.d.ts +1 -1
- package/dist/openclaw-entry.d.ts.map +1 -1
- package/dist/openclaw-entry.js +20 -2
- package/dist/openclaw-entry.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -95882,7 +95882,7 @@ var init_index = __esm({
|
|
|
95882
95882
|
init_skill_invoker();
|
|
95883
95883
|
await init_skill_telemetry();
|
|
95884
95884
|
await init_policy_enforcer();
|
|
95885
|
-
VERSION = true ? "0.21.
|
|
95885
|
+
VERSION = true ? "0.21.4" : "0.0.0-dev";
|
|
95886
95886
|
}
|
|
95887
95887
|
});
|
|
95888
95888
|
await init_index();
|