@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 CHANGED
@@ -6751,7 +6751,8 @@ runEvaluation(projectId, evalRunId).then(() => {
6751
6751
  const config = loadConfig();
6752
6752
  const api = createApiClient(config.serverUrl, {
6753
6753
  apiPrefix: config.apiPrefix,
6754
- routeHeader: config.routeHeader
6754
+ routeHeader: config.routeHeader,
6755
+ authToken: config.authToken
6755
6756
  });
6756
6757
  await api.updateEvalRun(projectId, evalRunId, {
6757
6758
  status: import_evalforge_types3.EvalStatus.FAILED,