@firebase/storage 0.14.1 → 0.14.2

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.
@@ -1,5 +1,5 @@
1
1
  import { _isFirebaseServerApp, _getProvider, getApp, _registerComponent, registerVersion, SDK_VERSION } from '@firebase/app';
2
- import { FirebaseError, isCloudWorkstation, pingServer, updateEmulatorBanner, createMockUserToken, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util';
2
+ import { FirebaseError, isCloudWorkstation, pingServer, createMockUserToken, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util';
3
3
  import { Component } from '@firebase/component';
4
4
 
5
5
  /**
@@ -3201,7 +3201,6 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3201
3201
  // Workaround to get cookies in Firebase Studio
3202
3202
  if (useSsl) {
3203
3203
  void pingServer(`https://${storage.host}/b`);
3204
- updateEmulatorBanner('Storage', true);
3205
3204
  }
3206
3205
  storage._isUsingEmulator = true;
3207
3206
  storage._protocol = useSsl ? 'https' : 'http';
@@ -3372,7 +3371,7 @@ class FirebaseStorageImpl {
3372
3371
  }
3373
3372
 
3374
3373
  const name = "@firebase/storage";
3375
- const version = "0.14.1";
3374
+ const version = "0.14.2";
3376
3375
 
3377
3376
  /**
3378
3377
  * @license