@devflow-tools/benchmark 0.17.6 → 0.17.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devflow-tools/benchmark
2
2
 
3
- > 用于比较 baseline 与 DevFlow Agent 结果的评测和检索质量基准库。(v0.17.6
3
+ > 用于比较 baseline 与 DevFlow Agent 结果的评测和检索质量基准库。(v0.17.8
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/%40devflow-tools%2Fbenchmark.svg)](https://www.npmjs.com/package/@devflow-tools/benchmark)
6
6
 
@@ -30,7 +30,7 @@ console.log(report.summary);
30
30
 
31
31
  ## 版本与兼容性
32
32
 
33
- - 当前包版本:`0.17.6`
33
+ - 当前包版本:`0.17.8`
34
34
  - Node.js:未在 package manifest 声明更高版本时,使用 Node.js 18+;原生 SQLite/Playwright 能力请按对应依赖安装
35
35
  - workspace 内部包应使用同一 DevFlow minor/patch 版本,避免类型和数据库 schema 不一致
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/benchmark",
3
- "version": "0.17.6",
3
+ "version": "0.17.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@colbymchenry/codegraph": "^1.1.1",
22
- "@devflow-tools/context-engine": "0.17.6",
23
- "@devflow-tools/database": "0.17.6",
24
- "@devflow-tools/sdk": "0.17.6"
22
+ "@devflow-tools/context-engine": "0.17.8",
23
+ "@devflow-tools/database": "0.17.8",
24
+ "@devflow-tools/sdk": "0.17.8"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "^5.5.0",
@@ -31,5 +31,5 @@
31
31
  "dist",
32
32
  "fixtures"
33
33
  ],
34
- "gitHead": "669fea3aa72aa3fde14ed50d24c1fec4dfac088f"
34
+ "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666"
35
35
  }