@php-wasm/node 0.9.46 → 1.0.0
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/{7_0_33 → asyncify/7_0_33}/php_7_0.wasm +0 -0
- package/{7_1_30 → asyncify/7_1_30}/php_7_1.wasm +0 -0
- package/{7_2_34 → asyncify/7_2_34}/php_7_2.wasm +0 -0
- package/{7_3_33 → asyncify/7_3_33}/php_7_3.wasm +0 -0
- package/{7_4_33 → asyncify/7_4_33}/php_7_4.wasm +0 -0
- package/{8_0_30 → asyncify/8_0_30}/php_8_0.wasm +0 -0
- package/{8_1_23 → asyncify/8_1_23}/php_8_1.wasm +0 -0
- package/{8_2_10 → asyncify/8_2_10}/php_8_2.wasm +0 -0
- package/{8_3_0 → asyncify/8_3_0}/php_8_3.wasm +0 -0
- package/{php_7_0.js → asyncify/php_7_0.js} +273 -274
- package/{php_7_1.js → asyncify/php_7_1.js} +270 -271
- package/{php_7_2.js → asyncify/php_7_2.js} +270 -271
- package/{php_7_3.js → asyncify/php_7_3.js} +273 -274
- package/{php_7_4.js → asyncify/php_7_4.js} +273 -274
- package/{php_8_0.js → asyncify/php_8_0.js} +273 -274
- package/{php_8_1.js → asyncify/php_8_1.js} +273 -274
- package/{php_8_2.js → asyncify/php_8_2.js} +268 -269
- package/{php_8_3.js → asyncify/php_8_3.js} +269 -270
- package/index.cjs +65903 -2599
- package/index.js +65899 -2599
- package/jspi/7_0_33/php_7_0.wasm +0 -0
- package/jspi/7_1_30/php_7_1.wasm +0 -0
- package/jspi/7_2_34/php_7_2.wasm +0 -0
- package/jspi/7_3_33/php_7_3.wasm +0 -0
- package/jspi/7_4_33/php_7_4.wasm +0 -0
- package/jspi/8_0_30/php_8_0.wasm +0 -0
- package/jspi/8_1_23/php_8_1.wasm +0 -0
- package/jspi/8_2_10/php_8_2.wasm +0 -0
- package/jspi/8_3_0/php_8_3.wasm +0 -0
- package/jspi/php_7_0.js +7107 -0
- package/jspi/php_7_1.js +7107 -0
- package/jspi/php_7_2.js +7107 -0
- package/jspi/php_7_3.js +7107 -0
- package/jspi/php_7_4.js +7133 -0
- package/jspi/php_8_0.js +7148 -0
- package/jspi/php_8_1.js +7195 -0
- package/jspi/php_8_2.js +7202 -0
- package/jspi/php_8_3.js +7202 -0
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "PHP.wasm for Node.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "GPL-2.0-or-later",
|
|
40
40
|
"types": "index.d.ts",
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "9461d056ede8310ecfe01b72b5b095998a742ea3",
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=18.18.0",
|
|
44
44
|
"npm": ">=8.11.0"
|
|
@@ -47,13 +47,14 @@
|
|
|
47
47
|
"comlink": "^4.4.1",
|
|
48
48
|
"express": "4.19.2",
|
|
49
49
|
"ini": "4.1.2",
|
|
50
|
+
"wasm-feature-detect": "1.8.0",
|
|
50
51
|
"ws": "8.18.0",
|
|
51
52
|
"yargs": "17.7.2",
|
|
52
|
-
"@php-wasm/node-polyfills": "0.
|
|
53
|
-
"@php-wasm/universal": "0.
|
|
54
|
-
"@php-wasm/logger": "0.
|
|
55
|
-
"@php-wasm/util": "0.
|
|
56
|
-
"@wp-playground/common": "0.
|
|
57
|
-
"@wp-playground/wordpress": "0.
|
|
53
|
+
"@php-wasm/node-polyfills": "1.0.0",
|
|
54
|
+
"@php-wasm/universal": "1.0.0",
|
|
55
|
+
"@php-wasm/logger": "1.0.0",
|
|
56
|
+
"@php-wasm/util": "1.0.0",
|
|
57
|
+
"@wp-playground/common": "1.0.0",
|
|
58
|
+
"@wp-playground/wordpress": "1.0.0"
|
|
58
59
|
}
|
|
59
60
|
}
|