@firebase/storage 0.13.2 → 0.13.3

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.
@@ -3330,7 +3330,7 @@ class FirebaseStorageImpl {
3330
3330
  }
3331
3331
 
3332
3332
  const name = "@firebase/storage";
3333
- const version = "0.13.2";
3333
+ const version = "0.13.3";
3334
3334
 
3335
3335
  /**
3336
3336
  * @license
@@ -3632,7 +3632,7 @@ function registerStorage() {
3632
3632
  _registerComponent(new Component(STORAGE_TYPE, factory, "PUBLIC" /* ComponentType.PUBLIC */).setMultipleInstances(true));
3633
3633
  //RUNTIME_ENV will be replaced during the compilation to "node" for nodejs and an empty string for browser
3634
3634
  registerVersion(name, version, '');
3635
- // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
3635
+ // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
3636
3636
  registerVersion(name, version, 'esm2017');
3637
3637
  }
3638
3638
  registerStorage();