rvlite 0.2.3 → 0.2.5

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
@@ -43,11 +43,11 @@ export const rvliteconfig_with_distance_metric: (a: number, b: number, c: number
43
43
  export const init: () => void;
44
44
  export const rvlite_clear_storage: () => number;
45
45
  export const rvlite_has_saved_state: () => number;
46
- export const __wasm_bindgen_func_elem_1339: (a: number, b: number, c: number) => void;
47
- export const __wasm_bindgen_func_elem_1338: (a: number, b: number) => void;
48
- export const __wasm_bindgen_func_elem_180: (a: number, b: number, c: number) => void;
49
- export const __wasm_bindgen_func_elem_179: (a: number, b: number) => void;
50
- export const __wasm_bindgen_func_elem_1385: (a: number, b: number, c: number, d: number) => void;
46
+ export const __wasm_bindgen_func_elem_1364: (a: number, b: number) => void;
47
+ export const __wasm_bindgen_func_elem_191: (a: number, b: number) => void;
48
+ export const __wasm_bindgen_func_elem_1365: (a: number, b: number, c: number, d: number) => void;
49
+ export const __wasm_bindgen_func_elem_1407: (a: number, b: number, c: number, d: number) => void;
50
+ export const __wasm_bindgen_func_elem_192: (a: number, b: number, c: number) => void;
51
51
  export const __wbindgen_export: (a: number, b: number) => number;
52
52
  export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
53
53
  export const __wbindgen_export3: (a: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rvlite",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "description": "Lightweight vector database with SQL, SPARQL, and Cypher - runs everywhere (Node.js, Browser, Edge)",
6
6
  "main": "dist/index.js",