@chamn/render 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.mjs CHANGED
@@ -3339,7 +3339,7 @@ return $$_run_$$();
3339
3339
  return t.forEach((n) => {
3340
3340
  if (n.globalName) {
3341
3341
  const o = e[n.globalName];
3342
- o && (r[n.globalName] = o, o.__esModule && (r[n.globalName] = o.__esModule));
3342
+ o && (r[n.globalName] = o, o.__esModule && (r[n.globalName] = o.default));
3343
3343
  }
3344
3344
  }), r;
3345
3345
  }, nv = (t, e = 1) => {