hnswlib-wasm
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -306,3 +306,3 @@ /***************** GENERATED FILE ********************/ | ||
*/ | ||
getIdsList(): number[]; | ||
getLabelList(): number[]; | ||
/** | ||
@@ -309,0 +309,0 @@ * returns the datum point vector specified by label. |
@@ -96,3 +96,3 @@ let IDBFS_STORE_NAME, defaultParams, hnswParamsForAda, loadHnswlib, syncFileSystem, waitForFileSystemInitalized, waitForFileSystemSynced; | ||
if (!library) { | ||
const temp = await import("./hnswlib-b402e50b.js"); | ||
const temp = await import("./hnswlib-97ff6100.js"); | ||
const factoryFunc = temp.default; | ||
@@ -99,0 +99,0 @@ library = await factoryFunc(); |
@@ -126,2 +126,3 @@ /***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
export const defaultParams = { | ||
@@ -393,1 +394,3 @@ /** | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ |
@@ -306,3 +306,3 @@ /***************** GENERATED FILE ********************/ | ||
*/ | ||
getIdsList(): number[]; | ||
getLabelList(): number[]; | ||
/** | ||
@@ -309,0 +309,0 @@ * returns the datum point vector specified by label. |
@@ -11,2 +11,3 @@ /***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ | ||
@@ -33,1 +34,3 @@ | ||
/***************** GENERATED FILE ********************/ | ||
/***************** GENERATED FILE ********************/ |
{ | ||
"name": "hnswlib-wasm", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "typescript and wasm bindings for Hnswlib", | ||
@@ -38,5 +38,5 @@ "module": "./dist/hnswlib.js", | ||
"@types/emscripten": "^1.39.6", | ||
"@types/node": "^20.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"@types/node": "^20.3.1", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"@xn-sakina/phoenix": "^1.0.3", | ||
@@ -48,3 +48,3 @@ "eslint": "^8.42.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vitest": "^0.2.5", | ||
"eslint-plugin-vitest": "^0.2.6", | ||
"fake-indexeddb": "^4.0.1", | ||
@@ -65,3 +65,3 @@ "happy-dom": "^9.20.3", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^0.31.4" | ||
"vitest": "^0.32.0" | ||
}, | ||
@@ -76,3 +76,6 @@ "packageManager": "yarn@3.5.0", | ||
"LICENSE" | ||
] | ||
], | ||
"volta": { | ||
"node": "20.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
2993937
19581