@loro-dev/flock 4.0.0 → 4.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loro-dev/flock",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "TypeScript bindings for the Flock CRDT with mergeable export/import utilities.",
5
5
  "exports": {
6
6
  ".": {
@@ -49,6 +49,8 @@ export function check_invariants_ffi(self: any): MoonBit.Unit;
49
49
  export function check_consistency_ffi(a: any,
50
50
  b: any): MoonBit.Bool;
51
51
 
52
+ export function inclusiveVersion_ffi(self: any): any;
53
+
52
54
  export function version_ffi(self: any): any;
53
55
 
54
56
  export function import_json_str_ffi(self: any,
@@ -90,6 +92,8 @@ export function export_json(self: any,
90
92
  prune_tombstones_before$46$opt: MoonBit.UnboxedOption<any>,
91
93
  peer_id$46$opt: any): any;
92
94
 
95
+ export function inclusiveVersion(self: any): any;
96
+
93
97
  export function version(self: any): any;
94
98
 
95
99
  export function set_peer_id(self: any,