msw 2.0.10 → 2.0.11

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/README.md CHANGED
@@ -197,7 +197,7 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
197
197
 
198
198
  ### Golden Sponsors
199
199
 
200
- > Become our first golden sponsor and get featured right here, enjoying other perks like issue prioritization and a personal consulting session with us.
200
+ > Become our _golden sponsor_ and get featured right here, enjoying other perks like issue prioritization and a personal consulting session with us.
201
201
  >
202
202
  > **Learn more on our [GitHub Sponsors profile](https://github.com/sponsors/mswjs)**.
203
203
 
@@ -213,11 +213,16 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
213
213
  </picture>
214
214
  </a>
215
215
  </td>
216
- <td>
216
+ <td>
217
217
  <a href="https://www.codacy.com/" target="_blank">
218
218
  <img src="media/sponsors/codacy.svg" alt="Codacy" height="64" />
219
219
  </a>
220
220
  </td>
221
+ <td>
222
+ <a href="https://workleap.com/" target="_blank">
223
+ <img src="media/sponsors/workleap.svg" alt="Workleap" height="64" width="174" />
224
+ </a>
225
+ </td>
221
226
  </tr>
222
227
  </table>
223
228
 
@@ -246,7 +251,7 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
246
251
 
247
252
  ### Bronze Sponsors
248
253
 
249
- > Become our first _bronze sponsor_ and get your profile image and link featured in this section.
254
+ > Become our _bronze sponsor_ and get your profile image and link featured in this section.
250
255
  >
251
256
  > **Learn more on our [GitHub Sponsors profile](https://github.com/sponsors/mswjs)**.
252
257
 
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (2.0.10).
5
+ * Mock Service Worker (2.0.11).
6
6
  * @see https://github.com/mswjs/msw
7
7
  * - Please do NOT modify this file.
8
8
  * - Please do NOT serve this file on production.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
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",
@@ -34,6 +34,7 @@
34
34
  "import": "./lib/native/index.mjs",
35
35
  "default": "./lib/native/index.js"
36
36
  },
37
+ "./mockServiceWorker.js": "./lib/mockServiceWorker.js",
37
38
  "./package.json": "./package.json"
38
39
  },
39
40
  "bin": {