nock 13.2.7 → 13.2.8

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/package.json +1 -1
  2. package/types/index.d.ts +2 -2
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "testing",
8
8
  "isolation"
9
9
  ],
10
- "version": "13.2.7",
10
+ "version": "13.2.8",
11
11
  "author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
12
12
  "repository": {
13
13
  "type": "git",
package/types/index.d.ts CHANGED
@@ -228,8 +228,8 @@ declare namespace nock {
228
228
  }
229
229
 
230
230
  interface Definition {
231
- scope: string
232
- path: string
231
+ scope: string | RegExp
232
+ path: string | RegExp
233
233
  port?: number | string
234
234
  method?: string
235
235
  status?: number