@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.
package/dist/index.cjs.js CHANGED
@@ -606,7 +606,7 @@ function makeQueryString(params) {
606
606
  * limitations under the License.
607
607
  */
608
608
  /**
609
- * Error codes for requests made by the the XhrIo wrapper.
609
+ * Error codes for requests made by the XhrIo wrapper.
610
610
  */
611
611
  var ErrorCode;
612
612
  (function (ErrorCode) {
@@ -3040,7 +3040,7 @@ function list$1(ref, options) {
3040
3040
  }
3041
3041
  /**
3042
3042
  * 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
3043
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3044
3044
  * rejected.
3045
3045
  * @public
3046
3046
  * @param ref - StorageReference to get metadata from.
@@ -3350,7 +3350,7 @@ class FirebaseStorageImpl {
3350
3350
  }
3351
3351
 
3352
3352
  const name = "@firebase/storage";
3353
- const version = "0.12.6-canary.f58d48cd4";
3353
+ const version = "0.12.6-dataconnect-preview.d986d4bf2";
3354
3354
 
3355
3355
  /**
3356
3356
  * @license
@@ -3449,7 +3449,7 @@ function uploadBytesResumable(ref, data, metadata) {
3449
3449
  }
3450
3450
  /**
3451
3451
  * 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
3452
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3453
3453
  * rejected.
3454
3454
  * @public
3455
3455
  * @param ref - {@link StorageReference} to get metadata from.