@firebase/storage 0.13.8-canary.f92069a21 → 0.13.8

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
@@ -3178,7 +3178,6 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3178
3178
  // Workaround to get cookies in Firebase Studio
3179
3179
  if (useSsl) {
3180
3180
  void util.pingServer(`https://${storage.host}`);
3181
- util.updateEmulatorBanner('Storage', true);
3182
3181
  }
3183
3182
  storage._isUsingEmulator = true;
3184
3183
  storage._protocol = useSsl ? 'https' : 'http';
@@ -3349,7 +3348,7 @@ class FirebaseStorageImpl {
3349
3348
  }
3350
3349
 
3351
3350
  const name = "@firebase/storage";
3352
- const version = "0.13.8-canary.f92069a21";
3351
+ const version = "0.13.8";
3353
3352
 
3354
3353
  /**
3355
3354
  * @license
@@ -3560,7 +3559,6 @@ function _getChild(ref, childPath) {
3560
3559
  */
3561
3560
  function getStorage(app$1 = app.getApp(), bucketUrl) {
3562
3561
  app$1 = util.getModularInstance(app$1);
3563
- util.updateEmulatorBanner('Storage', false);
3564
3562
  const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
3565
3563
  const storageInstance = storageProvider.getImmediate({
3566
3564
  identifier: bucketUrl