@fre4x/benchmark 1.1.0-beta.1 → 1.1.0-beta.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fre4x/benchmark",
3
- "version": "1.1.0-beta.1",
4
- "description": "A benchmark MCP server for agent evaluation workflows.",
3
+ "version": "1.1.0-beta.4",
4
+ "description": "A deterministic benchmark MCP server for agent evaluation workflows.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
- "build": "node ../scripts/build-package.mjs",
14
+ "build": "node ../scripts/build-package.mjs && node -e \"const fs=require('fs');fs.copyFileSync('catalogs/expanded-catalog.json','dist/fallback-catalog.json');\"",
15
15
  "typecheck": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit",
16
16
  "start": "node dist/index.js",
17
17
  "dev": "tsx src/index.ts",