@mswjs/interceptors
Advanced tools
Comparing version 0.16.0 to 0.16.1
export * from './glossary'; | ||
export * from './Interceptor'; | ||
export * from './BatchInterceptor'; | ||
export * from './RemoteInterceptor'; | ||
export { getCleanUrl } from './utils/getCleanUrl'; |
@@ -15,2 +15,4 @@ "use strict"; | ||
__exportStar(require("./glossary"), exports); | ||
__exportStar(require("./Interceptor"), exports); | ||
__exportStar(require("./BatchInterceptor"), exports); | ||
__exportStar(require("./RemoteInterceptor"), exports); | ||
@@ -17,0 +19,0 @@ /* Utils */ |
{ | ||
"name": "@mswjs/interceptors", | ||
"description": "Low-level HTTP/HTTPS/XHR/fetch request interception library.", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
export * from './glossary' | ||
export * from './Interceptor' | ||
export * from './BatchInterceptor' | ||
export * from './RemoteInterceptor' | ||
@@ -3,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
372925
7258