@pnp/queryable
Advanced tools
Comparing version 3.0.0-v3nightly.20211030 to 3.0.0-v3nightly.20211101
@@ -23,3 +23,3 @@ import { delay } from "@pnp/core"; | ||
} | ||
if (typeof response === "undefined" || response?.status === 429 || response?.status === 503 || response?.status === 504) { | ||
if (typeof response === "undefined" || (response === null || response === void 0 ? void 0 : response.status) === 429 || (response === null || response === void 0 ? void 0 : response.status) === 503 || (response === null || response === void 0 ? void 0 : response.status) === 504) { | ||
// this is our first try and response isn't defined yet | ||
@@ -26,0 +26,0 @@ // we have been throttled OR http status code 503 or 504, we can retry this |
{ | ||
"name": "@pnp/queryable", | ||
"version": "3.0.0-v3nightly.20211030", | ||
"version": "3.0.0-v3nightly.20211101", | ||
"description": "pnp - provides shared odata functionality and base classes", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"tslib": "2.1.0", | ||
"@pnp/core": "3.0.0-v3nightly.20211030" | ||
"@pnp/core": "3.0.0-v3nightly.20211101" | ||
}, | ||
@@ -12,0 +12,0 @@ "author": { |
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
71403
+ Added@pnp/core@3.0.0-v3nightly.20211101(transitive)
- Removed@pnp/core@3.0.0-v3nightly.20211030(transitive)