tardis-dev
Advanced tools
Comparing version 13.21.5 to 13.21.6
@@ -10,3 +10,3 @@ "use strict"; | ||
limit: 10, | ||
statusCodes: [418, 429, 500], | ||
statusCodes: [418, 429, 500, 403], | ||
maxRetryAfter: 120 * 1000 | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "tardis-dev", | ||
"version": "13.21.5", | ||
"version": "13.21.6", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -10,3 +10,3 @@ import { Writable } from 'stream' | ||
limit: 10, | ||
statusCodes: [418, 429, 500], | ||
statusCodes: [418, 429, 500, 403], | ||
maxRetryAfter: 120 * 1000 | ||
@@ -13,0 +13,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1776877