@php-wasm/node 3.1.30 → 3.1.32

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/README.md +3 -0
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -63,6 +63,9 @@ URL. Relative local paths are resolved from the current working directory.
63
63
  Relative artifact files in the manifest are resolved against the manifest
64
64
  location.
65
65
 
66
+ Set `loadWithIniDirective: false` to stage a Wasm artifact without registering
67
+ it in php.ini.
68
+
66
69
  External extensions are only supported when the Node.js runtime has JSPI
67
70
  available. Asyncify support is limited to the bundled extensions shipped with
68
71
  this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node",
3
- "version": "3.1.30",
3
+ "version": "3.1.32",
4
4
  "description": "PHP.wasm for Node.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,20 +42,20 @@
42
42
  "fs-ext-extra-prebuilt": "2.2.7",
43
43
  "wasm-feature-detect": "1.8.0",
44
44
  "ws": "8.18.0",
45
- "@php-wasm/universal": "3.1.30",
46
- "@php-wasm/node-8-5": "3.1.30",
47
- "@php-wasm/node-8-4": "3.1.30",
48
- "@php-wasm/node-8-3": "3.1.30",
49
- "@php-wasm/node-8-2": "3.1.30",
50
- "@php-wasm/node-8-1": "3.1.30",
51
- "@php-wasm/node-8-0": "3.1.30",
52
- "@php-wasm/node-7-4": "3.1.30",
53
- "@php-wasm/cli-util": "3.1.30",
54
- "@php-wasm/logger": "3.1.30",
55
- "@php-wasm/node-5-2": "3.1.30",
56
- "@php-wasm/util": "3.1.30"
45
+ "@php-wasm/universal": "3.1.32",
46
+ "@php-wasm/node-8-5": "3.1.32",
47
+ "@php-wasm/node-8-4": "3.1.32",
48
+ "@php-wasm/node-8-3": "3.1.32",
49
+ "@php-wasm/node-8-2": "3.1.32",
50
+ "@php-wasm/node-8-1": "3.1.32",
51
+ "@php-wasm/node-8-0": "3.1.32",
52
+ "@php-wasm/node-7-4": "3.1.32",
53
+ "@php-wasm/cli-util": "3.1.32",
54
+ "@php-wasm/logger": "3.1.32",
55
+ "@php-wasm/node-5-2": "3.1.32",
56
+ "@php-wasm/util": "3.1.32"
57
57
  },
58
- "gitHead": "1034030cf2893113dfc0d3a3ff79b1c60906cabe",
58
+ "gitHead": "992e9bb9c6aa842bb646044f56491c10fcb82e46",
59
59
  "engines": {
60
60
  "node": ">=20.10.0",
61
61
  "npm": ">=10.2.3"