@wp-playground/remote 2.0.15 → 2.0.18

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,5 +1,4 @@
1
- import type { PHPProcessManager, PHP } from '@php-wasm/universal';
2
- export declare function spawnHandlerFactory(processManager: PHPProcessManager): any;
1
+ import type { PHP } from '@php-wasm/universal';
3
2
  /**
4
3
  * Downloads and unzips a ZIP bundle of all the static assets removed from
5
4
  * the currently loaded minified WordPress build. Doesn't do anything if the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wp-playground/remote",
3
- "version": "2.0.15",
3
+ "version": "2.0.18",
4
4
  "description": "WordPress Playground remote host",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,5 +25,5 @@
25
25
  "access": "public",
26
26
  "directory": "../../../dist/packages/playground/remote"
27
27
  },
28
- "gitHead": "f3f73a4fc48bbe3ae099da4c1418d2f125d16d0a"
28
+ "gitHead": "1b63e0be1a05bdd244a5c29beff2ae2c228a003e"
29
29
  }