@redocly/replay 0.0.4 → 0.1.0

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/dist/replay.d.ts CHANGED
@@ -199,7 +199,6 @@ environments: Environment[];
199
199
  selectedEnvironmentId: string | null;
200
200
  corsProxyUrl: string | undefined;
201
201
  mockServer: MockServer | undefined;
202
- jsonBodyStateExtensions: any[];
203
202
  appsLoadingState: LoadingState;
204
203
  apps: App[];
205
204
  apiId: string | undefined;