msw 2.12.1 → 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/mockServiceWorker.js +1 -1
- package/package.json +4 -4
package/lib/mockServiceWorker.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* - Please do NOT modify this file.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
const PACKAGE_VERSION = '2.12.
|
|
10
|
+
const PACKAGE_VERSION = '2.12.2'
|
|
11
11
|
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
|
12
12
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
13
13
|
const activeClientIds = new Set()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "msw",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.2",
|
|
4
4
|
"description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./lib/core/index.js",
|
|
@@ -60,8 +60,6 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"./node": {
|
|
63
|
-
"browser": null,
|
|
64
|
-
"react-native": null,
|
|
65
63
|
"module-sync": {
|
|
66
64
|
"types": "./lib/node/index.d.mts",
|
|
67
65
|
"default": "./lib/node/index.mjs"
|
|
@@ -78,6 +76,8 @@
|
|
|
78
76
|
"types": "./lib/node/index.d.mts",
|
|
79
77
|
"default": "./lib/node/index.mjs"
|
|
80
78
|
},
|
|
79
|
+
"browser": null,
|
|
80
|
+
"react-native": null,
|
|
81
81
|
"default": {
|
|
82
82
|
"types": "./lib/node/index.d.ts",
|
|
83
83
|
"default": "./lib/node/index.js"
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"vitest-environment-miniflare": "^2.14.4",
|
|
289
289
|
"webpack": "^5.95.0",
|
|
290
290
|
"webpack-http-server": "^0.5.0",
|
|
291
|
-
"msw": "2.12.
|
|
291
|
+
"msw": "2.12.2"
|
|
292
292
|
},
|
|
293
293
|
"peerDependencies": {
|
|
294
294
|
"typescript": ">= 4.8.x"
|