Skip to content

Commit ce0b33d

Browse files
AnupamAnupam
authored andcommitted
Bump package version to 0.1.10
1 parent b01b217 commit ce0b33d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faiss-node/native",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "High-performance Node.js native bindings for Facebook FAISS - the fastest vector similarity search library. Supports FLAT_L2, IVF_FLAT, and HNSW index types with async operations, persistence, and batch search. Works on macOS, Linux, and Windows (via WSL2/Docker).",
55
"main": "src/js/index.js",
66
"types": "src/js/types.d.ts",
@@ -12,6 +12,13 @@
1212
"bugs": {
1313
"url": "https://github.com/anupammaurya6767/faiss-node-native/issues"
1414
},
15+
"files": [
16+
"src/",
17+
"binding.gyp",
18+
"README.md",
19+
"API.md",
20+
"LICENSE"
21+
],
1522
"author": "Anupam Maurya <anupammaurya6767@gmail.com>",
1623
"license": "MIT",
1724
"keywords": [

0 commit comments

Comments
 (0)