@php-wasm/node 3.1.29 → 3.1.31
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/README.md +3 -0
- 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.
|
|
3
|
+
"version": "3.1.31",
|
|
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.
|
|
46
|
-
"@php-wasm/node-8-5": "3.1.
|
|
47
|
-
"@php-wasm/node-8-4": "3.1.
|
|
48
|
-
"@php-wasm/node-8-3": "3.1.
|
|
49
|
-
"@php-wasm/node-8-2": "3.1.
|
|
50
|
-
"@php-wasm/node-8-1": "3.1.
|
|
51
|
-
"@php-wasm/node-8-0": "3.1.
|
|
52
|
-
"@php-wasm/node-7-4": "3.1.
|
|
53
|
-
"@php-wasm/cli-util": "3.1.
|
|
54
|
-
"@php-wasm/logger": "3.1.
|
|
55
|
-
"@php-wasm/node-5-2": "3.1.
|
|
56
|
-
"@php-wasm/util": "3.1.
|
|
45
|
+
"@php-wasm/universal": "3.1.31",
|
|
46
|
+
"@php-wasm/node-8-5": "3.1.31",
|
|
47
|
+
"@php-wasm/node-8-4": "3.1.31",
|
|
48
|
+
"@php-wasm/node-8-3": "3.1.31",
|
|
49
|
+
"@php-wasm/node-8-2": "3.1.31",
|
|
50
|
+
"@php-wasm/node-8-1": "3.1.31",
|
|
51
|
+
"@php-wasm/node-8-0": "3.1.31",
|
|
52
|
+
"@php-wasm/node-7-4": "3.1.31",
|
|
53
|
+
"@php-wasm/cli-util": "3.1.31",
|
|
54
|
+
"@php-wasm/logger": "3.1.31",
|
|
55
|
+
"@php-wasm/node-5-2": "3.1.31",
|
|
56
|
+
"@php-wasm/util": "3.1.31"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d84feb0c0a69675bd502b8c5f51b24ee52822c8c",
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=20.10.0",
|
|
61
61
|
"npm": ">=10.2.3"
|