loro-crdt 1.16.2 → 1.16.3
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 +6 -0
- package/base64/index.js +28 -28
- package/browser/index.js +13 -13
- package/browser/loro_wasm.js +39 -39
- package/browser/loro_wasm_bg.js +14 -14
- package/browser/loro_wasm_bg.wasm +0 -0
- package/bundler/index.js +13 -13
- package/bundler/loro_wasm_bg.js +14 -14
- package/bundler/loro_wasm_bg.wasm +0 -0
- package/nodejs/loro_wasm.js +14 -14
- package/nodejs/loro_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/loro_wasm.js +14 -14
- package/web/loro_wasm_bg.wasm +0 -0
- /package/browser/snippets/{loro-wasm-00a42dcc1beb7b21 → loro-wasm-c600d14705866f8f}/inline0.js +0 -0
- /package/bundler/snippets/{loro-wasm-00a42dcc1beb7b21 → loro-wasm-c600d14705866f8f}/inline0.js +0 -0
- /package/nodejs/snippets/{loro-wasm-00a42dcc1beb7b21 → loro-wasm-c600d14705866f8f}/inline0.js +0 -0
- /package/web/snippets/{loro-wasm-00a42dcc1beb7b21 → loro-wasm-c600d14705866f8f}/inline0.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.16.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a99b911: Reject inserting a container attached to another `LoroDoc` (directly or nested inside a detached container) with a recoverable error instead of trapping the WASM instance. The target doc is left unchanged.
|
|
8
|
+
|
|
3
9
|
## 1.16.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|