@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.
package/dist/index.cjs.js CHANGED
@@ -590,23 +590,7 @@ function makeQueryString(params) {
590
590
  }
591
591
 
592
592
  /**
593
- * @license
594
- * Copyright 2017 Google LLC
595
- *
596
- * Licensed under the Apache License, Version 2.0 (the "License");
597
- * you may not use this file except in compliance with the License.
598
- * You may obtain a copy of the License at
599
- *
600
- * http://www.apache.org/licenses/LICENSE-2.0
601
- *
602
- * Unless required by applicable law or agreed to in writing, software
603
- * distributed under the License is distributed on an "AS IS" BASIS,
604
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605
- * See the License for the specific language governing permissions and
606
- * limitations under the License.
607
- */
608
- /**
609
- * Error codes for requests made by the the XhrIo wrapper.
593
+ * Error codes for requests made by the XhrIo wrapper.
610
594
  */
611
595
  var ErrorCode;
612
596
  (function (ErrorCode) {
@@ -3040,7 +3024,7 @@ function list$1(ref, options) {
3040
3024
  }
3041
3025
  /**
3042
3026
  * A `Promise` that resolves with the metadata for this object. If this
3043
- * object doesn't exist or metadata cannot be retreived, the promise is
3027
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3044
3028
  * rejected.
3045
3029
  * @public
3046
3030
  * @param ref - StorageReference to get metadata from.
@@ -3350,7 +3334,7 @@ class FirebaseStorageImpl {
3350
3334
  }
3351
3335
 
3352
3336
  const name = "@firebase/storage";
3353
- const version = "0.12.6";
3337
+ const version = "0.13.0";
3354
3338
 
3355
3339
  /**
3356
3340
  * @license
@@ -3449,7 +3433,7 @@ function uploadBytesResumable(ref, data, metadata) {
3449
3433
  }
3450
3434
  /**
3451
3435
  * A `Promise` that resolves with the metadata for this object. If this
3452
- * object doesn't exist or metadata cannot be retreived, the promise is
3436
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3453
3437
  * rejected.
3454
3438
  * @public
3455
3439
  * @param ref - {@link StorageReference} to get metadata from.