@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.
package/dist/index.cjs.js CHANGED
@@ -3334,7 +3334,7 @@ class FirebaseStorageImpl {
3334
3334
  }
3335
3335
 
3336
3336
  const name = "@firebase/storage";
3337
- const version = "0.13.2";
3337
+ const version = "0.13.3";
3338
3338
 
3339
3339
  /**
3340
3340
  * @license
@@ -3636,7 +3636,7 @@ function registerStorage() {
3636
3636
  app._registerComponent(new component.Component(STORAGE_TYPE, factory, "PUBLIC" /* ComponentType.PUBLIC */).setMultipleInstances(true));
3637
3637
  //RUNTIME_ENV will be replaced during the compilation to "node" for nodejs and an empty string for browser
3638
3638
  app.registerVersion(name, version, '');
3639
- // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
3639
+ // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
3640
3640
  app.registerVersion(name, version, 'cjs2017');
3641
3641
  }
3642
3642
  registerStorage();