promptfoo 0.116.1 → 0.116.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 +2 -2
- package/dist/src/app/assets/{index-4u9mrO9k.js → index-D3j2XvMi.js} +3 -3
- package/dist/src/app/assets/{source-map-support-DM7wf2Iw.js → source-map-support-B6olqyS-.js} +1 -1
- package/dist/src/app/assets/{sync-OJbMZoB4.js → sync-DefCU8ic.js} +1 -1
- package/dist/src/app/index.html +1 -1
- package/dist/src/generated-constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
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.116.
|
|
5
|
+
"version": "0.116.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"build:clean": "shx rm -rf dist",
|
|
42
42
|
"build:watch": "tsc --watch",
|
|
43
43
|
"build": "npm run generate-constants && tsc && shx cp src/*.html dist/src && shx cp src/python/wrapper.py dist/src/python && shx mkdir -p dist/src/golang && shx cp src/golang/wrapper.go dist/src/golang && shx rm -rf dist/drizzle && shx cp -r drizzle dist/drizzle && npm run build:app && shx chmod +x dist/src/main.js",
|
|
44
|
-
"postbuild": "git checkout -- src/generated-constants.ts",
|
|
44
|
+
"postbuild": "git checkout -- src/generated-constants.ts 2>/dev/null || true",
|
|
45
45
|
"citation:generate": "ts-node scripts/generateCitation.ts",
|
|
46
46
|
"db:generate": "npx drizzle-kit generate",
|
|
47
47
|
"db:migrate": "npx tsx src/migrate.ts",
|