@rsdoctor/core 1.5.2 → 1.5.3

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.
@@ -332,6 +332,7 @@ interface TransitionalOptions {
332
332
  silentJSONParsing?: boolean;
333
333
  forcedJSONParsing?: boolean;
334
334
  clarifyTimeoutError?: boolean;
335
+ legacyInterceptorReqResOrdering?: boolean;
335
336
  }
336
337
 
337
338
  interface GenericAbortSignal {