loro-crdt 1.3.3 → 1.3.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c2a61f3: fix: improve shallow snapshot and JSON export handling #639
8
+
9
+ ## 1.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - b58e6bd: fix: should be able to call subscription after diffing #637
14
+
3
15
  ## 1.3.3
4
16
 
5
17
  ### Patch Changes
package/base64/index.js CHANGED
@@ -6618,7 +6618,7 @@ var imports = /*#__PURE__*/Object.freeze({
6618
6618
  // Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
6619
6619
 
6620
6620
 
6621
- import loro_wasm_bg_js from './loro_wasm_bg-9dd33f4d.js';
6621
+ import loro_wasm_bg_js from './loro_wasm_bg-75063aaa.js';
6622
6622
  const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
6623
6623
  "./loro_wasm_bg.js": imports,
6624
6624
  });