@firebase/storage 0.13.11 → 0.13.12-20250521232236
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 +1 -2
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +1 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +1 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +1 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -3349,7 +3349,7 @@ class FirebaseStorageImpl {
|
|
|
3349
3349
|
}
|
|
3350
3350
|
|
|
3351
3351
|
const name = "@firebase/storage";
|
|
3352
|
-
const version = "0.13.
|
|
3352
|
+
const version = "0.13.12-20250521232236";
|
|
3353
3353
|
|
|
3354
3354
|
/**
|
|
3355
3355
|
* @license
|
|
@@ -3560,7 +3560,6 @@ function _getChild(ref, childPath) {
|
|
|
3560
3560
|
*/
|
|
3561
3561
|
function getStorage(app$1 = app.getApp(), bucketUrl) {
|
|
3562
3562
|
app$1 = util.getModularInstance(app$1);
|
|
3563
|
-
util.updateEmulatorBanner('Storage', false);
|
|
3564
3563
|
const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
|
|
3565
3564
|
const storageInstance = storageProvider.getImmediate({
|
|
3566
3565
|
identifier: bucketUrl
|