@twilio/operation-retrier
Advanced tools
Comparing version 4.0.5-rc.2 to 4.0.5-rc.3
@@ -6,2 +6,10 @@ # Change Log | ||
### [4.0.5-rc.3](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.5-rc.2...@twilio/operation-retrier@4.0.5-rc.3) (2021-09-10) | ||
**Note:** Version bump only for package @twilio/operation-retrier | ||
### [4.0.5-rc.2](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.5-rc.1...@twilio/operation-retrier@4.0.5-rc.2) (2021-09-10) | ||
@@ -8,0 +16,0 @@ |
@@ -20,2 +20,10 @@ /* | ||
// Redirect the exports if required in React Native. | ||
if (typeof navigator !== "undefined" && navigator.product === "ReactNative") { | ||
module.exports = require('./react-native'); | ||
return; | ||
} | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
@@ -22,0 +30,0 @@ |
{ | ||
"name": "@twilio/operation-retrier", | ||
"version": "4.0.5-rc.2", | ||
"version": "4.0.5-rc.3", | ||
"description": "RTD retrier", | ||
@@ -5,0 +5,0 @@ "author": "Sergei Chertkov", |
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
260386
15
4476