@firebase/storage 0.13.7-firebase-studio-sdk-integration.1adc0ae1f → 0.13.7-firebase-studio-sdk-integration.9de25069c
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 +3 -3
- 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 +3 -3
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +6 -6
|
@@ -3176,7 +3176,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3176
3176
|
storage.host = `${host}:${port}`;
|
|
3177
3177
|
const useSsl = util.isCloudWorkstation(host);
|
|
3178
3178
|
if (useSsl) {
|
|
3179
|
-
util.
|
|
3179
|
+
void util.pingServer(`https://${storage.host}`);
|
|
3180
3180
|
}
|
|
3181
3181
|
storage._isUsingEmulator = true;
|
|
3182
3182
|
storage._protocol = useSsl ? 'https' : 'http';
|
|
@@ -3347,7 +3347,7 @@ class FirebaseStorageImpl {
|
|
|
3347
3347
|
}
|
|
3348
3348
|
|
|
3349
3349
|
const name = "@firebase/storage";
|
|
3350
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3350
|
+
const version = "0.13.7-firebase-studio-sdk-integration.9de25069c";
|
|
3351
3351
|
|
|
3352
3352
|
/**
|
|
3353
3353
|
* @license
|