@firebase/database 0.12.8-2022312211851 → 0.12.8
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/CHANGELOG.md +3 -3
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/node-esm/index.node.esm.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Unreleased
|
|
2
2
|
|
|
3
|
-
## 0.12.8
|
|
3
|
+
## 0.12.8
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [`7a4e65cef`](https://github.com/firebase/firebase-js-sdk/commit/7a4e65cef9468a20fb32dc112aa7113345bc76c5) [#6126](https://github.com/firebase/firebase-js-sdk/pull/6126) - Fix issue where if a websocket protocol was used in the databaseURL, `webSocketOnly` field was incorrectly set to undefined. (When using `wss` or `ws` protocols in the databaseURL, webSocketOnly will be true and longPolling will be disabled)
|
|
8
8
|
|
|
9
9
|
- Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
|
|
10
|
-
- @firebase/util@1.5.2
|
|
11
|
-
- @firebase/component@0.5.13
|
|
10
|
+
- @firebase/util@1.5.2
|
|
11
|
+
- @firebase/component@0.5.13
|
|
12
12
|
|
|
13
13
|
## 0.12.7
|
|
14
14
|
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -1246,7 +1246,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
|
|
|
1246
1246
|
WebSocketConnection.healthyTimeout = 30000;
|
|
1247
1247
|
|
|
1248
1248
|
const name = "@firebase/database";
|
|
1249
|
-
const version = "0.12.8
|
|
1249
|
+
const version = "0.12.8";
|
|
1250
1250
|
|
|
1251
1251
|
/**
|
|
1252
1252
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/database",
|
|
3
|
-
"version": "0.12.8
|
|
3
|
+
"version": "0.12.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"peerDependencies": {},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@firebase/logger": "0.3.2",
|
|
48
|
-
"@firebase/util": "1.5.2
|
|
49
|
-
"@firebase/component": "0.5.13
|
|
48
|
+
"@firebase/util": "1.5.2",
|
|
49
|
+
"@firebase/component": "0.5.13",
|
|
50
50
|
"@firebase/auth-interop-types": "0.1.6",
|
|
51
51
|
"faye-websocket": "0.11.4",
|
|
52
52
|
"tslib": "^2.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@firebase/app": "0.7.21
|
|
55
|
+
"@firebase/app": "0.7.21",
|
|
56
56
|
"rollup": "2.57.0",
|
|
57
57
|
"rollup-plugin-typescript2": "0.30.0",
|
|
58
58
|
"typescript": "4.2.2"
|