@aalis/plugin-vectorstore-flat 0.2.0 → 0.4.0
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 +6 -5
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aalis/plugin-vectorstore-flat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "向量库 —— 内置平面文件实现(零依赖)",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
8
|
+
"aalis",
|
|
8
9
|
"aalis-plugin"
|
|
9
10
|
],
|
|
10
11
|
"main": "dist/index.js",
|
|
@@ -13,16 +14,16 @@
|
|
|
13
14
|
"dist"
|
|
14
15
|
],
|
|
15
16
|
"dependencies": {
|
|
16
|
-
"@aalis/plugin-storage-api": "^0.
|
|
17
|
+
"@aalis/plugin-storage-api": "^0.4.0"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@types/node": "^22.0.0",
|
|
20
21
|
"typescript": "^5.7.0",
|
|
21
|
-
"@aalis/
|
|
22
|
-
"@aalis/
|
|
22
|
+
"@aalis/plugin-vectorstore-api": "0.4.0",
|
|
23
|
+
"@aalis/core": "0.4.0"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
|
-
"@aalis/core": "
|
|
26
|
+
"@aalis/core": ">=0.2.0 <1.0.0"
|
|
26
27
|
},
|
|
27
28
|
"aalis": {
|
|
28
29
|
"service": {
|