msw 2.12.0 → 2.12.2

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/lib/iife/index.js CHANGED
@@ -20794,7 +20794,7 @@ You can also automate this process and make the worker script update automatical
20794
20794
  */
20795
20795
  FetchResponse.isResponseWithBody(responseMessage.response.status) ? responseMessage.response.body : null,
20796
20796
  {
20797
- ...responseMessage,
20797
+ ...responseMessage.response,
20798
20798
  /**
20799
20799
  * Set response URL if it's not set already.
20800
20800
  * @see https://github.com/mswjs/msw/issues/2030