@firebase/database 0.13.4-canary.fcd4b8ac3 → 0.13.5-20220817201649

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.
@@ -156,9 +156,7 @@ export declare class DataSnapshot {
156
156
  * @returns true if enumeration was canceled due to your callback returning
157
157
  * true.
158
158
  */
159
- forEach(action: (child: DataSnapshot & {
160
- key: string;
161
- }) => boolean | void): boolean;
159
+ forEach(action: (child: DataSnapshot) => boolean | void): boolean;
162
160
  /**
163
161
  * Returns true if the specified child path has (non-null) data.
164
162
  *
package/dist/private.d.ts CHANGED
@@ -337,9 +337,7 @@ export declare class DataSnapshot {
337
337
  * @returns true if enumeration was canceled due to your callback returning
338
338
  * true.
339
339
  */
340
- forEach(action: (child: DataSnapshot & {
341
- key: string;
342
- }) => boolean | void): boolean;
340
+ forEach(action: (child: DataSnapshot) => boolean | void): boolean;
343
341
  /**
344
342
  * Returns true if the specified child path has (non-null) data.
345
343
  *
package/dist/public.d.ts CHANGED
@@ -159,9 +159,7 @@ export declare class DataSnapshot {
159
159
  * @returns true if enumeration was canceled due to your callback returning
160
160
  * true.
161
161
  */
162
- forEach(action: (child: DataSnapshot & {
163
- key: string;
164
- }) => boolean | void): boolean;
162
+ forEach(action: (child: DataSnapshot) => boolean | void): boolean;
165
163
  /**
166
164
  * Returns true if the specified child path has (non-null) data.
167
165
  *
@@ -156,9 +156,7 @@ export declare class DataSnapshot {
156
156
  * @returns true if enumeration was canceled due to your callback returning
157
157
  * true.
158
158
  */
159
- forEach(action: (child: DataSnapshot & {
160
- key: string;
161
- }) => boolean | void): boolean;
159
+ forEach(action: (child: DataSnapshot) => boolean | void): boolean;
162
160
  /**
163
161
  * Returns true if the specified child path has (non-null) data.
164
162
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/database",
3
- "version": "0.13.4-canary.fcd4b8ac3",
3
+ "version": "0.13.5-20220817201649",
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.fcd4b8ac3",
49
- "@firebase/util": "1.6.3-canary.fcd4b8ac3",
50
- "@firebase/component": "0.5.17-canary.fcd4b8ac3",
51
- "@firebase/auth-interop-types": "0.1.6-canary.fcd4b8ac3",
48
+ "@firebase/logger": "0.3.3",
49
+ "@firebase/util": "1.6.3",
50
+ "@firebase/component": "0.5.17",
51
+ "@firebase/auth-interop-types": "0.1.6",
52
52
  "faye-websocket": "0.11.4",
53
53
  "tslib": "^2.1.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@firebase/app": "0.7.30-canary.fcd4b8ac3",
56
+ "@firebase/app": "0.7.30",
57
57
  "rollup": "2.72.1",
58
58
  "rollup-plugin-typescript2": "0.31.2",
59
59
  "typescript": "4.2.2"