@wp-playground/client 0.5.4 → 0.5.6

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.d.ts CHANGED
@@ -1154,7 +1154,6 @@ export interface ApplyWordPressPatchesStep {
1154
1154
  patchSecrets?: boolean;
1155
1155
  disableSiteHealth?: boolean;
1156
1156
  disableWpNewBlogNotification?: boolean;
1157
- makeEditorFrameControlled?: boolean;
1158
1157
  prepareForRunningInsideWebBrowser?: boolean;
1159
1158
  addFetchNetworkTransport?: boolean;
1160
1159
  }