@php-wasm/node-8-4 3.0.32 → 3.0.34
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/index.cjs +2 -2
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -44,9 +44,9 @@ var currentDirPath = typeof __dirname !== "undefined" ? __dirname : (0, import_n
|
|
|
44
44
|
var packageDir = (0, import_node_fs.existsSync)((0, import_node_path.join)(currentDirPath, "jspi")) ? currentDirPath : (0, import_node_path.dirname)(currentDirPath);
|
|
45
45
|
async function getPHPLoaderModule() {
|
|
46
46
|
if (await (0, import_wasm_feature_detect.jspi)()) {
|
|
47
|
-
return await
|
|
47
|
+
return await import("./jspi/php_8_4.js");
|
|
48
48
|
} else {
|
|
49
|
-
return await
|
|
49
|
+
return await import("./asyncify/php_8_4.js");
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
async function getIntlExtensionPath() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/node-8-4",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.34",
|
|
4
4
|
"description": "PHP 8.4 WebAssembly binaries for node",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"node": ">=20.18.3",
|
|
36
36
|
"npm": ">=10.1.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5e146a8f0772bb97881a28a52747ae4abfa36f9b",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"ini": "4.1.2",
|
|
41
41
|
"wasm-feature-detect": "1.8.0",
|
|
42
42
|
"ws": "8.18.3",
|
|
43
|
-
"@php-wasm/universal": "3.0.
|
|
43
|
+
"@php-wasm/universal": "3.0.34"
|
|
44
44
|
},
|
|
45
45
|
"packageManager": "npm@10.9.2",
|
|
46
46
|
"overrides": {
|