msw 2.3.0-ws.rc-4 → 2.3.0-ws.rc-5

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.
@@ -8,7 +8,7 @@
8
8
  * - Please do NOT serve this file on production.
9
9
  */
10
10
 
11
- const PACKAGE_VERSION = '2.3.0-ws.rc-4'
11
+ const PACKAGE_VERSION = '2.3.0-ws.rc-5'
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.3.0-ws.rc-4",
3
+ "version": "2.3.0-ws.rc-5",
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",
@@ -125,7 +125,7 @@
125
125
  "@bundled-es-modules/statuses": "^1.0.1",
126
126
  "@inquirer/confirm": "^3.0.0",
127
127
  "@mswjs/cookies": "^1.1.0",
128
- "@mswjs/interceptors": "^0.27.0",
128
+ "@mswjs/interceptors": "^0.27.1",
129
129
  "@open-draft/until": "^2.1.0",
130
130
  "@types/cookie": "^0.6.0",
131
131
  "@types/statuses": "^2.0.4",