@supernova-studio/client 0.47.64 → 0.47.65

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
@@ -6188,7 +6188,7 @@ var FrontendVersionRoomYDoc = class {
6188
6188
  }
6189
6189
  updatedDraftState.changes.previousContentHash = publishedState.contentHash;
6190
6190
  }
6191
- if (Object.keys(updatedDraftState).length) {
6191
+ if (Object.keys(updatedDraftState.changes).length) {
6192
6192
  return updatedDraftState;
6193
6193
  }
6194
6194
  return void 0;