@apidevtools/json-schema-ref-parser 11.6.5 → 11.7.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.
@@ -44,7 +44,7 @@ exports.default = {
44
44
  /**
45
45
  * HTTP request timeout (in milliseconds).
46
46
  */
47
- timeout: 5000, // 5 seconds
47
+ timeout: 60000, // 60 seconds
48
48
  /**
49
49
  * The maximum number of HTTP redirects to follow.
50
50
  * To disable automatic following of redirects, set this to zero.
@@ -23,7 +23,7 @@ export default {
23
23
  /**
24
24
  * HTTP request timeout (in milliseconds).
25
25
  */
26
- timeout: 5000, // 5 seconds
26
+ timeout: 60_000, // 60 seconds
27
27
 
28
28
  /**
29
29
  * The maximum number of HTTP redirects to follow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apidevtools/json-schema-ref-parser",
3
- "version": "11.6.5",
3
+ "version": "11.7.0",
4
4
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
5
5
  "keywords": [
6
6
  "json",