@wp-playground/remote 3.1.27 → 3.1.28
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.
|
@@ -22,6 +22,7 @@ export type WorkerBootOptions = {
|
|
|
22
22
|
withNetworking: boolean;
|
|
23
23
|
mounts?: Array<MountDescriptor>;
|
|
24
24
|
shouldInstallWordPress?: boolean;
|
|
25
|
+
shouldBootWordPress?: boolean;
|
|
25
26
|
corsProxyUrl?: string;
|
|
26
27
|
/** When true, skip default WP install and run Blueprints v2 in the worker */
|
|
27
28
|
experimentalBlueprintsV2Runner?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/remote",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.28",
|
|
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": "1f7287114a99a7560576b49108c2af09402ccb9b"
|
|
29
29
|
}
|