@php-wasm/web 2.0.19 → 2.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "PHP.wasm for the web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "main": "./index.cjs",
38
38
  "module": "./index.js",
39
39
  "types": "index.d.ts",
40
- "gitHead": "11cac8e802cfd045c73db6f2342da8f1059c4579",
40
+ "gitHead": "d48f477e13c90b08266735f015fb9581273d89f6",
41
41
  "engines": {
42
42
  "node": ">=20.18.3",
43
43
  "npm": ">=10.1.0"
@@ -48,11 +48,11 @@
48
48
  "wasm-feature-detect": "1.8.0",
49
49
  "ws": "8.18.1",
50
50
  "yargs": "17.7.2",
51
- "@php-wasm/util": "2.0.19",
52
- "@php-wasm/universal": "2.0.19",
53
- "@php-wasm/logger": "2.0.19",
54
- "@php-wasm/fs-journal": "2.0.19",
55
- "@php-wasm/web-service-worker": "2.0.19"
51
+ "@php-wasm/util": "2.0.20",
52
+ "@php-wasm/universal": "2.0.20",
53
+ "@php-wasm/logger": "2.0.20",
54
+ "@php-wasm/fs-journal": "2.0.20",
55
+ "@php-wasm/web-service-worker": "2.0.20"
56
56
  },
57
57
  "overrides": {
58
58
  "rollup": "^4.34.6",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './7_3_33/php_7_3.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 16032130;
3
+ export const dependenciesTotalSize = 16032127;
4
4
  const phpVersionString = '7.3.33';
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
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './7_4_33/php_7_4.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 16460953;
3
+ export const dependenciesTotalSize = 16460955;
4
4
  const phpVersionString = '7.4.33';
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
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './8_1_33/php_8_1.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 16667825;
3
+ export const dependenciesTotalSize = 16667824;
4
4
  const phpVersionString = '8.1.33';
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
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file