@firebase/storage 0.10.0 → 0.10.1-20230117221326

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.
@@ -731,9 +731,9 @@ var NetworkRequest = /** @class */ (function () {
731
731
  _this.pendingConnection_ = null;
732
732
  var hitServer = connection.getErrorCode() === ErrorCode.NO_ERROR;
733
733
  var status = connection.getStatus();
734
- if ((!hitServer ||
735
- isRetryStatusCode(status, _this.additionalRetryCodes_)) &&
736
- _this.retry) {
734
+ if (!hitServer ||
735
+ (isRetryStatusCode(status, _this.additionalRetryCodes_) &&
736
+ _this.retry)) {
737
737
  var wasCanceled = connection.getErrorCode() === ErrorCode.ABORT;
738
738
  backoffCallback(false, new RequestEndStatus(false, null, wasCanceled));
739
739
  return;
@@ -3496,7 +3496,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3496
3496
  }());
3497
3497
 
3498
3498
  var name = "@firebase/storage";
3499
- var version = "0.10.0";
3499
+ var version = "0.10.1-20230117221326";
3500
3500
 
3501
3501
  /**
3502
3502
  * @license