@firebase/storage 0.14.1 → 0.14.2
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.esm.js +2 -3
- package/dist/index.esm.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 +2 -3
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _isFirebaseServerApp, _getProvider, getApp, _registerComponent, registerVersion, SDK_VERSION } from '@firebase/app';
|
|
2
|
-
import { FirebaseError, isCloudWorkstation, pingServer,
|
|
2
|
+
import { FirebaseError, isCloudWorkstation, pingServer, createMockUserToken, getModularInstance, getDefaultEmulatorHostnameAndPort } from '@firebase/util';
|
|
3
3
|
import { Component } from '@firebase/component';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -3174,7 +3174,6 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3174
3174
|
// Workaround to get cookies in Firebase Studio
|
|
3175
3175
|
if (useSsl) {
|
|
3176
3176
|
void pingServer(`https://${storage.host}/b`);
|
|
3177
|
-
updateEmulatorBanner('Storage', true);
|
|
3178
3177
|
}
|
|
3179
3178
|
storage._isUsingEmulator = true;
|
|
3180
3179
|
storage._protocol = useSsl ? 'https' : 'http';
|
|
@@ -3345,7 +3344,7 @@ class FirebaseStorageImpl {
|
|
|
3345
3344
|
}
|
|
3346
3345
|
|
|
3347
3346
|
const name = "@firebase/storage";
|
|
3348
|
-
const version = "0.14.
|
|
3347
|
+
const version = "0.14.2";
|
|
3349
3348
|
|
|
3350
3349
|
/**
|
|
3351
3350
|
* @license
|