@wp-playground/client 1.0.2 → 1.0.4

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 (4) hide show
  1. package/index.cjs +6 -6
  2. package/index.d.ts +1 -1
  3. package/index.js +450 -447
  4. package/package.json +8 -8
package/index.d.ts CHANGED
@@ -49,7 +49,7 @@ export interface StartPlaygroundOptions {
49
49
  *
50
50
  * For example, if corsProxy is set to "https://cors.wordpress.net/proxy.php",
51
51
  * then the CORS requests to https://github.com/WordPress/wordpress-playground.git would actually
52
- * be made to https://cors.wordpress.net/proxy.php/https://github.com/WordPress/wordpress-playground.git.
52
+ * be made to https://cors.wordpress.net/proxy.php?https://github.com/WordPress/wordpress-playground.git.
53
53
  *
54
54
  * The Blueprints library will arbitrarily choose which requests to proxy. If you need
55
55
  * to proxy every single request, do not use this option. Instead, you should preprocess