@agentvault/agentvault 0.20.29 → 0.20.30
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/channel.d.ts.map +1 -1
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67518,6 +67518,7 @@ ${messageText}`;
|
|
|
67518
67518
|
}
|
|
67519
67519
|
}
|
|
67520
67520
|
if (!mlsGroup?.isInitialized) continue;
|
|
67521
|
+
if (chState.role !== "creator") continue;
|
|
67521
67522
|
try {
|
|
67522
67523
|
const pendingRes = await fetch(
|
|
67523
67524
|
`${this.config.apiUrl}/api/v1/mls/groups/${chState.mlsGroupId}/pending-welcomes`,
|
|
@@ -94928,7 +94929,7 @@ var init_index = __esm({
|
|
|
94928
94929
|
init_skill_invoker();
|
|
94929
94930
|
await init_skill_telemetry();
|
|
94930
94931
|
await init_policy_enforcer();
|
|
94931
|
-
VERSION = true ? "0.20.
|
|
94932
|
+
VERSION = true ? "0.20.30" : "0.0.0-dev";
|
|
94932
94933
|
}
|
|
94933
94934
|
});
|
|
94934
94935
|
await init_index();
|