@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.
@@ -3177,7 +3177,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3177
3177
  const useSsl = util.isCloudWorkstation(host);
3178
3178
  // Workaround to get cookies in Firebase Studio
3179
3179
  if (useSsl) {
3180
- void util.pingServer(`https://${storage.host}`);
3180
+ void util.pingServer(`https://${storage.host}/b`);
3181
3181
  util.updateEmulatorBanner('Storage', true);
3182
3182
  }
3183
3183
  storage._isUsingEmulator = true;
@@ -3349,7 +3349,7 @@ class FirebaseStorageImpl {
3349
3349
  }
3350
3350
 
3351
3351
  const name = "@firebase/storage";
3352
- const version = "0.13.12";
3352
+ const version = "0.13.13";
3353
3353
 
3354
3354
  /**
3355
3355
  * @license