@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/client",
3
- "version": "0.47.64",
3
+ "version": "0.47.65",
4
4
  "description": "Supernova Data Models",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -248,7 +248,7 @@ export class FrontendVersionRoomYDoc {
248
248
  updatedDraftState.changes.previousContentHash = publishedState.contentHash;
249
249
  }
250
250
 
251
- if (Object.keys(updatedDraftState).length) {
251
+ if (Object.keys(updatedDraftState.changes).length) {
252
252
  // Item has at least one of the draft changes
253
253
  return updatedDraftState;
254
254
  }