@zimic/interceptor 1.5.0 → 1.5.1-canary.0
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/dist/{chunk-3W3A4TJ5.js → chunk-LGUD3RVU.js} +2 -2
- package/dist/{chunk-3W3A4TJ5.js.map → chunk-LGUD3RVU.js.map} +1 -1
- package/dist/{chunk-F3VMDYHM.mjs → chunk-YN4S2AHJ.mjs} +2 -2
- package/dist/{chunk-F3VMDYHM.mjs.map → chunk-YN4S2AHJ.mjs.map} +1 -1
- package/dist/cli.js +17 -17
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/http.js.map +1 -1
- package/dist/http.mjs.map +1 -1
- package/dist/server.js +6 -6
- package/dist/server.mjs +1 -1
- package/package.json +7 -7
- package/src/http/interceptor/HttpInterceptorImplementation.ts +1 -2
- package/src/http/interceptorWorker/HttpInterceptorWorker.ts +1 -2
- package/src/http/interceptorWorker/LocalHttpInterceptorWorker.ts +1 -2
- package/src/http/interceptorWorker/RemoteHttpInterceptorWorker.ts +1 -2
- package/src/utils/webSocket/types.ts +1 -2
|
@@ -1799,5 +1799,5 @@ function createInterceptorServer(options = {}) {
|
|
|
1799
1799
|
* Due to the rare nature of this edge case, we can't reliably reproduce it in tests. */
|
|
1800
1800
|
|
|
1801
1801
|
export { DEFAULT_ACCESS_CONTROL_HEADERS, DEFAULT_INTERCEPTOR_TOKENS_DIRECTORY, DEFAULT_PREFLIGHT_STATUS_CODE, NotRunningInterceptorServerError_default, RunningInterceptorServerError_default, createInterceptorServer, createInterceptorToken, listInterceptorTokens, logger, readInterceptorTokenFromFile, removeInterceptorToken };
|
|
1802
|
-
//# sourceMappingURL=chunk-
|
|
1803
|
-
//# sourceMappingURL=chunk-
|
|
1802
|
+
//# sourceMappingURL=chunk-YN4S2AHJ.mjs.map
|
|
1803
|
+
//# sourceMappingURL=chunk-YN4S2AHJ.mjs.map
|