@firebase/database 0.13.4-canary.dc7574e0f → 0.13.4-canary.dcfebe8dc
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 +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +2 -2
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +1 -1
- package/dist/index.standalone.js.map +1 -1
- package/dist/internal.d.ts +1 -3
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/node-esm/src/api/Reference_impl.d.ts +1 -3
- package/dist/private.d.ts +1 -3
- package/dist/public.d.ts +1 -3
- package/dist/src/api/Reference_impl.d.ts +1 -3
- package/package.json +6 -6
package/dist/internal.d.ts
CHANGED
|
@@ -338,9 +338,7 @@ export declare class DataSnapshot {
|
|
|
338
338
|
* @returns true if enumeration was canceled due to your callback returning
|
|
339
339
|
* true.
|
|
340
340
|
*/
|
|
341
|
-
forEach(action: (child: DataSnapshot
|
|
342
|
-
key: string;
|
|
343
|
-
}) => boolean | void): boolean;
|
|
341
|
+
forEach(action: (child: DataSnapshot) => boolean | void): boolean;
|
|
344
342
|
/**
|
|
345
343
|
* Returns true if the specified child path has (non-null) data.
|
|
346
344
|
*
|
|
@@ -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.4-canary.
|
|
1244
|
+
const version = "0.13.4-canary.dcfebe8dc";
|
|
1245
1245
|
|
|
1246
1246
|
/**
|
|
1247
1247
|
* @license
|
|
@@ -9139,7 +9139,7 @@ function viewProcessorApplyServerMerge(viewProcessor, viewCache, path, changedCh
|
|
|
9139
9139
|
});
|
|
9140
9140
|
viewMergeTree.children.inorderTraversal((childKey, childMergeTree) => {
|
|
9141
9141
|
const isUnknownDeepMerge = !viewCache.serverCache.isCompleteForChild(childKey) &&
|
|
9142
|
-
childMergeTree.value ===
|
|
9142
|
+
childMergeTree.value === null;
|
|
9143
9143
|
if (!serverNode.hasChild(childKey) && !isUnknownDeepMerge) {
|
|
9144
9144
|
const serverChild = viewCache.serverCache
|
|
9145
9145
|
.getNode()
|