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.
@@ -1346,7 +1346,7 @@ function createResponseListener(context) {
1346
1346
  */
1347
1347
  FetchResponse.isResponseWithBody(responseMessage.response.status) ? responseMessage.response.body : null,
1348
1348
  {
1349
- ...responseMessage,
1349
+ ...responseMessage.response,
1350
1350
  /**
1351
1351
  * Set response URL if it's not set already.
1352
1352
  * @see https://github.com/mswjs/msw/issues/2030