@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.
- 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 +3 -3
package/dist/index.esm2017.js
CHANGED
|
@@ -3173,7 +3173,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3173
3173
|
const useSsl = isCloudWorkstation(host);
|
|
3174
3174
|
// Workaround to get cookies in Firebase Studio
|
|
3175
3175
|
if (useSsl) {
|
|
3176
|
-
void pingServer(`https://${storage.host}`);
|
|
3176
|
+
void pingServer(`https://${storage.host}/b`);
|
|
3177
3177
|
updateEmulatorBanner('Storage', true);
|
|
3178
3178
|
}
|
|
3179
3179
|
storage._isUsingEmulator = true;
|
|
@@ -3345,7 +3345,7 @@ class FirebaseStorageImpl {
|
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
3347
3347
|
const name = "@firebase/storage";
|
|
3348
|
-
const version = "0.13.
|
|
3348
|
+
const version = "0.13.13";
|
|
3349
3349
|
|
|
3350
3350
|
/**
|
|
3351
3351
|
* @license
|