@firebase/storage 0.13.12 → 0.13.13

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.
@@ -3200,7 +3200,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3200
3200
  const useSsl = isCloudWorkstation(host);
3201
3201
  // Workaround to get cookies in Firebase Studio
3202
3202
  if (useSsl) {
3203
- void pingServer(`https://${storage.host}`);
3203
+ void pingServer(`https://${storage.host}/b`);
3204
3204
  updateEmulatorBanner('Storage', true);
3205
3205
  }
3206
3206
  storage._isUsingEmulator = true;
@@ -3372,7 +3372,7 @@ class FirebaseStorageImpl {
3372
3372
  }
3373
3373
 
3374
3374
  const name = "@firebase/storage";
3375
- const version = "0.13.12";
3375
+ const version = "0.13.13";
3376
3376
 
3377
3377
  /**
3378
3378
  * @license