lody 0.57.1-next.4 → 0.57.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/README.md CHANGED
@@ -7,9 +7,3 @@ Orchestrate your coding agents, together:
7
7
  ```
8
8
  npx lody start
9
9
  ```
10
-
11
- Install the CLI package:
12
-
13
- ```
14
- npm install -g lody@next
15
- ```
@@ -1,4 +1,4 @@
1
- let Cursor, EphemeralStoreWasm, LoroDoc, UndoManager, VersionVector, __wbg_set_wasm, LoroTree, LoroText, callPendingEvents$1, LoroMovableList, LoroList, LoroMap, __vite__initWasm, decodeImportBlobMeta$1, imports, rawWasm;
1
+ let EphemeralStoreWasm, LoroDoc, UndoManager, VersionVector, __wbg_set_wasm, LoroTree, LoroText, callPendingEvents$1, LoroMovableList, LoroList, LoroMap, __vite__initWasm, decodeImportBlobMeta$1, imports, rawWasm;
2
2
  let __tla = (async () => {
3
3
  __vite__initWasm = async (opts = {}, url) => {
4
4
  let result;
@@ -573,7 +573,7 @@ ${val.stack}`;
573
573
  unregister: () => {
574
574
  }
575
575
  } : new FinalizationRegistry((ptr) => wasm.__wbg_cursor_free(ptr >>> 0, 1));
576
- Cursor = class {
576
+ class Cursor {
577
577
  static __wrap(ptr) {
578
578
  ptr = ptr >>> 0;
579
579
  const obj = Object.create(Cursor.prototype);
@@ -648,7 +648,7 @@ ${val.stack}`;
648
648
  wasm.__wbindgen_add_to_stack_pointer(16);
649
649
  }
650
650
  }
651
- };
651
+ }
652
652
  const EphemeralStoreWasmFinalization = typeof FinalizationRegistry === "undefined" ? {
653
653
  register: () => {
654
654
  },
@@ -5064,7 +5064,6 @@ ${val.stack}`;
5064
5064
  }));
5065
5065
  })();
5066
5066
  export {
5067
- Cursor as C,
5068
5067
  EphemeralStoreWasm as E,
5069
5068
  LoroDoc as L,
5070
5069
  UndoManager as U,