@firebase/database 1.0.7 → 1.0.8-canary.1ca18c459
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.8-canary.1ca18c459";
|
|
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.8-canary.1ca18c459";
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/database",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8-canary.1ca18c459",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"test": "run-p --npm-path npm lint test:emulator",
|
|
39
39
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:emulator",
|
|
40
40
|
"test:all": "run-p --npm-path npm lint test:browser test:node",
|
|
41
|
-
"test:browser": "karma start
|
|
41
|
+
"test:browser": "karma start",
|
|
42
42
|
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
|
|
43
43
|
"test:emulator": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts",
|
|
44
44
|
"trusted-type-check": "tsec -p tsconfig.json --noEmit",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"license": "Apache-2.0",
|
|
51
51
|
"peerDependencies": {},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@firebase/logger": "0.4.2",
|
|
54
|
-
"@firebase/util": "1.
|
|
55
|
-
"@firebase/component": "0.6.
|
|
56
|
-
"@firebase/app-check-interop-types": "0.3.2",
|
|
57
|
-
"@firebase/auth-interop-types": "0.2.3",
|
|
53
|
+
"@firebase/logger": "0.4.2-canary.1ca18c459",
|
|
54
|
+
"@firebase/util": "1.10.0-canary.1ca18c459",
|
|
55
|
+
"@firebase/component": "0.6.9-canary.1ca18c459",
|
|
56
|
+
"@firebase/app-check-interop-types": "0.3.2-canary.1ca18c459",
|
|
57
|
+
"@firebase/auth-interop-types": "0.2.3-canary.1ca18c459",
|
|
58
58
|
"faye-websocket": "0.11.4",
|
|
59
59
|
"tslib": "^2.1.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@firebase/app": "0.10.
|
|
62
|
+
"@firebase/app": "0.10.12-canary.1ca18c459",
|
|
63
63
|
"rollup": "2.79.1",
|
|
64
64
|
"rollup-plugin-typescript2": "0.31.2",
|
|
65
65
|
"typescript": "4.7.4"
|