@wp-playground/remote 1.0.27 → 1.0.29

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/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # playground-remote
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build playground-remote` to build the library.
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test playground-remote` to execute the unit tests via [Jest](https://jestjs.io).
@@ -45,6 +45,7 @@ export declare class PlaygroundWorkerEndpoint extends PHPWorker {
45
45
  all: {
46
46
  nightly: string;
47
47
  beta: string;
48
+ "6.8": string;
48
49
  "6.7": string;
49
50
  "6.6": string;
50
51
  "6.5": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wp-playground/remote",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
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": "c6ad54edb507b18ccb5fd812c70dd2c9f622a716"
28
+ "gitHead": "173e69f62e1b43bd7353b875054bb1ef5e394de8"
29
29
  }