@firebase/database 1.0.3 → 1.0.4-canary.0068ed5ab
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
package/dist/index.esm2017.js
CHANGED
|
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
|
|
|
4
4
|
import { Logger, LogLevel } from '@firebase/logger';
|
|
5
5
|
|
|
6
6
|
const name = "@firebase/database";
|
|
7
|
-
const version = "1.0.
|
|
7
|
+
const version = "1.0.4-canary.0068ed5ab";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -1251,7 +1251,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
|
|
|
1251
1251
|
WebSocketConnection.healthyTimeout = 30000;
|
|
1252
1252
|
|
|
1253
1253
|
const name = "@firebase/database";
|
|
1254
|
-
const version = "1.0.
|
|
1254
|
+
const version = "1.0.4-canary.0068ed5ab";
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* @license
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "0.1.2"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/database",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4-canary.0068ed5ab",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"peerDependencies": {},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@firebase/logger": "0.4.
|
|
53
|
-
"@firebase/util": "1.9.
|
|
54
|
-
"@firebase/component": "0.6.
|
|
55
|
-
"@firebase/app-check-interop-types": "0.3.
|
|
56
|
-
"@firebase/auth-interop-types": "0.2.
|
|
52
|
+
"@firebase/logger": "0.4.1-canary.0068ed5ab",
|
|
53
|
+
"@firebase/util": "1.9.5-canary.0068ed5ab",
|
|
54
|
+
"@firebase/component": "0.6.6-canary.0068ed5ab",
|
|
55
|
+
"@firebase/app-check-interop-types": "0.3.1-canary.0068ed5ab",
|
|
56
|
+
"@firebase/auth-interop-types": "0.2.2-canary.0068ed5ab",
|
|
57
57
|
"faye-websocket": "0.11.4",
|
|
58
58
|
"tslib": "^2.1.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@firebase/app": "0.
|
|
61
|
+
"@firebase/app": "0.10.0-canary.0068ed5ab",
|
|
62
62
|
"rollup": "2.79.1",
|
|
63
63
|
"rollup-plugin-typescript2": "0.31.2",
|
|
64
64
|
"typescript": "4.7.4"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"repository": {
|
|
67
67
|
"directory": "packages/database",
|
|
68
68
|
"type": "git",
|
|
69
|
-
"url": "https://github.com/firebase/firebase-js-sdk.git"
|
|
69
|
+
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
|
70
70
|
},
|
|
71
71
|
"bugs": {
|
|
72
72
|
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|