@wp-playground/blueprints 0.3.0 → 0.3.1
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/index.cjs +25 -25
- package/index.d.ts +5 -1
- package/index.js +767 -771
- package/lib/resources.d.ts +0 -1
- package/package.json +2 -2
package/lib/resources.d.ts
CHANGED
|
@@ -146,7 +146,6 @@ export declare class UrlResource extends FetchResource {
|
|
|
146
146
|
/** @inheritDoc */
|
|
147
147
|
protected get caption(): string;
|
|
148
148
|
}
|
|
149
|
-
export declare function setPluginProxyURL(url: string): void;
|
|
150
149
|
/**
|
|
151
150
|
* A `Resource` that represents a WordPress core theme.
|
|
152
151
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/blueprints",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"access": "public",
|
|
22
22
|
"directory": "../../../dist/packages/playground/blueprints"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "73b285f8b496c7442474fd7325b3f6b1287cbf95",
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=16.15.1",
|
|
27
27
|
"npm": ">=8.11.0"
|