@wix/evalforge-evaluator 0.8.0 → 0.9.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.
- package/build/index.js +2 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +2 -1
- package/build/index.mjs.map +2 -2
- package/package.json +2 -2
package/build/index.mjs
CHANGED
|
@@ -6734,7 +6734,8 @@ runEvaluation(projectId, evalRunId).then(() => {
|
|
|
6734
6734
|
const config = loadConfig();
|
|
6735
6735
|
const api = createApiClient(config.serverUrl, {
|
|
6736
6736
|
apiPrefix: config.apiPrefix,
|
|
6737
|
-
routeHeader: config.routeHeader
|
|
6737
|
+
routeHeader: config.routeHeader,
|
|
6738
|
+
authToken: config.authToken
|
|
6738
6739
|
});
|
|
6739
6740
|
await api.updateEvalRun(projectId, evalRunId, {
|
|
6740
6741
|
status: EvalStatus.FAILED,
|