@firebase/storage 0.12.6 → 0.13.0

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.
@@ -618,23 +618,7 @@ function makeQueryString(params) {
618
618
  }
619
619
 
620
620
  /**
621
- * @license
622
- * Copyright 2017 Google LLC
623
- *
624
- * Licensed under the Apache License, Version 2.0 (the "License");
625
- * you may not use this file except in compliance with the License.
626
- * You may obtain a copy of the License at
627
- *
628
- * http://www.apache.org/licenses/LICENSE-2.0
629
- *
630
- * Unless required by applicable law or agreed to in writing, software
631
- * distributed under the License is distributed on an "AS IS" BASIS,
632
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
633
- * See the License for the specific language governing permissions and
634
- * limitations under the License.
635
- */
636
- /**
637
- * Error codes for requests made by the the XhrIo wrapper.
621
+ * Error codes for requests made by the XhrIo wrapper.
638
622
  */
639
623
  var ErrorCode;
640
624
  (function (ErrorCode) {
@@ -3174,7 +3158,7 @@ function list$1(ref, options) {
3174
3158
  }
3175
3159
  /**
3176
3160
  * A `Promise` that resolves with the metadata for this object. If this
3177
- * object doesn't exist or metadata cannot be retreived, the promise is
3161
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3178
3162
  * rejected.
3179
3163
  * @public
3180
3164
  * @param ref - StorageReference to get metadata from.
@@ -3528,7 +3512,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3528
3512
  }());
3529
3513
 
3530
3514
  var name = "@firebase/storage";
3531
- var version = "0.12.6";
3515
+ var version = "0.13.0";
3532
3516
 
3533
3517
  /**
3534
3518
  * @license
@@ -3611,7 +3595,7 @@ function uploadBytesResumable(ref, data, metadata) {
3611
3595
  }
3612
3596
  /**
3613
3597
  * A `Promise` that resolves with the metadata for this object. If this
3614
- * object doesn't exist or metadata cannot be retreived, the promise is
3598
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3615
3599
  * rejected.
3616
3600
  * @public
3617
3601
  * @param ref - {@link StorageReference} to get metadata from.