@agentvault/agentvault 0.14.28 → 0.14.29

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
@@ -47176,6 +47176,8 @@ var init_channel = __esm({
47176
47176
  if (existingRoom) {
47177
47177
  delete existingRoom.ownSenderKeyChain;
47178
47178
  delete existingRoom.peerSenderKeyState;
47179
+ delete existingRoom.encryptionMode;
47180
+ existingRoom.distributedTo = [];
47179
47181
  }
47180
47182
  if (this._persisted) {
47181
47183
  this._persisted.lastMessageTimestamp = (/* @__PURE__ */ new Date()).toISOString();