@apidevtools/json-schema-ref-parser 11.6.3 → 11.6.4

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.
@@ -13,7 +13,7 @@ export interface HTTPResolverOptions<S extends object = JSONSchema> extends Part
13
13
  /**
14
14
  * You can specify any HTTP headers that should be sent when downloading files. For example, some servers may require you to set the `Accept` or `Referrer` header.
15
15
  */
16
- headers?: HeadersInit | null;
16
+ headers?: RequestInit['headers'] | null;
17
17
  /**
18
18
  * The amount of time (in milliseconds) to wait for a response from the server when downloading files. The default is 5 seconds.
19
19
  */
@@ -25,7 +25,7 @@ export interface HTTPResolverOptions<S extends object = JSONSchema> extends Part
25
25
  /**
26
26
  * You can specify any HTTP headers that should be sent when downloading files. For example, some servers may require you to set the `Accept` or `Referrer` header.
27
27
  */
28
- headers?: HeadersInit | null;
28
+ headers?: RequestInit['headers'] | null;
29
29
 
30
30
  /**
31
31
  * The amount of time (in milliseconds) to wait for a response from the server when downloading files. The default is 5 seconds.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apidevtools/json-schema-ref-parser",
3
- "version": "11.6.3",
3
+ "version": "11.6.4",
4
4
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
5
5
  "keywords": [
6
6
  "json",