@chamn/engine 0.0.35 → 0.0.36
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -8612,7 +8612,7 @@ return $$_run_$$();
|
|
|
8612
8612
|
return e.forEach((r) => {
|
|
8613
8613
|
if (r.globalName) {
|
|
8614
8614
|
const o = t[r.globalName];
|
|
8615
|
-
o && (n[r.globalName] = o, o.__esModule && (n[r.globalName] = o.
|
|
8615
|
+
o && (n[r.globalName] = o, o.__esModule && (n[r.globalName] = o.default));
|
|
8616
8616
|
}
|
|
8617
8617
|
}), n;
|
|
8618
8618
|
}, hI = (e, t) => {
|
|
@@ -34582,7 +34582,7 @@ class ese extends ie.Component {
|
|
|
34582
34582
|
});
|
|
34583
34583
|
}
|
|
34584
34584
|
}
|
|
34585
|
-
F(ese, "version", "0.0.
|
|
34585
|
+
F(ese, "version", "0.0.36");
|
|
34586
34586
|
export {
|
|
34587
34587
|
ese as Engine,
|
|
34588
34588
|
use as InnerComponentMeta,
|