@aigne/afs-llm-bench 1.12.0-beta.6 → 1.12.0-beta.7

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-llm-bench",
3
- "version": "1.12.0-beta.6",
3
+ "version": "1.12.0-beta.7",
4
4
  "description": "AFS provider for the LLM-AFS benchmark suite — runs AFS-friendliness evals and patches scores into the ai-device catalog.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -38,7 +38,7 @@
38
38
  "js-yaml": "^4.1.1",
39
39
  "ufo": "^1.6.3",
40
40
  "zod": "^4.0.0",
41
- "@aigne/afs": "^1.12.0-beta.6",
41
+ "@aigne/afs": "^1.12.0-beta.7",
42
42
  "@aigne/afs-agent": "^1.11.0-beta.13"
43
43
  },
44
44
  "devDependencies": {
@@ -48,8 +48,8 @@
48
48
  "rimraf": "^6.1.2",
49
49
  "tsdown": "0.20.0-beta.3",
50
50
  "typescript": "5.9.2",
51
- "@aigne/afs-ai-device": "1.12.0-beta.6",
52
- "@aigne/afs-testing": "1.12.0-beta.6",
51
+ "@aigne/afs-ai-device": "1.12.0-beta.7",
52
+ "@aigne/afs-testing": "1.12.0-beta.7",
53
53
  "@aigne/typescript-config": "0.0.0"
54
54
  },
55
55
  "scripts": {