promptfoo 0.89.1 → 0.89.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/dist/package.json +5 -4
- package/package.json +5 -4
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "promptfoo",
|
|
3
3
|
"description": "LLM eval & testing toolkit",
|
|
4
4
|
"author": "Ian Webster",
|
|
5
|
-
"version": "0.89.
|
|
5
|
+
"version": "0.89.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"repository": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"node-sql-parser": "^5.2.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
77
|
+
"@aws-sdk/client-bedrock-runtime": "^3.654.0",
|
|
78
78
|
"@azure/identity": "^4.4.1",
|
|
79
79
|
"@eslint/js": "^9.10.0",
|
|
80
80
|
"@libsql/client": "^0.12.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"jest-watch-typeahead": "^2.2.2",
|
|
116
116
|
"madge": "^8.0.0",
|
|
117
117
|
"nock": "^13.5.5",
|
|
118
|
-
"nodemon": "^3.1.
|
|
118
|
+
"nodemon": "^3.1.5",
|
|
119
119
|
"prettier": "^3.3.3",
|
|
120
120
|
"shx": "^0.3.4",
|
|
121
121
|
"ts-node": "^10.9.2",
|
|
@@ -160,9 +160,10 @@
|
|
|
160
160
|
"js-rouge": "3.0.0",
|
|
161
161
|
"js-yaml": "^4.1.0",
|
|
162
162
|
"mathjs": "^13.1.1",
|
|
163
|
+
"node-cache": "^5.1.2",
|
|
163
164
|
"node-fetch": "^2.6.7",
|
|
164
165
|
"nunjucks": "^3.2.4",
|
|
165
|
-
"openai": "^4.
|
|
166
|
+
"openai": "^4.62.1",
|
|
166
167
|
"opener": "^1.5.2",
|
|
167
168
|
"proxy-agent": "^6.4.0",
|
|
168
169
|
"python-shell": "^5.0.0",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "promptfoo",
|
|
3
3
|
"description": "LLM eval & testing toolkit",
|
|
4
4
|
"author": "Ian Webster",
|
|
5
|
-
"version": "0.89.
|
|
5
|
+
"version": "0.89.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"repository": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"node-sql-parser": "^5.2.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
77
|
+
"@aws-sdk/client-bedrock-runtime": "^3.654.0",
|
|
78
78
|
"@azure/identity": "^4.4.1",
|
|
79
79
|
"@eslint/js": "^9.10.0",
|
|
80
80
|
"@libsql/client": "^0.12.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"jest-watch-typeahead": "^2.2.2",
|
|
116
116
|
"madge": "^8.0.0",
|
|
117
117
|
"nock": "^13.5.5",
|
|
118
|
-
"nodemon": "^3.1.
|
|
118
|
+
"nodemon": "^3.1.5",
|
|
119
119
|
"prettier": "^3.3.3",
|
|
120
120
|
"shx": "^0.3.4",
|
|
121
121
|
"ts-node": "^10.9.2",
|
|
@@ -160,9 +160,10 @@
|
|
|
160
160
|
"js-rouge": "3.0.0",
|
|
161
161
|
"js-yaml": "^4.1.0",
|
|
162
162
|
"mathjs": "^13.1.1",
|
|
163
|
+
"node-cache": "^5.1.2",
|
|
163
164
|
"node-fetch": "^2.6.7",
|
|
164
165
|
"nunjucks": "^3.2.4",
|
|
165
|
-
"openai": "^4.
|
|
166
|
+
"openai": "^4.62.1",
|
|
166
167
|
"opener": "^1.5.2",
|
|
167
168
|
"proxy-agent": "^6.4.0",
|
|
168
169
|
"python-shell": "^5.0.0",
|