loro-crdt 1.10.3 → 1.10.5
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 +13 -0
- package/base64/index.js +102 -97
- package/base64/loro_wasm.d.ts +11 -9
- package/bundler/index.js +31 -27
- package/bundler/index.js.map +1 -1
- package/bundler/loro_wasm.d.ts +11 -9
- package/bundler/loro_wasm_bg.js +67 -66
- package/bundler/loro_wasm_bg.wasm +0 -0
- package/bundler/loro_wasm_bg.wasm.d.ts +1 -1
- package/nodejs/index.js +30 -26
- package/nodejs/index.js.map +1 -1
- package/nodejs/loro_wasm.d.ts +11 -9
- package/nodejs/loro_wasm.js +67 -66
- package/nodejs/loro_wasm_bg.wasm +0 -0
- package/nodejs/loro_wasm_bg.wasm.d.ts +1 -1
- package/package.json +1 -1
- package/web/index.js +31 -27
- package/web/index.js.map +1 -1
- package/web/loro_wasm.d.ts +12 -10
- package/web/loro_wasm.js +65 -64
- package/web/loro_wasm_bg.wasm +0 -0
- package/web/loro_wasm_bg.wasm.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.10.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2d6c235: Fix counter undo after remote updates #906
|
|
8
|
+
|
|
9
|
+
## 1.10.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 864b5ca: perf(loro-internal): remove quadratic slow paths in text import/checkout #895
|
|
14
|
+
- a34134d: perf: rm the event calling wrapper for ops that will not trigger events
|
|
15
|
+
|
|
3
16
|
## 1.10.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|