@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/index.js CHANGED
@@ -67348,7 +67348,7 @@ ${messageText}`;
67348
67348
  Authorization: `Bearer ${this._deviceJwt}`,
67349
67349
  "Content-Type": "application/json"
67350
67350
  },
67351
- body: JSON.stringify({ member_device_ids: [] })
67351
+ body: JSON.stringify({ member_device_ids: [this._persisted.deviceId] })
67352
67352
  }
67353
67353
  );
67354
67354
  if (!mlsInitRes.ok) {
@@ -94494,7 +94494,7 @@ var init_index = __esm({
94494
94494
  init_skill_invoker();
94495
94495
  await init_skill_telemetry();
94496
94496
  await init_policy_enforcer();
94497
- VERSION = true ? "0.20.4" : "0.0.0-dev";
94497
+ VERSION = true ? "0.20.5" : "0.0.0-dev";
94498
94498
  }
94499
94499
  });
94500
94500
  await init_index();