@agentvault/agentvault 0.20.25 → 0.20.26
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 -2
- package/dist/cli.js.map +2 -2
- package/dist/index.js +1 -2
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65280,7 +65280,6 @@ var init_channel = __esm({
|
|
|
65280
65280
|
console.log(`[SecureChannel] A2A ${chId.slice(0, 8)} sync fallback: skipping \u2014 Welcome already pending for group=${groupId.slice(0, 8)}`);
|
|
65281
65281
|
continue;
|
|
65282
65282
|
}
|
|
65283
|
-
await setPendingWelcome(this.config.dataDir, groupId);
|
|
65284
65283
|
const mgr = new MLSGroupManager();
|
|
65285
65284
|
const identity = new TextEncoder().encode(this._persisted.deviceId);
|
|
65286
65285
|
const kp = await mgr.generateKeyPackage(identity);
|
|
@@ -94861,7 +94860,7 @@ var init_index = __esm({
|
|
|
94861
94860
|
init_skill_invoker();
|
|
94862
94861
|
await init_skill_telemetry();
|
|
94863
94862
|
await init_policy_enforcer();
|
|
94864
|
-
VERSION = true ? "0.20.
|
|
94863
|
+
VERSION = true ? "0.20.26" : "0.0.0-dev";
|
|
94865
94864
|
}
|
|
94866
94865
|
});
|
|
94867
94866
|
await init_index();
|