@firebase/storage 0.12.6-canary.f58d48cd4 → 0.12.6-dataconnect-preview.d986d4bf2

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.
@@ -601,7 +601,7 @@ function makeQueryString(params) {
601
601
  * limitations under the License.
602
602
  */
603
603
  /**
604
- * Error codes for requests made by the the XhrIo wrapper.
604
+ * Error codes for requests made by the XhrIo wrapper.
605
605
  */
606
606
  var ErrorCode;
607
607
  (function (ErrorCode) {
@@ -3067,7 +3067,7 @@ function list$1(ref, options) {
3067
3067
  }
3068
3068
  /**
3069
3069
  * A `Promise` that resolves with the metadata for this object. If this
3070
- * object doesn't exist or metadata cannot be retreived, the promise is
3070
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3071
3071
  * rejected.
3072
3072
  * @public
3073
3073
  * @param ref - StorageReference to get metadata from.
@@ -3377,7 +3377,7 @@ class FirebaseStorageImpl {
3377
3377
  }
3378
3378
 
3379
3379
  const name = "@firebase/storage";
3380
- const version = "0.12.6-canary.f58d48cd4";
3380
+ const version = "0.12.6-dataconnect-preview.d986d4bf2";
3381
3381
 
3382
3382
  /**
3383
3383
  * @license
@@ -3476,7 +3476,7 @@ function uploadBytesResumable(ref, data, metadata) {
3476
3476
  }
3477
3477
  /**
3478
3478
  * A `Promise` that resolves with the metadata for this object. If this
3479
- * object doesn't exist or metadata cannot be retreived, the promise is
3479
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3480
3480
  * rejected.
3481
3481
  * @public
3482
3482
  * @param ref - {@link StorageReference} to get metadata from.