loro-crdt 1.8.2 → 1.8.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3afc4d5: fix: LoroMap entries showing null after applyDiff #825
8
+
3
9
  ## 1.8.2
4
10
 
5
11
  ### Patch Changes
package/base64/index.js CHANGED
@@ -7171,7 +7171,7 @@ var imports = /*#__PURE__*/Object.freeze({
7171
7171
  // Without this patch, Cloudflare Worker would raise issue like: "Uncaught TypeError: wasm2.__wbindgen_start is not a function"
7172
7172
 
7173
7173
  if (!('Bun' in globalThis))
7174
- import loro_wasm_bg_js from './loro_wasm_bg-9c95de7e.js';
7174
+ import loro_wasm_bg_js from './loro_wasm_bg-3774fc0f.js';
7175
7175
  const instance = new WebAssembly.Instance(loro_wasm_bg_js(), {
7176
7176
  "./loro_wasm_bg.js": imports,
7177
7177
  });