@chamn/engine 0.0.39 → 0.0.40
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
|
@@ -8631,7 +8631,7 @@ return $$_run_$$();
|
|
|
8631
8631
|
return e.forEach((r) => {
|
|
8632
8632
|
if (r.globalName) {
|
|
8633
8633
|
const o = t[r.globalName];
|
|
8634
|
-
o && (n[r.globalName] = o, o.__esModule && (n[r.globalName] = o.default));
|
|
8634
|
+
o && (n[r.globalName] = o, o.__esModule && o.default && (n[r.globalName] = o.default));
|
|
8635
8635
|
}
|
|
8636
8636
|
}), n;
|
|
8637
8637
|
}, Vx = (e, t = 1) => {
|
|
@@ -34595,7 +34595,7 @@ class ese extends ie.Component {
|
|
|
34595
34595
|
});
|
|
34596
34596
|
}
|
|
34597
34597
|
}
|
|
34598
|
-
F(ese, "version", "0.0.
|
|
34598
|
+
F(ese, "version", "0.0.40");
|
|
34599
34599
|
export {
|
|
34600
34600
|
ese as Engine,
|
|
34601
34601
|
use as InnerComponentMeta,
|