@riboseinc/anafero-cli 0.0.49 → 0.0.50

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/bootstrap.js CHANGED
@@ -130504,7 +130504,7 @@ schema (${ast._tag}): ${ast}`;
130504
130504
  processGeneratedDOM(domEl, locateResource, () => "", (msg) => console.warn(msg));
130505
130505
  return domEl.innerHTML;
130506
130506
  } else {
130507
- console.warn("ProseMirror content DOM is not an Element; possibly a Node", domNode);
130507
+ console.warn("ProseMirror content DOM is not an Element; possibly some other type of Node", domNode);
130508
130508
  return void 0;
130509
130509
  }
130510
130510
  } else {