@firebase/database 1.1.3-eap-crashlytics.659b578fb → 1.1.4-20260728185501

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
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
8
8
  var logger$1 = require('@firebase/logger');
9
9
 
10
10
  const name = "@firebase/database";
11
- const version = "1.1.3-eap-crashlytics.659b578fb";
11
+ const version = "1.1.4-20260728185501";
12
12
 
13
13
  /**
14
14
  * @license
package/dist/index.esm.js CHANGED
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, stringToByteArray, Sha1, base64,
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "1.1.3-eap-crashlytics.659b578fb";
7
+ const version = "1.1.4-20260728185501";
8
8
 
9
9
  /**
10
10
  * @license
@@ -1256,7 +1256,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1256
1256
  WebSocketConnection.healthyTimeout = 30000;
1257
1257
 
1258
1258
  const name = "@firebase/database";
1259
- const version = "1.1.3-eap-crashlytics.659b578fb";
1259
+ const version = "1.1.4-20260728185501";
1260
1260
 
1261
1261
  /**
1262
1262
  * @license
@@ -1252,7 +1252,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1252
1252
  WebSocketConnection.healthyTimeout = 30000;
1253
1253
 
1254
1254
  const name = "@firebase/database";
1255
- const version = "1.1.3-eap-crashlytics.659b578fb";
1255
+ const version = "1.1.4-20260728185501";
1256
1256
 
1257
1257
  /**
1258
1258
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "1.1.3-eap-crashlytics.659b578fb",
3
+ "version": "1.1.4-20260728185501",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -48,16 +48,16 @@
48
48
  "license": "Apache-2.0",
49
49
  "peerDependencies": {},
50
50
  "dependencies": {
51
- "@firebase/logger": "0.5.1-eap-crashlytics.659b578fb",
52
- "@firebase/util": "1.15.1-eap-crashlytics.659b578fb",
53
- "@firebase/component": "0.7.3-eap-crashlytics.659b578fb",
54
- "@firebase/app-check-interop-types": "0.3.4-eap-crashlytics.659b578fb",
55
- "@firebase/auth-interop-types": "0.2.5-eap-crashlytics.659b578fb",
51
+ "@firebase/logger": "0.5.1",
52
+ "@firebase/util": "1.15.2-20260728185501",
53
+ "@firebase/component": "0.7.4-20260728185501",
54
+ "@firebase/app-check-interop-types": "0.3.4",
55
+ "@firebase/auth-interop-types": "0.2.5",
56
56
  "faye-websocket": "0.11.4",
57
57
  "tslib": "^2.1.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@firebase/app": "0.15.1-eap-crashlytics.659b578fb",
60
+ "@firebase/app": "0.16.0-20260728185501",
61
61
  "rollup": "4.62.2",
62
62
  "rollup-plugin-typescript2": "0.37.0",
63
63
  "typescript": "5.5.4"