msw 2.0.3 → 2.0.4

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 (2.0.3).
5
+ * Mock Service Worker (2.0.4).
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
5
5
  "main": "./lib/core/index.js",
6
6
  "module": "./lib/core/index.mjs",
@@ -93,15 +93,14 @@
93
93
  "@bundled-es-modules/cookie": "^2.0.0",
94
94
  "@bundled-es-modules/js-levenshtein": "^2.0.1",
95
95
  "@bundled-es-modules/statuses": "^1.0.1",
96
- "@mswjs/cookies": "^1.0.0",
97
- "@mswjs/interceptors": "^0.25.1",
96
+ "@mswjs/cookies": "^1.1.0",
97
+ "@mswjs/interceptors": "^0.25.10",
98
98
  "@open-draft/until": "^2.1.0",
99
99
  "@types/cookie": "^0.4.1",
100
100
  "@types/js-levenshtein": "^1.1.1",
101
101
  "@types/statuses": "^2.0.1",
102
102
  "chalk": "^4.1.2",
103
103
  "chokidar": "^3.4.2",
104
- "formdata-node": "4.4.1",
105
104
  "graphql": "^16.8.1",
106
105
  "headers-polyfill": "^4.0.1",
107
106
  "inquirer": "^8.2.0",