@firebase/storage 0.13.7-firebase-studio-sdk-integration.1adc0ae1f → 0.13.7-firebase-studio-sdk-integration.226be0bb1

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.
@@ -3172,7 +3172,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3172
3172
  storage.host = `${host}:${port}`;
3173
3173
  const useSsl = isCloudWorkstation(host);
3174
3174
  if (useSsl) {
3175
- testConnectionAlive(`https://${storage.host}`);
3175
+ void testConnectionAlive(`https://${storage.host}`);
3176
3176
  }
3177
3177
  storage._isUsingEmulator = true;
3178
3178
  storage._protocol = useSsl ? 'https' : 'http';
@@ -3343,7 +3343,7 @@ class FirebaseStorageImpl {
3343
3343
  }
3344
3344
 
3345
3345
  const name = "@firebase/storage";
3346
- const version = "0.13.7-firebase-studio-sdk-integration.1adc0ae1f";
3346
+ const version = "0.13.7-firebase-studio-sdk-integration.226be0bb1";
3347
3347
 
3348
3348
  /**
3349
3349
  * @license