promptfoo 0.117.7 → 0.117.8

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "promptfoo",
3
3
  "description": "LLM eval & testing toolkit",
4
4
  "author": "Ian Webster",
5
- "version": "0.117.7",
5
+ "version": "0.117.8",
6
6
  "license": "MIT",
7
7
  "type": "commonjs",
8
8
  "repository": {
@@ -70,7 +70,8 @@
70
70
  "test:redteam:integration": "npm run build && ./test/redteam/integration/test.sh",
71
71
  "test": "jest",
72
72
  "tsc": "tsc",
73
- "mcp": "node dist/src/main.js mcp"
73
+ "mcp": "node dist/src/main.js mcp",
74
+ "depcheck": "depcheck --ignores=\"@types/*,@biomejs/biome,prettier,shx,concurrently,madge,knip,vite,typescript,tshy\" --ignore-dirs=\"dist,site,examples,node_modules\""
74
75
  },
75
76
  "overrides": {
76
77
  "uri-js": "npm:uri-js-replace",
@@ -134,6 +135,7 @@
134
135
  "@aws-sdk/client-bedrock-runtime": "^3.859.0",
135
136
  "@aws-sdk/client-sagemaker-runtime": "^3.859.0",
136
137
  "@aws-sdk/credential-provider-sso": "^3.859.0",
138
+ "@aws-sdk/types": "^3.844.0",
137
139
  "@azure/identity": "^4.10.2",
138
140
  "@azure/openai-assistants": "^1.0.0-beta.6",
139
141
  "@biomejs/biome": "2.1.3",
@@ -166,8 +168,8 @@
166
168
  "@types/supertest": "^6.0.3",
167
169
  "@types/uuid": "^10.0.0",
168
170
  "axios": "^1.11.0",
169
- "check-dependency-version-consistency": "^5.0.1",
170
171
  "concurrently": "^9.2.0",
172
+ "depcheck": "^1.4.7",
171
173
  "drizzle-kit": "^0.31.4",
172
174
  "ibm-cloud-sdk-core": "^5.4.2",
173
175
  "jest": "^30.0.5",
@@ -188,7 +190,6 @@
188
190
  "source-map-support": "^0.5.21",
189
191
  "supertest": "^7.1.4",
190
192
  "ts-dedent": "^2.2.0",
191
- "ts-jest": "^29.4.1",
192
193
  "ts-node": "^10.9.2",
193
194
  "typescript": "^5.9.2",
194
195
  "winston-transport": "^4.9.0",
@@ -248,6 +249,7 @@
248
249
  "js-rouge": "^3.0.0",
249
250
  "js-yaml": "^4.1.0",
250
251
  "jsdom": "^26.1.0",
252
+ "lru-cache": "^11.0.0",
251
253
  "mathjs": "^14.6.0",
252
254
  "node-cache": "^5.1.2",
253
255
  "nunjucks": "^3.2.4",