@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.
- package/lib/worker-utils.d.ts +1 -2
- package/package.json +2 -2
package/lib/worker-utils.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type {
|
|
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.
|
|
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": "
|
|
28
|
+
"gitHead": "1b63e0be1a05bdd244a5c29beff2ae2c228a003e"
|
|
29
29
|
}
|