@opentermsarchive/engine 5.3.0 → 5.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentermsarchive/engine",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Tracks and makes visible changes to the terms of online services",
5
5
  "homepage": "https://opentermsarchive.org",
6
6
  "bugs": {
@@ -16,6 +16,7 @@ const LIKELY_BOT_BLOCKING_ERRORS = [
16
16
  'HTTP code 403',
17
17
  'HTTP code 406',
18
18
  'HTTP code 502',
19
+ 'ECONNRESET',
19
20
  ];
20
21
 
21
22
  /**