loro-crdt 0.15.1 → 0.15.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/CHANGELOG.md +23 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e30678d: Perf: fix deletions merge
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- _(wasm)_ Movable list .kind() (#342)
|
|
12
|
+
|
|
13
|
+
#### ⚡ Performance
|
|
14
|
+
|
|
15
|
+
- Delete span merge err (#348)
|
|
16
|
+
|
|
17
|
+
#### ⚙️ Miscellaneous Tasks
|
|
18
|
+
|
|
19
|
+
- Warn missing debug impl (#347)
|
|
20
|
+
|
|
21
|
+
<!-- generated by git-cliff -->
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [e30678d]
|
|
24
|
+
- loro-wasm@0.15.2
|
|
25
|
+
|
|
3
26
|
## 0.15.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loro-crdt",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"crdt",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"homepage": "https://loro.dev",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"loro-wasm": "0.15.
|
|
20
|
+
"loro-wasm": "0.15.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@rollup/plugin-node-resolve": "^15.0.1",
|