agenteval-cli 0.8.4 → 0.8.5
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/bin/agenteval.js +3 -3
- package/package.json +1 -1
package/bin/agenteval.js
CHANGED
|
@@ -14,9 +14,9 @@ const VERSION_PATH = join(CACHE_DIR, ".version");
|
|
|
14
14
|
// SHA256 checksums injected by the release workflow.
|
|
15
15
|
// If all zeros, integrity check is skipped (dev/unreleased builds).
|
|
16
16
|
const CHECKSUMS = {
|
|
17
|
-
"agenteval-linux-x64": "
|
|
18
|
-
"agenteval-darwin-arm64": "
|
|
19
|
-
"agenteval-darwin-x64": "
|
|
17
|
+
"agenteval-linux-x64": "59729b785863d678fe80a97a728c95d557890c571eea66d8d2c8239630c0248b",
|
|
18
|
+
"agenteval-darwin-arm64": "b4d7d81a0be0cb7075cb651f2d5f0d365d8603b529839d4e158bda8007618718",
|
|
19
|
+
"agenteval-darwin-x64": "3712af2cfe0edb7de629da2a475d5903e4475eb3b828d1778ed83331bf7af4a5",
|
|
20
20
|
};
|
|
21
21
|
|
|
22
22
|
function getPlatformKey() {
|