@php-wasm/web 3.1.25 → 3.1.27

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,4 +1,4 @@
1
- import type { EmscriptenOptions, PHPExtensionInstallOptions, SupportedPHPVersion } from '@php-wasm/universal';
1
+ import type { EmscriptenOptions, ResolvedInstallOptions, SupportedPHPVersion } from '@php-wasm/universal';
2
2
  type PHPWasmAsyncMode = 'jspi' | 'asyncify';
3
3
  /**
4
4
  * Built-in PHP extensions shipped with `@php-wasm/web`.
@@ -10,7 +10,7 @@ export type BuiltInPHPWebExtensionName = 'intl';
10
10
  * External sources are supported in JSPI runtimes only. Asyncify support is
11
11
  * limited to bundled extensions shipped with this package.
12
12
  */
13
- export type RuntimePHPWebExtensionSource = PHPExtensionInstallOptions;
13
+ export type RuntimePHPWebExtensionSource = Omit<ResolvedInstallOptions, 'phpVersion'>;
14
14
  /**
15
15
  * PHP extension request accepted by `loadWebRuntime()`.
16
16
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web",
3
- "version": "3.1.25",
3
+ "version": "3.1.27",
4
4
  "description": "PHP.wasm for the web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,6 +39,7 @@
39
39
  "types": "index.d.ts",
40
40
  "dependencies": {
41
41
  "@zip.js/zip.js": "2.7.57",
42
+ "ajv": "8.12.0",
42
43
  "async-lock": "1.4.1",
43
44
  "clean-git-ref": "2.0.1",
44
45
  "crc-32": "1.2.2",
@@ -59,23 +60,23 @@
59
60
  "wasm-feature-detect": "1.8.0",
60
61
  "ws": "8.18.0",
61
62
  "yargs": "17.7.2",
62
- "@php-wasm/util": "3.1.25",
63
- "@php-wasm/universal": "3.1.25",
64
- "@php-wasm/logger": "3.1.25",
65
- "@php-wasm/fs-journal": "3.1.25",
66
- "@wp-playground/storage": "3.1.25",
67
- "@php-wasm/web-8-5": "3.1.25",
68
- "@php-wasm/web-8-4": "3.1.25",
69
- "@php-wasm/web-8-3": "3.1.25",
70
- "@php-wasm/web-8-2": "3.1.25",
71
- "@php-wasm/web-8-1": "3.1.25",
72
- "@php-wasm/web-8-0": "3.1.25",
73
- "@php-wasm/web-7-4": "3.1.25",
74
- "@wp-playground/common": "3.1.25",
75
- "@php-wasm/web-5-2": "3.1.25",
76
- "@php-wasm/web-service-worker": "3.1.25"
63
+ "@php-wasm/util": "3.1.27",
64
+ "@php-wasm/universal": "3.1.27",
65
+ "@php-wasm/logger": "3.1.27",
66
+ "@php-wasm/fs-journal": "3.1.27",
67
+ "@wp-playground/storage": "3.1.27",
68
+ "@php-wasm/web-8-5": "3.1.27",
69
+ "@php-wasm/web-8-4": "3.1.27",
70
+ "@php-wasm/web-8-3": "3.1.27",
71
+ "@php-wasm/web-8-2": "3.1.27",
72
+ "@php-wasm/web-8-1": "3.1.27",
73
+ "@php-wasm/web-8-0": "3.1.27",
74
+ "@php-wasm/web-7-4": "3.1.27",
75
+ "@wp-playground/common": "3.1.27",
76
+ "@php-wasm/web-5-2": "3.1.27",
77
+ "@php-wasm/web-service-worker": "3.1.27"
77
78
  },
78
- "gitHead": "e662afdd9a3b6dad3e194ad34d80421c539b7386",
79
+ "gitHead": "fd598fe315657fd276d7e14d5251c1127d495766",
79
80
  "engines": {
80
81
  "node": ">=20.10.0",
81
82
  "npm": ">=10.2.3"