archgine 1.0.76 → 1.0.78
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/lib/environment.worker.js +1 -1
- package/lib/index.cjs.js +20 -20
- package/lib/index.mjs +911 -918
- package/lib/index.umd.js +20 -20
- package/lib/renderer.worker.js +1 -1
- package/package.json +1 -1
|
@@ -4031,7 +4031,7 @@ var Ir = ze((Me) => {
|
|
|
4031
4031
|
Su.normalizeLineEndings = _e;
|
|
4032
4032
|
Su.DOMParser = ke;
|
|
4033
4033
|
var yr = Su.DOMParser;
|
|
4034
|
-
const Br = "1.0.
|
|
4034
|
+
const Br = "1.0.78";
|
|
4035
4035
|
function Tr() {
|
|
4036
4036
|
return typeof window != "undefined" && ({}.toString.call(window) === "[object Window]" || {}.toString.call(window) === "[object global]");
|
|
4037
4037
|
}
|