@wp-playground/client 0.9.21 → 0.9.22

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.d.ts +0 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -2597,7 +2597,6 @@ declare class PlaygroundWorkerEndpoint extends PHPWorker {
2597
2597
  "6.5": string;
2598
2598
  "6.4": string;
2599
2599
  "6.3": string;
2600
- "6.2": string;
2601
2600
  };
2602
2601
  latest: string;
2603
2602
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wp-playground/client",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "WordPress Playground client",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "main": "./index.cjs",
38
38
  "module": "./index.js",
39
39
  "types": "index.d.ts",
40
- "gitHead": "a497916495035caba2f28cfdef75a8a0f3732f0e",
40
+ "gitHead": "aac882e3528d0de9d928e8630a01c03b15b1a14b",
41
41
  "engines": {
42
42
  "node": ">=18.18.0",
43
43
  "npm": ">=8.11.0"