@firebase/database 0.13.4-canary.dc7574e0f → 0.13.4-canary.fcd4b8ac3
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/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +6 -6
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.4-canary.
|
|
7
|
+
const version = "0.13.4-canary.fcd4b8ac3";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
|
@@ -9135,7 +9135,7 @@ function viewProcessorApplyServerMerge(viewProcessor, viewCache, path, changedCh
|
|
|
9135
9135
|
});
|
|
9136
9136
|
viewMergeTree.children.inorderTraversal((childKey, childMergeTree) => {
|
|
9137
9137
|
const isUnknownDeepMerge = !viewCache.serverCache.isCompleteForChild(childKey) &&
|
|
9138
|
-
childMergeTree.value ===
|
|
9138
|
+
childMergeTree.value === null;
|
|
9139
9139
|
if (!serverNode.hasChild(childKey) && !isUnknownDeepMerge) {
|
|
9140
9140
|
const serverChild = viewCache.serverCache
|
|
9141
9141
|
.getNode()
|