@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.node.cjs.js
CHANGED
|
@@ -3204,7 +3204,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3204
3204
|
const useSsl = util.isCloudWorkstation(host);
|
|
3205
3205
|
// Workaround to get cookies in Firebase Studio
|
|
3206
3206
|
if (useSsl) {
|
|
3207
|
-
void util.pingServer(`https://${storage.host}`);
|
|
3207
|
+
void util.pingServer(`https://${storage.host}/b`);
|
|
3208
3208
|
util.updateEmulatorBanner('Storage', true);
|
|
3209
3209
|
}
|
|
3210
3210
|
storage._isUsingEmulator = true;
|
|
@@ -3376,7 +3376,7 @@ class FirebaseStorageImpl {
|
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
3378
|
const name = "@firebase/storage";
|
|
3379
|
-
const version = "0.13.
|
|
3379
|
+
const version = "0.13.13";
|
|
3380
3380
|
|
|
3381
3381
|
/**
|
|
3382
3382
|
* @license
|