@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.
@@ -602,7 +602,7 @@ function makeQueryString(params) {
602
602
  * limitations under the License.
603
603
  */
604
604
  /**
605
- * Error codes for requests made by the the XhrIo wrapper.
605
+ * Error codes for requests made by the XhrIo wrapper.
606
606
  */
607
607
  var ErrorCode;
608
608
  (function (ErrorCode) {
@@ -3036,7 +3036,7 @@ function list$1(ref, options) {
3036
3036
  }
3037
3037
  /**
3038
3038
  * A `Promise` that resolves with the metadata for this object. If this
3039
- * object doesn't exist or metadata cannot be retreived, the promise is
3039
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3040
3040
  * rejected.
3041
3041
  * @public
3042
3042
  * @param ref - StorageReference to get metadata from.
@@ -3346,7 +3346,7 @@ class FirebaseStorageImpl {
3346
3346
  }
3347
3347
 
3348
3348
  const name = "@firebase/storage";
3349
- const version = "0.12.6-canary.f58d48cd4";
3349
+ const version = "0.12.6-dataconnect-preview.d986d4bf2";
3350
3350
 
3351
3351
  /**
3352
3352
  * @license
@@ -3445,7 +3445,7 @@ function uploadBytesResumable(ref, data, metadata) {
3445
3445
  }
3446
3446
  /**
3447
3447
  * A `Promise` that resolves with the metadata for this object. If this
3448
- * object doesn't exist or metadata cannot be retreived, the promise is
3448
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3449
3449
  * rejected.
3450
3450
  * @public
3451
3451
  * @param ref - {@link StorageReference} to get metadata from.