@zimic/interceptor 0.20.0-canary.0 → 0.20.0-canary.1

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
@@ -142,11 +142,11 @@ var DisabledRequestSavingError = class extends TypeError {
142
142
  };
143
143
  var DisabledRequestSavingError_default = DisabledRequestSavingError;
144
144
 
145
- // ../zimic-utils/dist/chunk-6IEM75FG.mjs
145
+ // ../zimic-utils/dist/chunk-2D3UJWOA.mjs
146
146
  var __defProp2 = Object.defineProperty;
147
147
  var __name2 = /* @__PURE__ */ __name((target, value) => __defProp2(target, "name", { value, configurable: true }), "__name");
148
148
 
149
- // ../zimic-utils/dist/chunk-INCJAGFR.mjs
149
+ // ../zimic-utils/dist/chunk-WC2DBWWR.mjs
150
150
  function isDefined(value) {
151
151
  return value !== void 0 && value !== null;
152
152
  }
@@ -423,7 +423,7 @@ var TimesCheckError = class extends TypeError {
423
423
  };
424
424
  var TimesCheckError_default = TimesCheckError;
425
425
 
426
- // ../zimic-utils/dist/chunk-HBO3G76H.mjs
426
+ // ../zimic-utils/dist/chunk-GUOR4PHC.mjs
427
427
  async function blobEquals(blob, otherBlob) {
428
428
  if (blob.type !== otherBlob.type || blob.size !== otherBlob.size) {
429
429
  return false;
@@ -472,7 +472,7 @@ __name(blobEquals, "blobEquals");
472
472
  __name2(blobEquals, "blobEquals");
473
473
  var blobEquals_default = blobEquals;
474
474
 
475
- // ../zimic-utils/dist/chunk-C76RTUXI.mjs
475
+ // ../zimic-utils/dist/chunk-O7QQJM46.mjs
476
476
  function isPrimitiveJSONValue(value) {
477
477
  return typeof value !== "object" || value === null;
478
478
  }
@@ -874,7 +874,7 @@ var LocalHttpRequestHandler = class {
874
874
  };
875
875
  var LocalHttpRequestHandler_default = LocalHttpRequestHandler;
876
876
 
877
- // ../zimic-utils/dist/chunk-PFX6YIKR.mjs
877
+ // ../zimic-utils/dist/chunk-4RR2YNYT.mjs
878
878
  var URL_PATH_PARAM_REGEX = /\/:([^/]+)/g;
879
879
  function createRegExpFromURL(url) {
880
880
  URL_PATH_PARAM_REGEX.lastIndex = 0;