> @gentrace/evals@0.0.3 build /home/runner/work/gentrace-node/gentrace-node/packages/evals > run-s clean typescript:compile rollup:compile > @gentrace/evals@0.0.3 clean /home/runner/work/gentrace-node/gentrace-node/packages/evals > rimraf dist tsconfig.tsbuildinfo > @gentrace/evals@0.0.3 typescript:compile /home/runner/work/gentrace-node/gentrace-node/packages/evals > tsc -p tsconfig.json > @gentrace/evals@0.0.3 rollup:compile /home/runner/work/gentrace-node/gentrace-node/packages/evals > rollup --config rollup.config.mjs  src/index.ts → dist, dist... (!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true. (!) Unresolved dependencies https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency openai/helpers/zod (imported by "src/llm-evaluator.ts") (!) Mixing named and default exports https://rollupjs.org/configuration-options/#output-exports The following entry modules are using named and default exports together: src/index.ts Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning. created dist, dist in 1.9s