@absolutejs/absolute-rag-sqlite-windows-x64 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "@absolutejs/absolute-rag-sqlite-windows-x64",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Platform-native sqlite-vec binding for AbsoluteJS RAG SQLite (windows x64)",
5
5
  "license": "BSL-1.1",
6
- "os": ["win32"],
7
- "cpu": ["x64"],
6
+ "os": [
7
+ "win32"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
8
12
  "files": [
9
13
  "README.md",
10
- "sqlite-vec.dll"
14
+ "vec0.dll"
11
15
  ],
12
16
  "repository": {
13
17
  "type": "git",
File without changes