loro-crdt 1.4.0 → 1.4.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9090c4d: fix: memory leak issue
8
+
3
9
  ## 1.4.0
4
10
 
5
11
  ### Minor Changes
package/base64/index.js CHANGED
@@ -6643,7 +6643,7 @@ var imports = /*#__PURE__*/Object.freeze({
6643
6643
  // Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
6644
6644
 
6645
6645
 
6646
- import loro_wasm_bg_js from './loro_wasm_bg-9c66a53e.js';
6646
+ import loro_wasm_bg_js from './loro_wasm_bg-4116d6d8.js';
6647
6647
  const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
6648
6648
  "./loro_wasm_bg.js": imports,
6649
6649
  });