Comparing version 0.6.3 to 0.6.4
@@ -1618,2 +1618,5 @@ 'use strict'; | ||
if (depth === 0 || !isCachedForStamp(socket, isMaster, id, leaf.stamp)) { | ||
if (id in data.leaves) { | ||
keys.push(...data.leaves[id][5]); | ||
} | ||
data.leaves[id] = [leaf.key, leaf.parent, leaf.stamp, leaf.val, leaf.rT, keys, leaf.depth]; | ||
@@ -1620,0 +1623,0 @@ if (socket.cleanLeaves[id]) { |
{ | ||
"name": "stx", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "a blazing fast state manager with network sync out of the box", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
463987
6187