@php-wasm/node 0.5.5 → 0.5.6

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.
Files changed (2) hide show
  1. package/index.cjs +3 -0
  2. package/package.json +5 -5
package/index.cjs CHANGED
@@ -68594,6 +68594,9 @@ function showCriticalErrorBox(message) {
68594
68594
  return;
68595
68595
  }
68596
68596
  logged = true;
68597
+ if (message?.trim().startsWith("Program terminated with exit")) {
68598
+ return;
68599
+ }
68597
68600
  console.log(`${redBg}
68598
68601
  ${eol}
68599
68602
  ${bold} WASM ERROR${reset}${redBg}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "PHP.wasm for Node.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "license": "GPL-2.0-or-later",
29
29
  "main": "index.cjs",
30
30
  "types": "index.d.ts",
31
- "gitHead": "1ec8131ad189a9d77ec1ecbfdf0f82abb6aeb96a",
31
+ "gitHead": "72e190ebb407051ccb5ef544e2a62018395395a0",
32
32
  "engines": {
33
33
  "node": ">=18.18.2",
34
34
  "npm": ">=8.11.0"
@@ -38,8 +38,8 @@
38
38
  "express": "4.18.2",
39
39
  "ws": "8.13.0",
40
40
  "yargs": "17.7.2",
41
- "@php-wasm/node-polyfills": "0.5.5",
42
- "@php-wasm/universal": "0.5.5",
43
- "@php-wasm/util": "0.5.5"
41
+ "@php-wasm/node-polyfills": "0.5.6",
42
+ "@php-wasm/universal": "0.5.6",
43
+ "@php-wasm/util": "0.5.6"
44
44
  }
45
45
  }