@php-wasm/node 0.6.1 → 0.6.2
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 +0 -7
- package/package.json +5 -5
package/index.cjs
CHANGED
|
@@ -69264,13 +69264,6 @@ if (typeof CustomEvent === "undefined") {
|
|
|
69264
69264
|
globalThis.CustomEvent = CustomEvent2;
|
|
69265
69265
|
}
|
|
69266
69266
|
|
|
69267
|
-
// packages/php-wasm/node-polyfills/src/lib/crypto.ts
|
|
69268
|
-
if (typeof crypto === "undefined") {
|
|
69269
|
-
Promise.resolve().then(() => __toESM(require("crypto"), 1)).then((module2) => {
|
|
69270
|
-
global.crypto = module2;
|
|
69271
|
-
});
|
|
69272
|
-
}
|
|
69273
|
-
|
|
69274
69267
|
// packages/php-wasm/universal/src/lib/error-event-polyfill.ts
|
|
69275
69268
|
var kError = Symbol("error");
|
|
69276
69269
|
var kMessage = Symbol("message");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/node",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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": "
|
|
31
|
+
"gitHead": "3c0de0d0847c3550a75a026bef9724eac421afbf",
|
|
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.6.
|
|
42
|
-
"@php-wasm/universal": "0.6.
|
|
43
|
-
"@php-wasm/util": "0.6.
|
|
41
|
+
"@php-wasm/node-polyfills": "0.6.2",
|
|
42
|
+
"@php-wasm/universal": "0.6.2",
|
|
43
|
+
"@php-wasm/util": "0.6.2"
|
|
44
44
|
}
|
|
45
45
|
}
|