Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "stx", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "a blazing fast state manager with network sync out of the box", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,3 +32,3 @@ import { setOffset } from '../../stamp' | ||
const rT = getRtFromLeaves(branch, id) | ||
removeOwn(branch, leaf, id, rT, stamp, 1, true) | ||
removeOwn(branch, leaf, id, rT, stamp, 1, list[leaf.parent]) | ||
if (rT) { | ||
@@ -35,0 +35,0 @@ delete branch.rF[rT][id] |
164315