@mswjs/interceptors 0.38.5 → 0.38.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mswjs/interceptors",
|
|
3
3
|
"description": "Low-level HTTP/HTTPS/XHR/fetch request interception library.",
|
|
4
|
-
"version": "0.38.
|
|
4
|
+
"version": "0.38.6",
|
|
5
5
|
"main": "./lib/node/index.js",
|
|
6
6
|
"module": "./lib/node/index.mjs",
|
|
7
7
|
"types": "./lib/node/index.d.ts",
|
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
"follow-redirects": "^1.15.1",
|
|
149
149
|
"got": "^14.4.6",
|
|
150
150
|
"happy-dom": "^17.3.0",
|
|
151
|
+
"jsdom": "^26.1.0",
|
|
151
152
|
"node-fetch": "3.3.2",
|
|
152
153
|
"rimraf": "^6.0.1",
|
|
153
154
|
"simple-git-hooks": "^2.7.0",
|
|
@@ -171,7 +172,6 @@
|
|
|
171
172
|
"@open-draft/logger": "^0.3.0",
|
|
172
173
|
"@open-draft/until": "^2.0.0",
|
|
173
174
|
"is-node-process": "^1.2.0",
|
|
174
|
-
"jsdom": "^26.0.0",
|
|
175
175
|
"outvariant": "^1.4.3",
|
|
176
176
|
"strict-event-emitter": "^0.5.1"
|
|
177
177
|
},
|