We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529392c commit ab734bdCopy full SHA for ab734bd
package.json
@@ -82,7 +82,8 @@
82
"onlyBuiltDependencies": [
83
"@swc/core",
84
"esbuild",
85
- "msw"
+ "msw",
86
+ "unrs-resolver"
87
]
88
},
89
"volta": {
public/mockServiceWorker.js
@@ -8,7 +8,7 @@
8
* - Please do NOT serve this file on production.
9
*/
10
11
-const PACKAGE_VERSION = '2.7.4'
+const PACKAGE_VERSION = '2.7.6'
12
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
13
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
14
const activeClientIds = new Set()
0 commit comments