msw 1.2.3 → 1.2.4

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
@@ -198,7 +198,7 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
198
198
  <a href="https://www.github.com/" target="_blank">
199
199
  <picture>
200
200
  <source media="(prefers-color-scheme: dark)" srcset="media/sponsors/github-light.svg" />
201
- <img src="media/sponsors/github.svg" alt="GitHub" width="75" />
201
+ <img src="media/sponsors/github.svg" alt="GitHub" height="64" />
202
202
  </picture>
203
203
  </a>
204
204
  </td>
@@ -217,12 +217,12 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
217
217
  <tr>
218
218
  <td>
219
219
  <a href="https://www.replay.io/" target="_blank">
220
- <img src="media/sponsors/replay.svg" alt="Replay" width="75" />
220
+ <img src="media/sponsors/replay.svg" alt="Replay" height="64" />
221
221
  </a>
222
222
  </td>
223
223
  <td>
224
224
  <a href="https://www.chromatic.com/" target="_blank">
225
- <img src="media/sponsors/chromatic.svg" alt="Chromatic" width="75" />
225
+ <img src="media/sponsors/chromatic.svg" alt="Chromatic" height="64" />
226
226
  </a>
227
227
  </td>
228
228
  </tr>
@@ -240,7 +240,12 @@ Mock Service Worker is trusted by hundreds of thousands of engineers around the
240
240
  <tr>
241
241
  <td>
242
242
  <a href="https://materialize.com/" target="_blank">
243
- <img src="media/sponsors/materialize.svg" alt="Materialize" width="75" />
243
+ <img src="media/sponsors/materialize.svg" alt="Materialize" height="64" />
244
+ </a>
245
+ </td>
246
+ <td>
247
+ <a href="https://trigger.dev/" target="_blank">
248
+ <img src="media/sponsors/trigger-dev.png" alt="Trigger.dev" height="64" />
244
249
  </a>
245
250
  </td>
246
251
  </tr>
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (1.2.3).
5
+ * Mock Service Worker (1.2.4).
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,9 +1,10 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
7
+ "packageManager": "pnpm@7.12.2",
7
8
  "exports": {
8
9
  ".": {
9
10
  "default": "./lib/index.js"
@@ -23,7 +24,8 @@
23
24
  "msw": "cli/index.js"
24
25
  },
25
26
  "engines": {
26
- "node": ">=14"
27
+ "node": ">=14",
28
+ "pnpm": "~7.12"
27
29
  },
28
30
  "lint-staged": {
29
31
  "**/*.ts": [
@@ -77,7 +79,7 @@
77
79
  "@open-draft/until": "^1.0.3",
78
80
  "@types/cookie": "^0.4.1",
79
81
  "@types/js-levenshtein": "^1.1.1",
80
- "chalk": "4.1.1",
82
+ "chalk": "^4.1.1",
81
83
  "chokidar": "^3.4.2",
82
84
  "cookie": "^0.4.2",
83
85
  "graphql": "^15.0.0 || ^16.0.0",