@yorkie-js/sdk 0.7.1 → 0.7.2
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/yorkie-js-sdk.es.js
CHANGED
|
@@ -5826,6 +5826,8 @@ class ElementRHT {
|
|
|
5826
5826
|
if (!node || executedAt.after(node.getValue().getPositionedAt())) {
|
|
5827
5827
|
this.nodeMapByKey.set(key, newNode);
|
|
5828
5828
|
value.setMovedAt(executedAt);
|
|
5829
|
+
} else if (!node.isRemoved()) {
|
|
5830
|
+
value.remove(node.getValue().getPositionedAt());
|
|
5829
5831
|
}
|
|
5830
5832
|
return removed;
|
|
5831
5833
|
}
|
|
@@ -19941,7 +19943,7 @@ function createAuthInterceptor(apiKey, token) {
|
|
|
19941
19943
|
};
|
|
19942
19944
|
}
|
|
19943
19945
|
const name = "@yorkie-js/sdk";
|
|
19944
|
-
const version = "0.7.
|
|
19946
|
+
const version = "0.7.2";
|
|
19945
19947
|
const pkg = {
|
|
19946
19948
|
name,
|
|
19947
19949
|
version
|