@firebase/database-compat 1.0.6 → 1.0.7-canary.b4c5ef3c3
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/database-compat/test/helpers/util.d.ts +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.standalone.js +10 -10
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/database-compat/test/helpers/util.d.ts +1 -1
- package/dist/node-esm/index.js +1 -1
- package/package.json +7 -7
@@ -28,7 +28,7 @@ export declare function createTestApp(): import("@firebase/app-compat").Firebase
|
|
28
28
|
export declare function getRootNode(i?: number, ref?: string): any;
|
29
29
|
/**
|
30
30
|
* Create multiple refs to the same top level
|
31
|
-
* push key - each on
|
31
|
+
* push key - each on its own Firebase.Context.
|
32
32
|
*/
|
33
33
|
export declare function getRandomNode(numNodes?: any): Reference | Reference[];
|
34
34
|
export declare function getQueryValue(query: Query): Promise<unknown>;
|
package/dist/node-esm/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@firebase/database-compat",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7-canary.b4c5ef3c3",
|
4
4
|
"description": "The Realtime Database component of the Firebase JS SDK.",
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
6
6
|
"main": "dist/index.js",
|
@@ -51,15 +51,15 @@
|
|
51
51
|
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
|
-
"@firebase/database": "1.0.
|
55
|
-
"@firebase/database-types": "1.0.4",
|
56
|
-
"@firebase/logger": "0.4.2",
|
57
|
-
"@firebase/util": "1.9.7",
|
58
|
-
"@firebase/component": "0.6.8",
|
54
|
+
"@firebase/database": "1.0.7-canary.b4c5ef3c3",
|
55
|
+
"@firebase/database-types": "1.0.4-canary.b4c5ef3c3",
|
56
|
+
"@firebase/logger": "0.4.2-canary.b4c5ef3c3",
|
57
|
+
"@firebase/util": "1.9.7-canary.b4c5ef3c3",
|
58
|
+
"@firebase/component": "0.6.8-canary.b4c5ef3c3",
|
59
59
|
"tslib": "^2.1.0"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@firebase/app-compat": "0.2.
|
62
|
+
"@firebase/app-compat": "0.2.38-canary.b4c5ef3c3",
|
63
63
|
"typescript": "4.7.4"
|
64
64
|
},
|
65
65
|
"repository": {
|