@php-wasm/node 1.2.0 → 1.2.1

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '7_3_33', 'php_7_3.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 17697844;
11
+ export const dependenciesTotalSize = 17697847;
12
12
  export function init(RuntimeName, PHPLoader) {
13
13
  // The rest of the code comes from the built php.js file and esm-suffix.js
14
14
  // include: shell.js
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_0_30', 'php_8_0.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 18445624;
11
+ export const dependenciesTotalSize = 18445623;
12
12
  export function init(RuntimeName, PHPLoader) {
13
13
  // The rest of the code comes from the built php.js file and esm-suffix.js
14
14
  // include: shell.js
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_3_0', 'php_8_3.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 19201581;
11
+ export const dependenciesTotalSize = 19201580;
12
12
  export function init(RuntimeName, PHPLoader) {
13
13
  // The rest of the code comes from the built php.js file and esm-suffix.js
14
14
  // include: shell.js
package/index.cjs CHANGED
@@ -240776,7 +240776,7 @@ var init_php_8_32 = __esm({
240776
240776
  "use strict";
240777
240777
  import_path10 = __toESM(require("path"), 1);
240778
240778
  dependencyFilename10 = import_path10.default.join(__dirname + "/asyncify", "8_3_0", "php_8_3.wasm");
240779
- dependenciesTotalSize10 = 19201581;
240779
+ dependenciesTotalSize10 = 19201580;
240780
240780
  }
240781
240781
  });
240782
240782
 
@@ -265606,7 +265606,7 @@ var init_php_8_02 = __esm({
265606
265606
  "use strict";
265607
265607
  import_path13 = __toESM(require("path"), 1);
265608
265608
  dependencyFilename13 = import_path13.default.join(__dirname + "/asyncify", "8_0_30", "php_8_0.wasm");
265609
- dependenciesTotalSize13 = 18445624;
265609
+ dependenciesTotalSize13 = 18445623;
265610
265610
  }
265611
265611
  });
265612
265612
 
@@ -282031,7 +282031,7 @@ var init_php_7_32 = __esm({
282031
282031
  "use strict";
282032
282032
  import_path15 = __toESM(require("path"), 1);
282033
282033
  dependencyFilename15 = import_path15.default.join(__dirname + "/asyncify", "7_3_33", "php_7_3.wasm");
282034
- dependenciesTotalSize15 = 17697844;
282034
+ dependenciesTotalSize15 = 17697847;
282035
282035
  }
282036
282036
  });
282037
282037
 
package/index.js CHANGED
@@ -240766,7 +240766,7 @@ var init_php_8_32 = __esm({
240766
240766
  "packages/php-wasm/node/asyncify/php_8_3.js"() {
240767
240767
  "use strict";
240768
240768
  dependencyFilename10 = path10.join(__dirname + "/asyncify", "8_3_0", "php_8_3.wasm");
240769
- dependenciesTotalSize10 = 19201581;
240769
+ dependenciesTotalSize10 = 19201580;
240770
240770
  }
240771
240771
  });
240772
240772
 
@@ -265596,7 +265596,7 @@ var init_php_8_02 = __esm({
265596
265596
  "packages/php-wasm/node/asyncify/php_8_0.js"() {
265597
265597
  "use strict";
265598
265598
  dependencyFilename13 = path13.join(__dirname + "/asyncify", "8_0_30", "php_8_0.wasm");
265599
- dependenciesTotalSize13 = 18445624;
265599
+ dependenciesTotalSize13 = 18445623;
265600
265600
  }
265601
265601
  });
265602
265602
 
@@ -282021,7 +282021,7 @@ var init_php_7_32 = __esm({
282021
282021
  "packages/php-wasm/node/asyncify/php_7_3.js"() {
282022
282022
  "use strict";
282023
282023
  dependencyFilename15 = path15.join(__dirname + "/asyncify", "7_3_33", "php_7_3.wasm");
282024
- dependenciesTotalSize15 = 17697844;
282024
+ dependenciesTotalSize15 = 17697847;
282025
282025
  }
282026
282026
  });
282027
282027
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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": "b16d08b0c59d561eb392069ca9208515b9925401",
41
+ "gitHead": "704706298eeb080e63bb652cd02ea1647e4ba657",
42
42
  "engines": {
43
43
  "node": ">=20.18.3",
44
44
  "npm": ">=10.1.0"
@@ -51,12 +51,11 @@
51
51
  "wasm-feature-detect": "1.8.0",
52
52
  "ws": "8.18.1",
53
53
  "yargs": "17.7.2",
54
- "@php-wasm/node-polyfills": "1.2.0",
55
- "@php-wasm/universal": "1.2.0",
56
- "@php-wasm/logger": "1.2.0",
57
- "@php-wasm/util": "1.2.0",
58
- "@wp-playground/common": "1.2.0",
59
- "@wp-playground/wordpress": "1.2.0"
54
+ "@php-wasm/node-polyfills": "1.2.1",
55
+ "@php-wasm/universal": "1.2.1",
56
+ "@php-wasm/logger": "1.2.1",
57
+ "@php-wasm/util": "1.2.1",
58
+ "@wp-playground/common": "1.2.1"
60
59
  },
61
60
  "overrides": {
62
61
  "rollup": "^4.34.6",