@php-wasm/web-8-4 3.0.41 → 3.0.43

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.
@@ -1,7 +1,7 @@
1
- import dependencyFilename from './8_4_16/php_8_4.wasm';
1
+ import dependencyFilename from './8_4_17/php_8_4.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 26689915;
4
- const phpVersionString = '8.4.16';
3
+ export const dependenciesTotalSize = 26691896;
4
+ const phpVersionString = '8.4.17';
5
5
  export function init(RuntimeName, PHPLoader) {
6
6
  // The rest of the code comes from the built php.js file and esm-suffix.js
7
7
  var Module = typeof PHPLoader != 'undefined' ? PHPLoader : {};
package/jspi/php_8_4.js CHANGED
@@ -1,7 +1,7 @@
1
- import dependencyFilename from './8_4_16/php_8_4.wasm';
1
+ import dependencyFilename from './8_4_17/php_8_4.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 26164973;
4
- const phpVersionString = '8.4.16';
3
+ export const dependenciesTotalSize = 26166862;
4
+ const phpVersionString = '8.4.17';
5
5
  export function init(RuntimeName, PHPLoader) {
6
6
  // The rest of the code comes from the built php.js file and esm-suffix.js
7
7
  var Module = typeof PHPLoader != 'undefined' ? PHPLoader : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-8-4",
3
- "version": "3.0.41",
3
+ "version": "3.0.43",
4
4
  "description": "PHP 8.4 WebAssembly binaries for web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  "node": ">=20.18.3",
36
36
  "npm": ">=10.1.0"
37
37
  },
38
- "gitHead": "638b025343c1cfee4f1b1732c0e05d286e67e136",
38
+ "gitHead": "a73661b5ec1f5d4bd2b1cd29789625d80561ff85",
39
39
  "dependencies": {
40
40
  "ini": "4.1.2",
41
41
  "wasm-feature-detect": "1.8.0",
42
- "@php-wasm/universal": "3.0.41"
42
+ "@php-wasm/universal": "3.0.43"
43
43
  },
44
44
  "packageManager": "npm@10.9.2",
45
45
  "overrides": {