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 +8 -3
- package/lib/mockServiceWorker.js +1 -1
- package/package.json +2 -1
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
|
|
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
|
-
|
|
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
|
|
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
|
|
package/lib/mockServiceWorker.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "msw",
|
|
3
|
-
"version": "2.0.
|
|
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": {
|