@zimic/interceptor 1.2.4-canary.1 → 1.2.4-canary.2
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-OKZEX5DQ.js → chunk-MYIYYX4K.js} +2 -2
- package/dist/{chunk-OKZEX5DQ.js.map → chunk-MYIYYX4K.js.map} +1 -1
- package/dist/{chunk-EIYQEPK2.mjs → chunk-YSPTSRWX.mjs} +2 -2
- package/dist/{chunk-EIYQEPK2.mjs.map → chunk-YSPTSRWX.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.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 +8 -8
- package/src/http/requestHandler/LocalHttpRequestHandler.ts +1 -2
- package/src/http/requestHandler/RemoteHttpRequestHandler.ts +1 -2
- package/src/http/requestHandler/types/requests.ts +8 -4
|
@@ -1753,5 +1753,5 @@ function createInterceptorServer(options = {}) {
|
|
|
1753
1753
|
* Due to the rare nature of this edge case, we can't reliably reproduce it in tests. */
|
|
1754
1754
|
|
|
1755
1755
|
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 };
|
|
1756
|
-
//# sourceMappingURL=chunk-
|
|
1757
|
-
//# sourceMappingURL=chunk-
|
|
1756
|
+
//# sourceMappingURL=chunk-YSPTSRWX.mjs.map
|
|
1757
|
+
//# sourceMappingURL=chunk-YSPTSRWX.mjs.map
|