@milaboratories/pl-middle-layer 1.29.5 → 1.30.0
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
- package/src/js_render/index.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2958,7 +2958,7 @@ function ai(s, e, t, r, o, n = {}) {
|
|
|
2958
2958
|
const c = new St();
|
|
2959
2959
|
a.addOnDestroy(() => c.dispose());
|
|
2960
2960
|
const u = c.manage(s.quickJs.newRuntime());
|
|
2961
|
-
u.setMemoryLimit(1024 *
|
|
2961
|
+
u.setMemoryLimit(1024 * 1024 * 8), u.setMaxStackSize(1024 * 320);
|
|
2962
2962
|
const l = c.manage(u.newContext()), d = new Ze(c, l, e, s, a);
|
|
2963
2963
|
d.evaluateBundle(r.content);
|
|
2964
2964
|
const f = d.runCallback(t.handle);
|