@supernova-studio/client 0.47.60 → 0.47.61

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
@@ -6180,6 +6180,8 @@ var FrontendVersionRoomYDoc = class {
6180
6180
  notifyDocumentationPageContentUpdated(pageId, content) {
6181
6181
  const pageContentHash = generatePageContentHash(content);
6182
6182
  if (this.debug) {
6183
+ console.log("Hashed:");
6184
+ console.log(JSON.stringify(content));
6183
6185
  console.log(`Will set page content hash: '${pageId}' : '${pageContentHash}'`);
6184
6186
  }
6185
6187
  new VersionRoomBaseYDoc(this.yDoc).updateDocumentationPageContentHashes({