msw 2.4.5 → 2.4.6
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/browser/index.js +10 -10
- package/lib/browser/index.js.map +1 -1
- package/lib/browser/index.mjs +10 -10
- package/lib/browser/index.mjs.map +1 -1
- package/lib/iife/index.js +10 -10
- package/lib/iife/index.js.map +1 -1
- package/lib/mockServiceWorker.js +1 -1
- package/package.json +2 -2
package/lib/mockServiceWorker.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* - Please do NOT serve this file on production.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
const PACKAGE_VERSION = '2.4.
|
|
11
|
+
const PACKAGE_VERSION = '2.4.6'
|
|
12
12
|
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
|
13
13
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
14
14
|
const activeClientIds = new Set()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "msw",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.6",
|
|
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",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@bundled-es-modules/statuses": "^1.0.1",
|
|
118
118
|
"@bundled-es-modules/tough-cookie": "^0.1.6",
|
|
119
119
|
"@inquirer/confirm": "^3.0.0",
|
|
120
|
-
"@mswjs/interceptors": "^0.35.
|
|
120
|
+
"@mswjs/interceptors": "^0.35.3",
|
|
121
121
|
"@open-draft/until": "^2.1.0",
|
|
122
122
|
"@types/cookie": "^0.6.0",
|
|
123
123
|
"@types/statuses": "^2.0.4",
|