@php-wasm/node 1.0.14 → 1.0.15

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
@@ -1,6 +1,6 @@
1
1
  const dependencyFilename = __dirname + '/8_3_0/php_8_3.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 15083501;
3
+ export const dependenciesTotalSize = 15085661;
4
4
  export function init(RuntimeName, PHPLoader) {
5
5
  /**
6
6
  * Overrides Emscripten's default ExitStatus object which gets
package/index.cjs CHANGED
@@ -71567,7 +71567,7 @@ var init_php_8_32 = __esm({
71567
71567
  "packages/php-wasm/node/asyncify/php_8_3.js"() {
71568
71568
  "use strict";
71569
71569
  dependencyFilename10 = __dirname + "asyncify/8_3_0/php_8_3.wasm";
71570
- dependenciesTotalSize10 = 15083501;
71570
+ dependenciesTotalSize10 = 15085661;
71571
71571
  }
71572
71572
  });
71573
71573
 
package/index.js CHANGED
@@ -71557,7 +71557,7 @@ var init_php_8_32 = __esm({
71557
71557
  "packages/php-wasm/node/asyncify/php_8_3.js"() {
71558
71558
  "use strict";
71559
71559
  dependencyFilename10 = __dirname + "asyncify/8_3_0/php_8_3.wasm";
71560
- dependenciesTotalSize10 = 15083501;
71560
+ dependenciesTotalSize10 = 15085661;
71561
71561
  }
71562
71562
  });
71563
71563
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
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": "4d191fdd33db1949e51d54e2b03decbb103db4ac",
41
+ "gitHead": "916516040522ab257109dd617bfcc493bb4f2eb1",
42
42
  "engines": {
43
43
  "node": ">=18.18.0",
44
44
  "npm": ">=8.11.0"
@@ -51,11 +51,11 @@
51
51
  "wasm-feature-detect": "1.8.0",
52
52
  "ws": "8.18.0",
53
53
  "yargs": "17.7.2",
54
- "@php-wasm/node-polyfills": "1.0.14",
55
- "@php-wasm/universal": "1.0.14",
56
- "@php-wasm/logger": "1.0.14",
57
- "@php-wasm/util": "1.0.14",
58
- "@wp-playground/common": "1.0.14",
59
- "@wp-playground/wordpress": "1.0.14"
54
+ "@php-wasm/node-polyfills": "1.0.15",
55
+ "@php-wasm/universal": "1.0.15",
56
+ "@php-wasm/logger": "1.0.15",
57
+ "@php-wasm/util": "1.0.15",
58
+ "@wp-playground/common": "1.0.15",
59
+ "@wp-playground/wordpress": "1.0.15"
60
60
  }
61
61
  }