@microsoft/kiota-http-fetchlibrary
Advanced tools
Comparing version 1.0.0-preview.32 to 1.0.0-preview.33
@@ -184,6 +184,6 @@ "use strict"; | ||
RedirectHandler.REDIRECT_STATUS_CODES = new Set([ | ||
301, | ||
302, | ||
303, | ||
307, | ||
301, // Moved Permanently | ||
302, // Found | ||
303, // See Other | ||
307, // Temporary Permanently | ||
308, // Moved Permanently | ||
@@ -190,0 +190,0 @@ ]); |
@@ -195,4 +195,4 @@ "use strict"; | ||
RetryHandler.RETRY_STATUS_CODES = new Set([ | ||
429, | ||
503, | ||
429, // Too many requests | ||
503, // Service unavailable | ||
504, // Gateway timeout | ||
@@ -199,0 +199,0 @@ ]); |
@@ -177,6 +177,6 @@ /** | ||
RedirectHandler.REDIRECT_STATUS_CODES = new Set([ | ||
301, | ||
302, | ||
303, | ||
307, | ||
301, // Moved Permanently | ||
302, // Found | ||
303, // See Other | ||
307, // Temporary Permanently | ||
308, // Moved Permanently | ||
@@ -183,0 +183,0 @@ ]); |
@@ -186,4 +186,4 @@ /** | ||
RetryHandler.RETRY_STATUS_CODES = new Set([ | ||
429, | ||
503, | ||
429, // Too many requests | ||
503, // Service unavailable | ||
504, // Gateway timeout | ||
@@ -190,0 +190,0 @@ ]); |
{ | ||
"name": "@microsoft/kiota-http-fetchlibrary", | ||
"version": "1.0.0-preview.32", | ||
"version": "1.0.0-preview.33", | ||
"description": "Kiota request adapter implementation with fetch", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.33", | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.34", | ||
"@opentelemetry/api": "^1.2.0", | ||
@@ -51,3 +51,3 @@ "guid-typescript": "^1.0.9", | ||
}, | ||
"gitHead": "24ace3b850882b2a0e9b39dbbebdfb8dc03b4bf1" | ||
"gitHead": "c731ed89d43ad65f07917127e51d9c40c7042933" | ||
} |
Sorry, the diff of this file is not supported yet
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
450157