@wp-playground/client 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.
Files changed (4) hide show
  1. package/index.cjs +26 -26
  2. package/index.d.ts +5 -1
  3. package/index.js +868 -872
  4. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -1002,7 +1002,6 @@ export declare class UrlResource extends FetchResource {
1002
1002
  /** @inheritDoc */
1003
1003
  protected get caption(): string;
1004
1004
  }
1005
- export declare function setPluginProxyURL(url: string): void;
1006
1005
  /**
1007
1006
  * A `Resource` that represents a WordPress core theme.
1008
1007
  */
@@ -1802,6 +1801,11 @@ export interface CompileBlueprintOptions {
1802
1801
  */
1803
1802
  export declare function compileBlueprint(blueprint: Blueprint, { progress, semaphore, onStepCompleted, }?: CompileBlueprintOptions): CompiledBlueprint;
1804
1803
  export declare function runBlueprintSteps(compiledBlueprint: CompiledBlueprint, playground: UniversalPHP): Promise<void>;
1804
+ /**
1805
+ * @deprecated This function is a no-op. Playground no longer uses a proxy to download plugins and themes.
1806
+ * To be removed in v0.3.0
1807
+ */
1808
+ export declare function setPluginProxyURL(): void;
1805
1809
  export type WithAPIState = {
1806
1810
  /**
1807
1811
  * Resolves to true when the remote API is ready for