@mastra/evals 0.13.3 → 0.13.4-alpha.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/CHANGELOG.md +8 -0
- package/dist/{dist-CI72CYZJ.js → dist-LW5BEMUH.js} +9 -9
- package/dist/dist-LW5BEMUH.js.map +1 -0
- package/dist/{dist-IKJJ2AX4.cjs → dist-RLAYCV3J.cjs} +9 -9
- package/dist/dist-RLAYCV3J.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/metrics/llm/index.cjs +1 -1
- package/dist/metrics/llm/index.js +1 -1
- package/dist/scorers/llm/index.cjs +1 -1
- package/dist/scorers/llm/index.cjs.map +1 -1
- package/dist/scorers/llm/index.js +1 -1
- package/dist/scorers/llm/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/dist-CI72CYZJ.js.map +0 -1
- package/dist/dist-IKJJ2AX4.cjs.map +0 -1
|
@@ -453,7 +453,7 @@ var require_utils = chunkEMMSS5I5_cjs.__commonJS({
|
|
|
453
453
|
// ../../node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js
|
|
454
454
|
var require_dist = chunkEMMSS5I5_cjs.__commonJS({
|
|
455
455
|
"../../node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js"(exports) {
|
|
456
|
-
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m2, k, k2) {
|
|
456
|
+
var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m2, k, k2) {
|
|
457
457
|
if (k2 === void 0) k2 = k;
|
|
458
458
|
var desc = Object.getOwnPropertyDescriptor(m2, k);
|
|
459
459
|
if (!desc || ("get" in desc ? !m2.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -462,10 +462,10 @@ var require_dist = chunkEMMSS5I5_cjs.__commonJS({
|
|
|
462
462
|
} };
|
|
463
463
|
}
|
|
464
464
|
Object.defineProperty(o, k2, desc);
|
|
465
|
-
} : function(o, m2, k, k2) {
|
|
465
|
+
}) : (function(o, m2, k, k2) {
|
|
466
466
|
if (k2 === void 0) k2 = k;
|
|
467
467
|
o[k2] = m2[k];
|
|
468
|
-
});
|
|
468
|
+
}));
|
|
469
469
|
var __exportStar = exports && exports.__exportStar || function(m2, exports2) {
|
|
470
470
|
for (var p3 in m2) if (p3 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p3)) __createBinding(exports2, m2, p3);
|
|
471
471
|
};
|
|
@@ -1056,7 +1056,7 @@ var hasRequiredReactIs_development$1;
|
|
|
1056
1056
|
function requireReactIs_development$1() {
|
|
1057
1057
|
if (hasRequiredReactIs_development$1) return reactIs_development$1;
|
|
1058
1058
|
hasRequiredReactIs_development$1 = 1;
|
|
1059
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
1059
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
1060
1060
|
function typeOf2(object2) {
|
|
1061
1061
|
if ("object" === typeof object2 && null !== object2) {
|
|
1062
1062
|
var $$typeof = object2.$$typeof;
|
|
@@ -1142,7 +1142,7 @@ function requireReactIs_development$1() {
|
|
|
1142
1142
|
return "string" === typeof type3 || "function" === typeof type3 || type3 === REACT_FRAGMENT_TYPE || type3 === REACT_PROFILER_TYPE || type3 === REACT_STRICT_MODE_TYPE || type3 === REACT_SUSPENSE_TYPE || type3 === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type3 && null !== type3 && (type3.$$typeof === REACT_LAZY_TYPE || type3.$$typeof === REACT_MEMO_TYPE || type3.$$typeof === REACT_CONTEXT_TYPE || type3.$$typeof === REACT_CONSUMER_TYPE || type3.$$typeof === REACT_FORWARD_REF_TYPE || type3.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type3.getModuleId) ? true : false;
|
|
1143
1143
|
};
|
|
1144
1144
|
reactIs_development$1.typeOf = typeOf2;
|
|
1145
|
-
}();
|
|
1145
|
+
})();
|
|
1146
1146
|
return reactIs_development$1;
|
|
1147
1147
|
}
|
|
1148
1148
|
var hasRequiredReactIs$1;
|
|
@@ -14427,7 +14427,7 @@ function requireTypeDetect() {
|
|
|
14427
14427
|
(function(module, exports) {
|
|
14428
14428
|
(function(global3, factory) {
|
|
14429
14429
|
module.exports = factory();
|
|
14430
|
-
})(typeDetect, function() {
|
|
14430
|
+
})(typeDetect, (function() {
|
|
14431
14431
|
var promiseExists = typeof Promise === "function";
|
|
14432
14432
|
var globalObject = typeof self === "object" ? self : commonjsGlobal;
|
|
14433
14433
|
var symbolExists = typeof Symbol !== "undefined";
|
|
@@ -14536,7 +14536,7 @@ function requireTypeDetect() {
|
|
|
14536
14536
|
return Object.prototype.toString.call(obj).slice(toStringLeftSliceLength, toStringRightSliceLength);
|
|
14537
14537
|
}
|
|
14538
14538
|
return typeDetect2;
|
|
14539
|
-
});
|
|
14539
|
+
}));
|
|
14540
14540
|
})(typeDetect$1);
|
|
14541
14541
|
return typeDetect$1.exports;
|
|
14542
14542
|
}
|
|
@@ -16747,5 +16747,5 @@ exports.suite = suite;
|
|
|
16747
16747
|
exports.test = test3;
|
|
16748
16748
|
exports.vi = vi;
|
|
16749
16749
|
exports.vitest = vitest;
|
|
16750
|
-
//# sourceMappingURL=dist-
|
|
16751
|
-
//# sourceMappingURL=dist-
|
|
16750
|
+
//# sourceMappingURL=dist-RLAYCV3J.cjs.map
|
|
16751
|
+
//# sourceMappingURL=dist-RLAYCV3J.cjs.map
|