mhx 2026.1.13 → 2026.1.14

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/npm/postbuild.mjs CHANGED
@@ -15,10 +15,6 @@ const ffiHeader =
15
15
  if (!esmMainJs.startsWith('import mhxFfi from "./mhx_ffi.js";')) {
16
16
  esmMainJs = ffiHeader + esmMainJs;
17
17
  }
18
- esmMainJs = esmMainJs.replace(
19
- /\(\(\)\s*=>\s*\{[\s\S]*?moonbitlang\$async\$\$run_async_main[\s\S]*?\}\)\(\);/g,
20
- "",
21
- );
22
18
  const exportsBlock = `
23
19
  export const init_mhx = f4ah6o$mhx$core$$init_mhx;
24
20
  export const process = f4ah6o$mhx$core$$process;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mhx",
3
- "version": "2026.1.13",
3
+ "version": "2026.1.14",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./npm/index.js",