@opentermsarchive/engine 10.5.0 → 10.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentermsarchive/engine",
3
- "version": "10.5.0",
3
+ "version": "10.6.0",
4
4
  "description": "Tracks and makes visible changes to the terms of online services",
5
5
  "homepage": "https://opentermsarchive.org",
6
6
  "bugs": {
@@ -10,6 +10,7 @@ export class FetchDocumentError extends Error {
10
10
  'EAI_AGAIN', // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
11
11
  'ETIMEDOUT', // Connection timeout - network latency or server load issues
12
12
  'ERR_NAME_NOT_RESOLVED', // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
13
+ 'Timed out after', // Navigation timeout - page took too long to load, might be temporary server overload
13
14
  'HTTP code 500', // Internal Server Error - server encountered an error while processing the request
14
15
  'HTTP code 503', // Service Unavailable - server is temporarily overloaded or down for maintenance
15
16
  'HTTP code 504', // Gateway Timeout - upstream server took too long to respond, might be temporary