Skip to content

Commit e201a48

Browse files
committed
chore: update mock service worker package version to 2.10.5
1 parent 0b0c983 commit e201a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/synapse-sdk/src/test/mocks/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.11.1'
10+
const PACKAGE_VERSION = '2.10.5'
1111
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

0 commit comments

Comments
 (0)