msw 0.48.0 → 0.48.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.
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (0.48.0).
5
+ * Mock Service Worker (0.48.2).
6
6
  * @see https://github.com/mswjs/msw
7
7
  * - Please do NOT modify this file.
8
8
  * - Please do NOT serve this file on production.
@@ -179,7 +179,7 @@ function mergeRight(left, right) {
179
179
  var cookieUtils2 = __toESM(require("cookie"));
180
180
  var import_cookies = require("@mswjs/cookies");
181
181
  var import_interceptors = require("@mswjs/interceptors");
182
- var import_bufferUtils = require("@mswjs/interceptors/lib/utils/bufferUtils");
182
+ var import_bufferUtils = require("@mswjs/interceptors/lib/utils/bufferUtils.js");
183
183
  var import_headers_polyfill2 = require("headers-polyfill");
184
184
 
185
185
  // src/utils/request/getRequestCookies.ts
@@ -179,7 +179,7 @@ function mergeRight(left, right) {
179
179
  import * as cookieUtils2 from "cookie";
180
180
  import { store } from "@mswjs/cookies";
181
181
  import { IsomorphicRequest } from "@mswjs/interceptors";
182
- import { decodeBuffer } from "@mswjs/interceptors/lib/utils/bufferUtils";
182
+ import { decodeBuffer } from "@mswjs/interceptors/lib/utils/bufferUtils.js";
183
183
  import { Headers } from "headers-polyfill";
184
184
 
185
185
  // src/utils/request/getRequestCookies.ts
package/lib/node/index.js CHANGED
@@ -182,7 +182,7 @@ function mergeRight(left, right) {
182
182
  var cookieUtils2 = __toESM(require("cookie"));
183
183
  var import_cookies = require("@mswjs/cookies");
184
184
  var import_interceptors = require("@mswjs/interceptors");
185
- var import_bufferUtils = require("@mswjs/interceptors/lib/utils/bufferUtils");
185
+ var import_bufferUtils = require("@mswjs/interceptors/lib/utils/bufferUtils.js");
186
186
  var import_headers_polyfill2 = require("headers-polyfill");
187
187
 
188
188
  // src/utils/request/getRequestCookies.ts