@agentvault/agentvault 0.20.4 → 0.20.5

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 CHANGED
@@ -67349,7 +67349,7 @@ ${messageText}`;
67349
67349
  Authorization: `Bearer ${this._deviceJwt}`,
67350
67350
  "Content-Type": "application/json"
67351
67351
  },
67352
- body: JSON.stringify({ member_device_ids: [] })
67352
+ body: JSON.stringify({ member_device_ids: [this._persisted.deviceId] })
67353
67353
  }
67354
67354
  );
67355
67355
  if (!mlsInitRes.ok) {
@@ -88602,7 +88602,7 @@ var init_index = __esm({
88602
88602
  init_skill_invoker();
88603
88603
  await init_skill_telemetry();
88604
88604
  await init_policy_enforcer();
88605
- VERSION = true ? "0.20.4" : "0.0.0-dev";
88605
+ VERSION = true ? "0.20.5" : "0.0.0-dev";
88606
88606
  }
88607
88607
  });
88608
88608