@wix/evalforge-types 0.90.0 → 0.91.0
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.
|
@@ -5,7 +5,7 @@ import { z } from 'zod';
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ALLOWED_BUILD_COMMANDS: readonly ["yarn build", "npm run build", "pnpm run build", "pnpm build"];
|
|
7
7
|
export type AllowedBuildCommandString = (typeof ALLOWED_BUILD_COMMANDS)[number];
|
|
8
|
-
/** Default when `command` is omitted (
|
|
8
|
+
/** Default when `command` is omitted (aligns with evaluator npm install when no lockfile). */
|
|
9
9
|
export declare const DEFAULT_BUILD_PASSED_COMMAND: AllowedBuildCommandString;
|
|
10
10
|
/**
|
|
11
11
|
* True if the string (after trim) is an allowlisted build command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/evalforge-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.91.0",
|
|
4
4
|
"description": "Unified types for EvalForge agent evaluation system",
|
|
5
5
|
"files": [
|
|
6
6
|
"build"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"artifactId": "evalforge-types"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "e8cab7ed9044d3793532413461922a54adfffac3797a4e5256c12d20"
|
|
50
50
|
}
|