@yorkie-js/sdk 0.7.1 → 0.7.3-alpha

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.
@@ -5830,6 +5830,8 @@
5830
5830
  if (!node || executedAt.after(node.getValue().getPositionedAt())) {
5831
5831
  this.nodeMapByKey.set(key, newNode);
5832
5832
  value.setMovedAt(executedAt);
5833
+ } else if (!node.isRemoved()) {
5834
+ value.remove(node.getValue().getPositionedAt());
5833
5835
  }
5834
5836
  return removed;
5835
5837
  }
@@ -19945,7 +19947,7 @@
19945
19947
  };
19946
19948
  }
19947
19949
  const name = "@yorkie-js/sdk";
19948
- const version = "0.7.1";
19950
+ const version = "0.7.3-alpha";
19949
19951
  const pkg = {
19950
19952
  name,
19951
19953
  version