loro-crdt 1.10.1 → 1.10.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 +13 -0
- package/base64/index.js +121 -83
- package/base64/loro_wasm.d.ts +44 -14
- package/bundler/loro_wasm.d.ts +44 -14
- package/bundler/loro_wasm_bg.js +115 -77
- package/bundler/loro_wasm_bg.wasm +0 -0
- package/bundler/loro_wasm_bg.wasm.d.ts +4 -2
- package/nodejs/loro_wasm.d.ts +44 -14
- package/nodejs/loro_wasm.js +115 -77
- package/nodejs/loro_wasm_bg.wasm +0 -0
- package/nodejs/loro_wasm_bg.wasm.d.ts +4 -2
- package/package.json +1 -1
- package/web/loro_wasm.d.ts +48 -16
- package/web/loro_wasm.js +115 -77
- package/web/loro_wasm_bg.wasm +0 -0
- package/web/loro_wasm_bg.wasm.d.ts +4 -2
package/web/loro_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -134,6 +134,7 @@ export const lorodoc_shallowSinceFrontiers: (a: number) => [number, number, numb
|
|
|
134
134
|
export const lorodoc_shallowSinceVV: (a: number) => number;
|
|
135
135
|
export const lorodoc_subscribe: (a: number, b: any) => any;
|
|
136
136
|
export const lorodoc_subscribeFirstCommitFromPeer: (a: number, b: any) => any;
|
|
137
|
+
export const lorodoc_subscribeJsonpath: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
137
138
|
export const lorodoc_subscribeLocalUpdates: (a: number, b: any) => any;
|
|
138
139
|
export const lorodoc_subscribePreCommit: (a: number, b: any) => any;
|
|
139
140
|
export const lorodoc_toJSON: (a: number) => [number, number, number];
|
|
@@ -212,6 +213,7 @@ export const loromovablelist_toArray: (a: number) => [number, number];
|
|
|
212
213
|
export const loromovablelist_toJSON: (a: number) => any;
|
|
213
214
|
export const lorotext_applyDelta: (a: number, b: any) => [number, number];
|
|
214
215
|
export const lorotext_charAt: (a: number, b: number) => [number, number, number];
|
|
216
|
+
export const lorotext_convertPos: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
215
217
|
export const lorotext_delete: (a: number, b: number, c: number) => [number, number];
|
|
216
218
|
export const lorotext_deleteUtf8: (a: number, b: number, c: number) => [number, number];
|
|
217
219
|
export const lorotext_getAttached: (a: number) => any;
|
|
@@ -323,6 +325,6 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
323
325
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
324
326
|
export const __externref_table_dealloc: (a: number) => void;
|
|
325
327
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
326
|
-
export const
|
|
327
|
-
export const
|
|
328
|
+
export const closure9_externref_shim: (a: number, b: number, c: any) => void;
|
|
329
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2222385ed10d04df: (a: number, b: number) => void;
|
|
328
330
|
export const __wbindgen_start: () => void;
|