@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.
- package/dist/index.browser.cjs.js +2 -2
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +6 -6
package/dist/index.node.cjs.js
CHANGED
|
@@ -3203,7 +3203,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3203
3203
|
storage.host = `${host}:${port}`;
|
|
3204
3204
|
const useSsl = util.isCloudWorkstation(host);
|
|
3205
3205
|
if (useSsl) {
|
|
3206
|
-
util.testConnectionAlive(`https://${storage.host}`);
|
|
3206
|
+
void util.testConnectionAlive(`https://${storage.host}`);
|
|
3207
3207
|
}
|
|
3208
3208
|
storage._isUsingEmulator = true;
|
|
3209
3209
|
storage._protocol = useSsl ? 'https' : 'http';
|
|
@@ -3374,7 +3374,7 @@ class FirebaseStorageImpl {
|
|
|
3374
3374
|
}
|
|
3375
3375
|
|
|
3376
3376
|
const name = "@firebase/storage";
|
|
3377
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3377
|
+
const version = "0.13.7-firebase-studio-sdk-integration.226be0bb1";
|
|
3378
3378
|
|
|
3379
3379
|
/**
|
|
3380
3380
|
* @license
|