@wix/evalforge-evaluator 0.34.0 → 0.35.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 +15 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +15 -1
- package/build/index.mjs.map +2 -2
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -7537,7 +7537,21 @@ function buildLLMTraceFromSteps(steps, totalDurationMs, usage, model) {
|
|
|
7537
7537
|
// src/run-scenario/file-diff.ts
|
|
7538
7538
|
var import_fs6 = require("fs");
|
|
7539
7539
|
var import_path6 = require("path");
|
|
7540
|
-
var IGNORED_PATTERNS = [
|
|
7540
|
+
var IGNORED_PATTERNS = [
|
|
7541
|
+
"node_modules",
|
|
7542
|
+
".git",
|
|
7543
|
+
".claude",
|
|
7544
|
+
".cursor",
|
|
7545
|
+
"dist",
|
|
7546
|
+
"build",
|
|
7547
|
+
".next",
|
|
7548
|
+
".turbo",
|
|
7549
|
+
"__pycache__",
|
|
7550
|
+
".pytest_cache",
|
|
7551
|
+
".venv",
|
|
7552
|
+
"venv",
|
|
7553
|
+
".DS_Store"
|
|
7554
|
+
];
|
|
7541
7555
|
var BINARY_EXTENSIONS = [
|
|
7542
7556
|
".png",
|
|
7543
7557
|
".jpg",
|