@hazeljs/rag 0.7.4 → 0.7.6
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/rag",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Retrieval-Augmented Generation (RAG) and vector search for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"clean": "rm -rf dist"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@hazeljs/prompts": "^0.7.
|
|
29
|
-
"reflect-metadata": "^0.2.
|
|
28
|
+
"@hazeljs/prompts": "^0.7.6",
|
|
29
|
+
"reflect-metadata": "^0.2.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@hazeljs/ai": ">=0.2.0-beta.0",
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@hazeljs/memory": "^0.7.
|
|
125
|
-
"@types/node": "^20.
|
|
126
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
127
|
-
"@typescript-eslint/parser": "^8.
|
|
128
|
-
"eslint": "^8.
|
|
124
|
+
"@hazeljs/memory": "^0.7.6",
|
|
125
|
+
"@types/node": "^20.19.39",
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
127
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
128
|
+
"eslint": "^8.57.1",
|
|
129
129
|
"jest": "^29.7.0",
|
|
130
|
-
"openai": "^4.
|
|
131
|
-
"ts-jest": "^29.
|
|
132
|
-
"typescript": "^5.
|
|
130
|
+
"openai": "^4.104.0",
|
|
131
|
+
"ts-jest": "^29.4.9",
|
|
132
|
+
"typescript": "^5.9.3"
|
|
133
133
|
},
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"access": "public"
|
|
@@ -159,5 +159,5 @@
|
|
|
159
159
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
160
160
|
},
|
|
161
161
|
"homepage": "https://hazeljs.ai",
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "bc12c5f3165402a34ba4bbddc1cad58f843895f5"
|
|
163
163
|
}
|