msw 1.2.0 → 1.2.2
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 +38 -9
- package/lib/iife/index.js +250 -252
- package/lib/iife/index.js.map +1 -1
- package/lib/index.js +11 -10
- package/lib/index.js.map +1 -1
- package/lib/mockServiceWorker.js +1 -1
- package/lib/native/index.js +2 -1
- package/lib/native/index.mjs +2 -1
- package/lib/node/index.js +2 -1
- package/lib/node/index.js.map +1 -1
- package/lib/node/index.mjs +2 -1
- package/lib/node/index.mjs.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -192,12 +192,18 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
|
|
|
192
192
|
|
|
193
193
|
<br />
|
|
194
194
|
|
|
195
|
-
<
|
|
196
|
-
<
|
|
197
|
-
<
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
195
|
+
<table>
|
|
196
|
+
<tr>
|
|
197
|
+
<td>
|
|
198
|
+
<a href="https://www.github.com/" target="_blank">
|
|
199
|
+
<picture>
|
|
200
|
+
<source media="(prefers-color-scheme: dark)" srcset="media/sponsors/github-light.svg" />
|
|
201
|
+
<img src="media/sponsors/github.svg" alt="GitHub" width="75" />
|
|
202
|
+
</picture>
|
|
203
|
+
</a>
|
|
204
|
+
</td>
|
|
205
|
+
</tr>
|
|
206
|
+
</table>
|
|
201
207
|
|
|
202
208
|
### Silver Sponsors
|
|
203
209
|
|
|
@@ -207,9 +213,20 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
|
|
|
207
213
|
|
|
208
214
|
<br />
|
|
209
215
|
|
|
210
|
-
<
|
|
211
|
-
<
|
|
212
|
-
|
|
216
|
+
<table>
|
|
217
|
+
<tr>
|
|
218
|
+
<td>
|
|
219
|
+
<a href="https://www.replay.io/" target="_blank">
|
|
220
|
+
<img src="media/sponsors/replay.svg" alt="Replay" width="75" />
|
|
221
|
+
</a>
|
|
222
|
+
</td>
|
|
223
|
+
<td>
|
|
224
|
+
<a href="https://www.chromatic.com/" target="_blank">
|
|
225
|
+
<img src="media/sponsors/chromatic.svg" alt="Chromatic" width="75" />
|
|
226
|
+
</a>
|
|
227
|
+
</td>
|
|
228
|
+
</tr>
|
|
229
|
+
</table>
|
|
213
230
|
|
|
214
231
|
### Bronze Sponsors
|
|
215
232
|
|
|
@@ -217,6 +234,18 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
|
|
|
217
234
|
>
|
|
218
235
|
> **Learn more on our [GitHub Sponsors profile](https://github.com/sponsors/mswjs)**.
|
|
219
236
|
|
|
237
|
+
<br />
|
|
238
|
+
|
|
239
|
+
<table>
|
|
240
|
+
<tr>
|
|
241
|
+
<td>
|
|
242
|
+
<a href="https://materialize.com/" target="_blank">
|
|
243
|
+
<img src="media/sponsors/materialize.svg" alt="Materialize" width="75" />
|
|
244
|
+
</a>
|
|
245
|
+
</td>
|
|
246
|
+
</tr>
|
|
247
|
+
</table>
|
|
248
|
+
|
|
220
249
|
## Awards & Mentions
|
|
221
250
|
|
|
222
251
|
We've been extremely humbled to receive awards and mentions from the community for all the innovation and reach Mock Service Worker brings to the JavaScript ecosystem.
|