@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 +2 -2
- package/changes.json +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.standalone.js +2 -3
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.js +1 -1
- package/package.json +14 -12
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.
|
|
17
|
-
| Processed | 2026-03-
|
|
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
package/dist/index.esm.js
CHANGED
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.
|
|
14
|
+
const version = "2.1.2";
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
package/dist/index.standalone.js
CHANGED
|
@@ -3717,7 +3717,7 @@ function isVersionServiceProvider(provider) {
|
|
|
3717
3717
|
}
|
|
3718
3718
|
|
|
3719
3719
|
const name$q = "@firebase/app";
|
|
3720
|
-
const version$1 = "0.14.
|
|
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.
|
|
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);
|