@firebase/database 0.13.1-canary.421fc3ba5 → 0.13.1-canary.8c52a96ed
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.esm2017.js
CHANGED
|
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, base64, stringToByteA
|
|
|
4
4
|
import { Logger, LogLevel } from '@firebase/logger';
|
|
5
5
|
|
|
6
6
|
const name = "@firebase/database";
|
|
7
|
-
const version = "0.13.1-canary.
|
|
7
|
+
const version = "0.13.1-canary.8c52a96ed";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
package/dist/index.esm5.js
CHANGED
|
@@ -5,7 +5,7 @@ import { __spreadArray, __read, __values, __extends, __awaiter, __generator, __a
|
|
|
5
5
|
import { Logger, LogLevel } from '@firebase/logger';
|
|
6
6
|
|
|
7
7
|
var name = "@firebase/database";
|
|
8
|
-
var version = "0.13.1-canary.
|
|
8
|
+
var version = "0.13.1-canary.8c52a96ed";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
|
@@ -1241,7 +1241,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
|
|
|
1241
1241
|
WebSocketConnection.healthyTimeout = 30000;
|
|
1242
1242
|
|
|
1243
1243
|
const name = "@firebase/database";
|
|
1244
|
-
const version = "0.13.1-canary.
|
|
1244
|
+
const version = "0.13.1-canary.8c52a96ed";
|
|
1245
1245
|
|
|
1246
1246
|
/**
|
|
1247
1247
|
* @license
|
|
@@ -22,11 +22,6 @@ export declare function testRepoInfo(url: any): import("../../src/core/RepoInfo"
|
|
|
22
22
|
export declare function repoInfoForConnectionTest(): import("../../src/core/RepoInfo").RepoInfo;
|
|
23
23
|
export declare function shuffle(arr: any, randFn?: () => number): void;
|
|
24
24
|
export declare function waitFor(waitTimeInMS: number): Promise<unknown>;
|
|
25
|
-
/**
|
|
26
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
27
|
-
* TODO: extract this into @firebase/util
|
|
28
|
-
*/
|
|
29
|
-
export declare function uuidv4(): string;
|
|
30
25
|
export declare function getUniqueRef(db: Database): {
|
|
31
26
|
ref: import("../../src").DatabaseReference;
|
|
32
27
|
path: string;
|
|
@@ -22,11 +22,6 @@ export declare function testRepoInfo(url: any): import("../../src/core/RepoInfo"
|
|
|
22
22
|
export declare function repoInfoForConnectionTest(): import("../../src/core/RepoInfo").RepoInfo;
|
|
23
23
|
export declare function shuffle(arr: any, randFn?: () => number): void;
|
|
24
24
|
export declare function waitFor(waitTimeInMS: number): Promise<unknown>;
|
|
25
|
-
/**
|
|
26
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
27
|
-
* TODO: extract this into @firebase/util
|
|
28
|
-
*/
|
|
29
|
-
export declare function uuidv4(): string;
|
|
30
25
|
export declare function getUniqueRef(db: Database): {
|
|
31
26
|
ref: import("../../src").DatabaseReference;
|
|
32
27
|
path: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/database",
|
|
3
|
-
"version": "0.13.1-canary.
|
|
3
|
+
"version": "0.13.1-canary.8c52a96ed",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"license": "Apache-2.0",
|
|
46
46
|
"peerDependencies": {},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@firebase/logger": "0.3.3-canary.
|
|
49
|
-
"@firebase/util": "1.6.1-canary.
|
|
50
|
-
"@firebase/component": "0.5.15-canary.
|
|
51
|
-
"@firebase/auth-interop-types": "0.1.6-canary.
|
|
48
|
+
"@firebase/logger": "0.3.3-canary.8c52a96ed",
|
|
49
|
+
"@firebase/util": "1.6.1-canary.8c52a96ed",
|
|
50
|
+
"@firebase/component": "0.5.15-canary.8c52a96ed",
|
|
51
|
+
"@firebase/auth-interop-types": "0.1.6-canary.8c52a96ed",
|
|
52
52
|
"faye-websocket": "0.11.4",
|
|
53
53
|
"tslib": "^2.1.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@firebase/app": "0.7.26-canary.
|
|
56
|
+
"@firebase/app": "0.7.26-canary.8c52a96ed",
|
|
57
57
|
"rollup": "2.72.1",
|
|
58
58
|
"rollup-plugin-typescript2": "0.31.2",
|
|
59
59
|
"typescript": "4.2.2",
|