@zimic/interceptor 1.0.0-rc.4 → 1.0.0-rc.6
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-CZIDAF2X.mjs → chunk-7DRPXOOJ.mjs} +2 -2
- package/dist/{chunk-CZIDAF2X.mjs.map → chunk-7DRPXOOJ.mjs.map} +1 -1
- package/dist/{chunk-P23SDDCC.js → chunk-LWUFSWRA.js} +2 -2
- package/dist/{chunk-P23SDDCC.js.map → chunk-LWUFSWRA.js.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 +8 -5
- package/dist/http.js.map +1 -1
- package/dist/http.mjs +8 -5
- package/dist/http.mjs.map +1 -1
- package/dist/server.js +6 -6
- package/dist/server.mjs +1 -1
- package/package.json +9 -9
- package/src/http/requestHandler/HttpRequestHandlerClient.ts +4 -1
- package/src/utils/data.ts +10 -7
|
@@ -1870,5 +1870,5 @@ __name(createInterceptorServer, "createInterceptorServer");
|
|
|
1870
1870
|
* Since simulating this scenario is difficult, we are ignoring this branch fow now. */
|
|
1871
1871
|
|
|
1872
1872
|
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 };
|
|
1873
|
-
//# sourceMappingURL=chunk-
|
|
1874
|
-
//# sourceMappingURL=chunk-
|
|
1873
|
+
//# sourceMappingURL=chunk-7DRPXOOJ.mjs.map
|
|
1874
|
+
//# sourceMappingURL=chunk-7DRPXOOJ.mjs.map
|