@php-wasm/web 0.9.15 → 0.9.17

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { PHPResponse as C, LatestSupportedPHPVersion as O, loadPHPRuntime as R, FSHelpers as w, __private__dont__use as y } from "@php-wasm/universal";
2
- import * as d from "/home/runner/work/wordpress-playground/wordpress-playground/node_modules/comlink/dist/esm/comlink.mjs";
2
+ import * as d from "comlink";
3
3
  import { PhpWasmError as g, Semaphore as v, joinPaths as T } from "@php-wasm/util";
4
4
  import { responseTo as L } from "@php-wasm/web-service-worker";
5
5
  import { logger as p } from "@php-wasm/logger";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web",
3
- "version": "0.9.15",
3
+ "version": "0.9.17",
4
4
  "description": "PHP.wasm for the web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "type": "module",
30
30
  "main": "index.js",
31
31
  "types": "index.d.ts",
32
- "gitHead": "62c0b6769e8922ec6ec1fdb985a69c4e86d070a2",
32
+ "gitHead": "1e35a9e145580de64bbe3c11391d31513f5bdfa8",
33
33
  "engines": {
34
34
  "node": ">=16.15.1",
35
35
  "npm": ">=8.11.0"
@@ -40,10 +40,10 @@
40
40
  "ini": "4.1.2",
41
41
  "ws": "8.13.0",
42
42
  "yargs": "17.7.2",
43
- "@php-wasm/universal": "0.9.15",
44
- "@php-wasm/util": "0.9.15",
45
- "@php-wasm/logger": "0.9.15",
46
- "@php-wasm/fs-journal": "0.9.15",
47
- "@php-wasm/web-service-worker": "0.9.15"
43
+ "@php-wasm/universal": "0.9.17",
44
+ "@php-wasm/util": "0.9.17",
45
+ "@php-wasm/logger": "0.9.17",
46
+ "@php-wasm/fs-journal": "0.9.17",
47
+ "@php-wasm/web-service-worker": "0.9.17"
48
48
  }
49
49
  }