@depup/firebase__database-compat 2.1.1-depup.0 → 2.1.2-depup.0

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/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/firebase__database-compat
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@firebase/database-compat](https://www.npmjs.com/package/@firebase/database-compat) @ 2.1.1 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@firebase/database-compat](https://www.npmjs.com/package/@firebase/database-compat) @ 2.1.2 |
17
+ | Processed | 2026-03-19 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 1 |
20
20
 
package/changes.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "to": "^2.8.1"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-17T16:31:11.447Z",
8
+ "timestamp": "2026-03-19T16:24:09.952Z",
9
9
  "totalUpdated": 1
10
10
  }
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import { errorPrefix, validateArgCount, validateCallback, validateContextObject,
5
5
  import { Logger } from '@firebase/logger';
6
6
 
7
7
  const name = "@firebase/database-compat";
8
- const version = "2.1.1";
8
+ const version = "2.1.2";
9
9
 
10
10
  /**
11
11
  * @license
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
12
12
 
13
13
  const name = "@firebase/database-compat";
14
- const version = "2.1.1";
14
+ const version = "2.1.2";
15
15
 
16
16
  /**
17
17
  * @license
@@ -3717,7 +3717,7 @@ function isVersionServiceProvider(provider) {
3717
3717
  }
3718
3718
 
3719
3719
  const name$q = "@firebase/app";
3720
- const version$1 = "0.14.9";
3720
+ const version$1 = "0.14.10";
3721
3721
 
3722
3722
  /**
3723
3723
  * @license
@@ -3788,7 +3788,7 @@ const name$2 = "@firebase/ai";
3788
3788
  const name$1 = "@firebase/firestore-compat";
3789
3789
 
3790
3790
  const name = "firebase";
3791
- const version = "12.10.0";
3791
+ const version = "12.11.0";
3792
3792
 
3793
3793
  /**
3794
3794
  * @license
@@ -18615,7 +18615,6 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
18615
18615
  // Workaround to get cookies in Firebase Studio
18616
18616
  if (util.isCloudWorkstation(host)) {
18617
18617
  void util.pingServer(host);
18618
- util.updateEmulatorBanner('Database', true);
18619
18618
  }
18620
18619
  // Modify the repo to apply emulator settings
18621
18620
  repoManagerApplyEmulatorSettings(repo, hostAndPort, options, tokenProvider);