msw 0.40.0 → 0.40.1

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.
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (0.40.0).
5
+ * Mock Service Worker (0.40.1).
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.
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (0.40.0).
5
+ * Mock Service Worker (0.40.1).
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.
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
 
4
4
  /**
5
- * Mock Service Worker (0.40.0).
5
+ * Mock Service Worker (0.40.1).
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.
@@ -1,4 +1,4 @@
1
1
  {
2
- "main": "lib",
2
+ "main": "./lib/index.js",
3
3
  "types": "../lib/types/native"
4
4
  }
package/node/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "main": "lib",
2
+ "main": "./lib/index.js",
3
3
  "types": "../lib/types/node"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "0.40.0",
3
+ "version": "0.40.1",
4
4
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
5
5
  "main": "lib/umd/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:unit": "cross-env BABEL_ENV=test jest --maxWorkers=3",
23
23
  "test:integration": "jest --config=test/jest.config.js --maxWorkers=1",
24
24
  "test:smoke": "config/scripts/smoke.sh",
25
- "test:ts": "tsc -p test/typings/tsconfig.json",
25
+ "test:ts": "yarn tsc -p test/typings/tsconfig.json",
26
26
  "prepare": "yarn simple-git-hooks init",
27
27
  "prepack": "yarn build",
28
28
  "release": "release publish",
@@ -141,7 +141,7 @@
141
141
  "webpack-dev-server": "^3.11.2"
142
142
  },
143
143
  "peerDependencies": {
144
- "typescript": "4.2.x"
144
+ "typescript": "4.2.x || 4.3.x"
145
145
  },
146
146
  "peerDependenciesMeta": {
147
147
  "typescript": {