loro-crdt
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -106,8 +106,8 @@ import { Value, AwarenessWasm, PeerID as PeerID$1, Container, ContainerID, TreeID, LoroDoc, OpId, Delta, LoroText, LoroMap, LoroTree, LoroList, LoroCounter, ContainerType } from 'loro-wasm'; | ||
index: number; | ||
fractional_index: string; | ||
fractionalIndex: string; | ||
} | { | ||
target: TreeID; | ||
action: "delete"; | ||
old_parent: TreeID | undefined; | ||
old_index: number; | ||
oldParent: TreeID | undefined; | ||
oldIndex: number; | ||
} | { | ||
@@ -118,5 +118,5 @@ target: TreeID; | ||
index: number; | ||
fractional_index: string; | ||
old_parent: TreeID | undefined; | ||
old_index: number; | ||
fractionalIndex: string; | ||
oldParent: TreeID | undefined; | ||
oldIndex: number; | ||
}; | ||
@@ -123,0 +123,0 @@ type TreeDiff = { |
{ | ||
"name": "loro-crdt", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"loro-wasm": "1.0.0-beta.2" | ||
"loro-wasm": "1.0.0-beta.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88310
+ Addedloro-wasm@1.0.0-beta.3(transitive)
- Removedloro-wasm@1.0.0-beta.2(transitive)
Updatedloro-wasm@1.0.0-beta.3