@zimic/interceptor 0.16.1 → 0.17.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/http.mjs CHANGED
@@ -2576,7 +2576,7 @@ var RemoteHttpInterceptor_default = RemoteHttpInterceptor;
2576
2576
 
2577
2577
  // src/http/interceptor/factory.ts
2578
2578
  function isLocalHttpInterceptorOptions(options) {
2579
- return options.type === "local";
2579
+ return options.type === void 0 || options.type === "local";
2580
2580
  }
2581
2581
  __name(isLocalHttpInterceptorOptions, "isLocalHttpInterceptorOptions");
2582
2582
  function isRemoteHttpInterceptorOptions(options) {