@firebase/storage 0.12.6-canary.6bb2e8931 → 0.12.6-canary.6d6ce8100

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.
@@ -621,22 +621,6 @@ function makeQueryString(params) {
621
621
  return queryPart;
622
622
  }
623
623
 
624
- /**
625
- * @license
626
- * Copyright 2017 Google LLC
627
- *
628
- * Licensed under the Apache License, Version 2.0 (the "License");
629
- * you may not use this file except in compliance with the License.
630
- * You may obtain a copy of the License at
631
- *
632
- * http://www.apache.org/licenses/LICENSE-2.0
633
- *
634
- * Unless required by applicable law or agreed to in writing, software
635
- * distributed under the License is distributed on an "AS IS" BASIS,
636
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
637
- * See the License for the specific language governing permissions and
638
- * limitations under the License.
639
- */
640
624
  /**
641
625
  * Error codes for requests made by the XhrIo wrapper.
642
626
  */
@@ -3532,7 +3516,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3532
3516
  }());
3533
3517
 
3534
3518
  var name = "@firebase/storage";
3535
- var version = "0.12.6-canary.6bb2e8931";
3519
+ var version = "0.12.6-canary.6d6ce8100";
3536
3520
 
3537
3521
  /**
3538
3522
  * @license