@crypticdot/defituna-core 3.3.1 → 3.3.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.
|
Binary file
|
|
@@ -1808,14 +1808,14 @@ exports.solana_program_init = function() {
|
|
|
1808
1808
|
wasm.solana_program_init();
|
|
1809
1809
|
};
|
|
1810
1810
|
|
|
1811
|
-
function __wasm_bindgen_func_elem_3203(arg0, arg1, arg2) {
|
|
1812
|
-
wasm.__wasm_bindgen_func_elem_3203(arg0, arg1, addHeapObject(arg2));
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
1811
|
function __wasm_bindgen_func_elem_3097(arg0, arg1) {
|
|
1816
1812
|
wasm.__wasm_bindgen_func_elem_3097(arg0, arg1);
|
|
1817
1813
|
}
|
|
1818
1814
|
|
|
1815
|
+
function __wasm_bindgen_func_elem_3203(arg0, arg1, arg2) {
|
|
1816
|
+
wasm.__wasm_bindgen_func_elem_3203(arg0, arg1, addHeapObject(arg2));
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
1819
|
function __wasm_bindgen_func_elem_480(arg0, arg1, arg2, arg3) {
|
|
1820
1820
|
wasm.__wasm_bindgen_func_elem_480(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1821
1821
|
}
|
|
Binary file
|
|
@@ -136,10 +136,10 @@ export const limitOrderQuoteByInputToken: (a: number, b: bigint, c: number, d: n
|
|
|
136
136
|
export const limitOrderQuoteByOutputToken: (a: number, b: bigint, c: number, d: number, e: number) => void;
|
|
137
137
|
export const limitOrderRewardByOutputToken: (a: number, b: bigint, c: number, d: number) => void;
|
|
138
138
|
export const decreaseLimitOrderQuote: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: number) => void;
|
|
139
|
-
export const __wasm_bindgen_func_elem_3203: (a: number, b: number, c: number) => void;
|
|
140
|
-
export const __wasm_bindgen_func_elem_3222: (a: number, b: number) => void;
|
|
141
139
|
export const __wasm_bindgen_func_elem_3097: (a: number, b: number) => void;
|
|
142
140
|
export const __wasm_bindgen_func_elem_3093: (a: number, b: number) => void;
|
|
141
|
+
export const __wasm_bindgen_func_elem_3203: (a: number, b: number, c: number) => void;
|
|
142
|
+
export const __wasm_bindgen_func_elem_3222: (a: number, b: number) => void;
|
|
143
143
|
export const __wasm_bindgen_func_elem_480: (a: number, b: number, c: number, d: number) => void;
|
|
144
144
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
145
145
|
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": "@crypticdot/defituna-core",
|
|
3
3
|
"description": "DefiTuna core typescript package.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.3",
|
|
5
5
|
"main": "./dist/nodejs/defituna_core_js_bindings.js",
|
|
6
6
|
"types": "./dist/nodejs/defituna_core_js_bindings.d.ts",
|
|
7
7
|
"browser": "./dist/browser/defituna_core_js_bindings.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@crypticdot/typescript-config": "^1.0.0",
|
|
24
24
|
"typescript": "^5.8.3",
|
|
25
25
|
"wasm-pack": "^0.13.1",
|
|
26
|
-
"@crypticdot/defituna-rust-core": "3.3.
|
|
26
|
+
"@crypticdot/defituna-rust-core": "3.3.3"
|
|
27
27
|
},
|
|
28
28
|
"license": "SEE LICENSE IN LICENSE",
|
|
29
29
|
"keywords": [
|