@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.
@@ -638,7 +638,7 @@ function makeQueryString(params) {
638
638
  * limitations under the License.
639
639
  */
640
640
  /**
641
- * Error codes for requests made by the the XhrIo wrapper.
641
+ * Error codes for requests made by the XhrIo wrapper.
642
642
  */
643
643
  var ErrorCode;
644
644
  (function (ErrorCode) {
@@ -3178,7 +3178,7 @@ function list$1(ref, options) {
3178
3178
  }
3179
3179
  /**
3180
3180
  * A `Promise` that resolves with the metadata for this object. If this
3181
- * object doesn't exist or metadata cannot be retreived, the promise is
3181
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3182
3182
  * rejected.
3183
3183
  * @public
3184
3184
  * @param ref - StorageReference to get metadata from.
@@ -3532,7 +3532,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3532
3532
  }());
3533
3533
 
3534
3534
  var name = "@firebase/storage";
3535
- var version = "0.12.6-canary.f58d48cd4";
3535
+ var version = "0.12.6-dataconnect-preview.d986d4bf2";
3536
3536
 
3537
3537
  /**
3538
3538
  * @license
@@ -3615,7 +3615,7 @@ function uploadBytesResumable(ref, data, metadata) {
3615
3615
  }
3616
3616
  /**
3617
3617
  * A `Promise` that resolves with the metadata for this object. If this
3618
- * object doesn't exist or metadata cannot be retreived, the promise is
3618
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3619
3619
  * rejected.
3620
3620
  * @public
3621
3621
  * @param ref - {@link StorageReference} to get metadata from.