loro-crdt 1.12.0 → 1.12.1
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 +8 -0
- package/base64/index.js +79 -79
- package/base64/loro_wasm.d.ts +19 -19
- package/bundler/loro_wasm.d.ts +19 -19
- package/bundler/loro_wasm_bg.js +74 -74
- package/bundler/loro_wasm_bg.wasm +0 -0
- package/bundler/loro_wasm_bg.wasm.d.ts +3 -3
- package/nodejs/loro_wasm.d.ts +19 -19
- package/nodejs/loro_wasm.js +74 -74
- package/nodejs/loro_wasm_bg.wasm +0 -0
- package/nodejs/loro_wasm_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
- package/web/loro_wasm.d.ts +22 -22
- package/web/loro_wasm.js +73 -73
- package/web/loro_wasm_bg.wasm +0 -0
- package/web/loro_wasm_bg.wasm.d.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2159110: Fix Emscripten builds by using the native system timestamp path instead of the wasm-bindgen Date.now binding.
|
|
8
|
+
- 658fdc6: Reject malformed import blob metadata instead of panicking when decoding unchecked import blobs.
|
|
9
|
+
- 4d35808: Prefer non-empty root containers when reading documents that contain same-name roots with different container types.
|
|
10
|
+
|
|
3
11
|
## 1.12.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|