@firebase/firestore 4.7.11-firebase-studio-sdk-integration.fe1264c00 → 4.7.11-firebase-studio-sdk-integration.a528caf5f

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.cjs.js CHANGED
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
9
9
  var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
10
10
  var webchannelBlob = require('@firebase/webchannel-wrapper/webchannel-blob');
11
11
 
12
- const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
12
+ const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.a528caf5f";
13
13
 
14
14
  /**
15
15
  * @license
@@ -71,7 +71,7 @@ User.MOCK_USER = new User("mock-user");
71
71
  * See the License for the specific language governing permissions and
72
72
  * limitations under the License.
73
73
  */
74
- let M = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
74
+ let M = "11.6.1-firebase-studio-sdk-integration.a528caf5f";
75
75
 
76
76
  /**
77
77
  * @license
@@ -18603,7 +18603,7 @@ class Firestore$1 {
18603
18603
  return this._emulatorOptions;
18604
18604
  }
18605
18605
  _freezeSettings() {
18606
- return this._settingsFrozen = !0, util.isCloudWorkstation(this._settings.host) && util.updateEmulatorBanner("Firestore", this._settings.isUsingEmulator),
18606
+ return this._settingsFrozen = !0, util.updateEmulatorBanner("Firestore", this._settings.isUsingEmulator),
18607
18607
  this._settings;
18608
18608
  }
18609
18609
  _delete() {