@lix-js/sdk 0.15.0 → 0.15.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/dist/bundled-plugins/plugin_csv.lixplugin +0 -0
- package/dist/bundled-plugins/plugin_markdown.lixplugin +0 -0
- package/dist/wasm/lix_js_sdk.d.ts +2 -2
- package/dist/wasm/lix_js_sdk.js +25 -25
- package/dist/wasm/lix_js_sdk_bg.wasm +0 -0
- package/dist/wasm/lix_js_sdk_bg.wasm.d.ts +2 -2
- package/package.json +5 -5
|
Binary file
|
|
Binary file
|
|
@@ -186,8 +186,8 @@ export interface InitOutput {
|
|
|
186
186
|
readonly wasmsnapshotrestore_finish: (a: number) => number;
|
|
187
187
|
readonly wasmsnapshotrestore_isComplete: (a: number) => number;
|
|
188
188
|
readonly wasmsnapshotrestore_write: (a: number, b: number, c: number) => number;
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
189
|
+
readonly __wasm_bindgen_func_elem_92636: (a: number, b: number, c: number, d: number) => void;
|
|
190
|
+
readonly __wasm_bindgen_func_elem_92638: (a: number, b: number, c: number, d: number) => void;
|
|
191
191
|
readonly __wasm_bindgen_func_elem_16813: (a: number, b: number) => void;
|
|
192
192
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
193
193
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
package/dist/wasm/lix_js_sdk.js
CHANGED
|
@@ -767,19 +767,19 @@ function __wbg_get_imports() {
|
|
|
767
767
|
__wbg__wbg_cb_unref_61db23ac97f16c31: function(arg0) {
|
|
768
768
|
getObject(arg0)._wbg_cb_unref();
|
|
769
769
|
},
|
|
770
|
-
|
|
770
|
+
__wbg_acquireSession_4217826058465f0a: function(arg0) {
|
|
771
771
|
const ret = getObject(arg0).acquireSession();
|
|
772
772
|
return addHeapObject(ret);
|
|
773
773
|
},
|
|
774
|
-
|
|
774
|
+
__wbg_beginRead_94ff94b93b664ae5: function(arg0, arg1) {
|
|
775
775
|
const ret = getObject(arg0).beginRead(takeObject(arg1));
|
|
776
776
|
return addHeapObject(ret);
|
|
777
777
|
},
|
|
778
|
-
|
|
778
|
+
__wbg_beginScan_51d1ffb7b76bed05: function(arg0, arg1, arg2, arg3) {
|
|
779
779
|
const ret = getObject(arg0).beginScan(takeObject(arg1), takeObject(arg2), takeObject(arg3));
|
|
780
780
|
return addHeapObject(ret);
|
|
781
781
|
},
|
|
782
|
-
|
|
782
|
+
__wbg_beginWrite_57e757a92c7a162f: function(arg0, arg1) {
|
|
783
783
|
const ret = getObject(arg0).beginWrite(takeObject(arg1));
|
|
784
784
|
return addHeapObject(ret);
|
|
785
785
|
},
|
|
@@ -795,18 +795,18 @@ function __wbg_get_imports() {
|
|
|
795
795
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
796
796
|
return addHeapObject(ret);
|
|
797
797
|
}, arguments); },
|
|
798
|
-
|
|
798
|
+
__wbg_changed_58ce3f6384cfabf1: function(arg0) {
|
|
799
799
|
const ret = getObject(arg0).changed();
|
|
800
800
|
return addHeapObject(ret);
|
|
801
801
|
},
|
|
802
|
-
|
|
802
|
+
__wbg_close_48f18a70bd365447: function(arg0) {
|
|
803
|
+
getObject(arg0).close();
|
|
804
|
+
},
|
|
805
|
+
__wbg_close_c5652a29ac52dc7a: function(arg0) {
|
|
803
806
|
const ret = getObject(arg0).close();
|
|
804
807
|
return addHeapObject(ret);
|
|
805
808
|
},
|
|
806
|
-
|
|
807
|
-
getObject(arg0).close();
|
|
808
|
-
},
|
|
809
|
-
__wbg_commit_9dc6a608a8f559f7: function(arg0) {
|
|
809
|
+
__wbg_commit_abef9a20db94a24b: function(arg0) {
|
|
810
810
|
const ret = getObject(arg0).commit();
|
|
811
811
|
return addHeapObject(ret);
|
|
812
812
|
},
|
|
@@ -814,11 +814,11 @@ function __wbg_get_imports() {
|
|
|
814
814
|
const ret = Reflect.construct(getObject(arg0), getObject(arg1));
|
|
815
815
|
return addHeapObject(ret);
|
|
816
816
|
}, arguments); },
|
|
817
|
-
|
|
817
|
+
__wbg_deleteMany_fba03247e38ecd66: function(arg0, arg1, arg2) {
|
|
818
818
|
const ret = getObject(arg0).deleteMany(takeObject(arg1), takeObject(arg2));
|
|
819
819
|
return addHeapObject(ret);
|
|
820
820
|
},
|
|
821
|
-
|
|
821
|
+
__wbg_deleteRange_d3f785b237515ef2: function(arg0, arg1, arg2) {
|
|
822
822
|
const ret = getObject(arg0).deleteRange(takeObject(arg1), takeObject(arg2));
|
|
823
823
|
return addHeapObject(ret);
|
|
824
824
|
},
|
|
@@ -845,7 +845,7 @@ function __wbg_get_imports() {
|
|
|
845
845
|
const ret = Array.from(getObject(arg0));
|
|
846
846
|
return addHeapObject(ret);
|
|
847
847
|
},
|
|
848
|
-
|
|
848
|
+
__wbg_getMany_274d167fafd6553d: function(arg0, arg1) {
|
|
849
849
|
const ret = getObject(arg0).getMany(takeObject(arg1));
|
|
850
850
|
return addHeapObject(ret);
|
|
851
851
|
},
|
|
@@ -970,7 +970,7 @@ function __wbg_get_imports() {
|
|
|
970
970
|
const a = state0.a;
|
|
971
971
|
state0.a = 0;
|
|
972
972
|
try {
|
|
973
|
-
return
|
|
973
|
+
return __wasm_bindgen_func_elem_92638(a, state0.b, arg0, arg1);
|
|
974
974
|
} finally {
|
|
975
975
|
state0.a = a;
|
|
976
976
|
}
|
|
@@ -1000,7 +1000,7 @@ function __wbg_get_imports() {
|
|
|
1000
1000
|
const a = state0.a;
|
|
1001
1001
|
state0.a = 0;
|
|
1002
1002
|
try {
|
|
1003
|
-
return
|
|
1003
|
+
return __wasm_bindgen_func_elem_92638(a, state0.b, arg0, arg1);
|
|
1004
1004
|
} finally {
|
|
1005
1005
|
state0.a = a;
|
|
1006
1006
|
}
|
|
@@ -1011,7 +1011,7 @@ function __wbg_get_imports() {
|
|
|
1011
1011
|
state0.a = 0;
|
|
1012
1012
|
}
|
|
1013
1013
|
},
|
|
1014
|
-
|
|
1014
|
+
__wbg_nextPage_2c82fda0921c8144: function(arg0, arg1) {
|
|
1015
1015
|
const ret = getObject(arg0).nextPage(arg1 >>> 0);
|
|
1016
1016
|
return addHeapObject(ret);
|
|
1017
1017
|
},
|
|
@@ -1050,7 +1050,7 @@ function __wbg_get_imports() {
|
|
|
1050
1050
|
const ret = getObject(arg0).push(getObject(arg1));
|
|
1051
1051
|
return ret;
|
|
1052
1052
|
},
|
|
1053
|
-
|
|
1053
|
+
__wbg_putMany_232f0878d2013b1a: function(arg0, arg1, arg2) {
|
|
1054
1054
|
const ret = getObject(arg0).putMany(takeObject(arg1), takeObject(arg2));
|
|
1055
1055
|
return addHeapObject(ret);
|
|
1056
1056
|
},
|
|
@@ -1061,7 +1061,7 @@ function __wbg_get_imports() {
|
|
|
1061
1061
|
const ret = getObject(arg0).queueMicrotask;
|
|
1062
1062
|
return addHeapObject(ret);
|
|
1063
1063
|
},
|
|
1064
|
-
|
|
1064
|
+
__wbg_replaceMany_79fe2cff87eae447: function(arg0, arg1, arg2) {
|
|
1065
1065
|
const ret = getObject(arg0).replaceMany(takeObject(arg1), takeObject(arg2));
|
|
1066
1066
|
return addHeapObject(ret);
|
|
1067
1067
|
},
|
|
@@ -1069,7 +1069,7 @@ function __wbg_get_imports() {
|
|
|
1069
1069
|
const ret = Promise.resolve(getObject(arg0));
|
|
1070
1070
|
return addHeapObject(ret);
|
|
1071
1071
|
},
|
|
1072
|
-
|
|
1072
|
+
__wbg_rollback_ff9a2e1df7d86a27: function(arg0) {
|
|
1073
1073
|
const ret = getObject(arg0).rollback();
|
|
1074
1074
|
return addHeapObject(ret);
|
|
1075
1075
|
},
|
|
@@ -1153,13 +1153,13 @@ function __wbg_get_imports() {
|
|
|
1153
1153
|
const ret = WasmRemoteObserveEvents.__wrap(arg0);
|
|
1154
1154
|
return addHeapObject(ret);
|
|
1155
1155
|
},
|
|
1156
|
-
|
|
1156
|
+
__wbg_watchForChanges_6e168a3d435984ae: function(arg0) {
|
|
1157
1157
|
const ret = getObject(arg0).watchForChanges();
|
|
1158
1158
|
return addHeapObject(ret);
|
|
1159
1159
|
},
|
|
1160
1160
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1161
1161
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 21338, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1162
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1162
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_92636);
|
|
1163
1163
|
return addHeapObject(ret);
|
|
1164
1164
|
},
|
|
1165
1165
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -1217,10 +1217,10 @@ function __wasm_bindgen_func_elem_16813(arg0, arg1) {
|
|
|
1217
1217
|
wasm.__wasm_bindgen_func_elem_16813(arg0, arg1);
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
-
function
|
|
1220
|
+
function __wasm_bindgen_func_elem_92636(arg0, arg1, arg2) {
|
|
1221
1221
|
try {
|
|
1222
1222
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
1223
|
-
wasm.
|
|
1223
|
+
wasm.__wasm_bindgen_func_elem_92636(retptr, arg0, arg1, addHeapObject(arg2));
|
|
1224
1224
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
1225
1225
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
1226
1226
|
if (r1) {
|
|
@@ -1231,8 +1231,8 @@ function __wasm_bindgen_func_elem_92635(arg0, arg1, arg2) {
|
|
|
1231
1231
|
}
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
|
-
function
|
|
1235
|
-
wasm.
|
|
1234
|
+
function __wasm_bindgen_func_elem_92638(arg0, arg1, arg2, arg3) {
|
|
1235
|
+
wasm.__wasm_bindgen_func_elem_92638(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
1238
|
const WasmLixFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|
|
@@ -69,8 +69,8 @@ export const wasmsnapshotrestore_cancel: (a: number) => number;
|
|
|
69
69
|
export const wasmsnapshotrestore_finish: (a: number) => number;
|
|
70
70
|
export const wasmsnapshotrestore_isComplete: (a: number) => number;
|
|
71
71
|
export const wasmsnapshotrestore_write: (a: number, b: number, c: number) => number;
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
72
|
+
export const __wasm_bindgen_func_elem_92636: (a: number, b: number, c: number, d: number) => void;
|
|
73
|
+
export const __wasm_bindgen_func_elem_92638: (a: number, b: number, c: number, d: number) => void;
|
|
74
74
|
export const __wasm_bindgen_func_elem_16813: (a: number, b: number) => void;
|
|
75
75
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
76
76
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lix-js/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"typecheck": "tsc -p tsconfig.test.json --noEmit"
|
|
50
50
|
},
|
|
51
51
|
"optionalDependencies": {
|
|
52
|
-
"@lix-js/sdk-darwin-arm64": "0.15.
|
|
53
|
-
"@lix-js/sdk-linux-arm64": "0.15.
|
|
54
|
-
"@lix-js/sdk-linux-x64": "0.15.
|
|
55
|
-
"@lix-js/sdk-win32-x64": "0.15.
|
|
52
|
+
"@lix-js/sdk-darwin-arm64": "0.15.1",
|
|
53
|
+
"@lix-js/sdk-linux-arm64": "0.15.1",
|
|
54
|
+
"@lix-js/sdk-linux-x64": "0.15.1",
|
|
55
|
+
"@lix-js/sdk-win32-x64": "0.15.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@vitest/browser-playwright": "4.1.10",
|