nock 14.0.4 → 14.0.5

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1308,6 +1308,8 @@ Examples:
1308
1308
  nock.removeInterceptor({
1309
1309
  hostname: 'localhost',
1310
1310
  path: '/mockedResource',
1311
+ // method defaults to `GET`
1312
+ // proto defaullts to `http`
1311
1313
  })
1312
1314
  ```
1313
1315
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "testing",
8
8
  "isolation"
9
9
  ],
10
- "version": "14.0.4",
10
+ "version": "14.0.5",
11
11
  "author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
12
12
  "repository": {
13
13
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "main": "./index.js",
23
23
  "types": "types",
24
24
  "dependencies": {
25
- "@mswjs/interceptors": "^0.38.5",
25
+ "@mswjs/interceptors": "^0.38.7",
26
26
  "json-stringify-safe": "^5.0.1",
27
27
  "propagate": "^2.0.0"
28
28
  },