@wp-playground/blueprints 0.1.37 → 0.1.38
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/package.json +2 -2
- package/src/lib/resources.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/blueprints",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./index.js",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "533995a666105306bab5f92a94fb5d433e8a426b"
|
|
24
24
|
}
|
package/src/lib/resources.ts
CHANGED
|
@@ -275,7 +275,7 @@ export class UrlResource extends FetchResource {
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
let pluginProxyURL = '/plugin-proxy';
|
|
278
|
+
let pluginProxyURL = 'https://playground.wordpress.net/plugin-proxy';
|
|
279
279
|
export function setPluginProxyURL(url: string) {
|
|
280
280
|
pluginProxyURL = url;
|
|
281
281
|
}
|