@firebase/database 0.13.4-canary.dc7574e0f → 0.13.5-20220816211541

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.
@@ -1289,7 +1289,7 @@ var WebSocketConnection = /** @class */ (function () {
1289
1289
  }());
1290
1290
 
1291
1291
  var name = "@firebase/database";
1292
- var version = "0.13.4-canary.dc7574e0f";
1292
+ var version = "0.13.5-20220816211541";
1293
1293
 
1294
1294
  /**
1295
1295
  * @license
@@ -9395,7 +9395,7 @@ function viewProcessorApplyServerMerge(viewProcessor, viewCache, path, changedCh
9395
9395
  });
9396
9396
  viewMergeTree.children.inorderTraversal(function (childKey, childMergeTree) {
9397
9397
  var isUnknownDeepMerge = !viewCache.serverCache.isCompleteForChild(childKey) &&
9398
- childMergeTree.value === undefined;
9398
+ childMergeTree.value === null;
9399
9399
  if (!serverNode.hasChild(childKey) && !isUnknownDeepMerge) {
9400
9400
  var serverChild = viewCache.serverCache
9401
9401
  .getNode()