@zimic/interceptor 1.1.7 → 1.2.0-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-C4BVIHSP.js → chunk-6VVX2QLH.js} +2 -2
- package/dist/{chunk-C4BVIHSP.js.map → chunk-6VVX2QLH.js.map} +1 -1
- package/dist/{chunk-YPRAL5BM.mjs → chunk-HHCXRRYN.mjs} +2 -2
- package/dist/{chunk-YPRAL5BM.mjs.map → chunk-HHCXRRYN.mjs.map} +1 -1
- package/dist/cli.js +18 -18
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/http.d.ts +7 -1
- package/dist/http.js +53 -5
- package/dist/http.js.map +1 -1
- package/dist/http.mjs +53 -5
- package/dist/http.mjs.map +1 -1
- package/dist/server.js +6 -6
- package/dist/server.mjs +1 -1
- package/package.json +1 -1
- package/src/http/index.ts +1 -0
- package/src/http/requestHandler/HttpRequestHandlerClient.ts +41 -7
- package/src/http/requestHandler/LocalHttpRequestHandler.ts +9 -0
- package/src/http/requestHandler/RemoteHttpRequestHandler.ts +9 -0
- package/src/http/requestHandler/types/public.ts +16 -0
- package/src/http/requestHandler/types/requests.ts +5 -0
- package/src/utils/numbers.ts +11 -2
- package/src/utils/time.ts +10 -0
|
@@ -1722,5 +1722,5 @@ function createInterceptorServer(options = {}) {
|
|
|
1722
1722
|
* Since simulating this scenario is difficult, we are ignoring this branch fow now. */
|
|
1723
1723
|
|
|
1724
1724
|
export { DEFAULT_ACCESS_CONTROL_HEADERS, DEFAULT_INTERCEPTOR_TOKENS_DIRECTORY, DEFAULT_PREFLIGHT_STATUS_CODE, NotRunningInterceptorServerError_default, RunningInterceptorServerError_default, createCachedDynamicImport_default, createInterceptorServer, createInterceptorToken, listInterceptorTokens, logger, readInterceptorTokenFromFile, removeInterceptorToken };
|
|
1725
|
-
//# sourceMappingURL=chunk-
|
|
1726
|
-
//# sourceMappingURL=chunk-
|
|
1725
|
+
//# sourceMappingURL=chunk-HHCXRRYN.mjs.map
|
|
1726
|
+
//# sourceMappingURL=chunk-HHCXRRYN.mjs.map
|