@riboseinc/anafero-cli 0.0.48 → 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 +1 -1
- package/bootstrap.js.map +2 -2
- package/build-site.mjs +6 -7
- package/dependencies.mts +1 -2
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.50.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.48.tgz +0 -0
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
|
|
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 {
|