@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
package/CHANGELOG.md
CHANGED
|
@@ -451,7 +451,7 @@ var require_utils = __commonJS({
|
|
|
451
451
|
// ../../node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js
|
|
452
452
|
var require_dist = __commonJS({
|
|
453
453
|
"../../node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js"(exports) {
|
|
454
|
-
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m2, k, k2) {
|
|
454
|
+
var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m2, k, k2) {
|
|
455
455
|
if (k2 === void 0) k2 = k;
|
|
456
456
|
var desc = Object.getOwnPropertyDescriptor(m2, k);
|
|
457
457
|
if (!desc || ("get" in desc ? !m2.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -460,10 +460,10 @@ var require_dist = __commonJS({
|
|
|
460
460
|
} };
|
|
461
461
|
}
|
|
462
462
|
Object.defineProperty(o, k2, desc);
|
|
463
|
-
} : function(o, m2, k, k2) {
|
|
463
|
+
}) : (function(o, m2, k, k2) {
|
|
464
464
|
if (k2 === void 0) k2 = k;
|
|
465
465
|
o[k2] = m2[k];
|
|
466
|
-
});
|
|
466
|
+
}));
|
|
467
467
|
var __exportStar = exports && exports.__exportStar || function(m2, exports2) {
|
|
468
468
|
for (var p3 in m2) if (p3 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p3)) __createBinding(exports2, m2, p3);
|
|
469
469
|
};
|
|
@@ -1054,7 +1054,7 @@ var hasRequiredReactIs_development$1;
|
|
|
1054
1054
|
function requireReactIs_development$1() {
|
|
1055
1055
|
if (hasRequiredReactIs_development$1) return reactIs_development$1;
|
|
1056
1056
|
hasRequiredReactIs_development$1 = 1;
|
|
1057
|
-
"production" !== process.env.NODE_ENV && function() {
|
|
1057
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
1058
1058
|
function typeOf2(object2) {
|
|
1059
1059
|
if ("object" === typeof object2 && null !== object2) {
|
|
1060
1060
|
var $$typeof = object2.$$typeof;
|
|
@@ -1140,7 +1140,7 @@ function requireReactIs_development$1() {
|
|
|
1140
1140
|
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;
|
|
1141
1141
|
};
|
|
1142
1142
|
reactIs_development$1.typeOf = typeOf2;
|
|
1143
|
-
}();
|
|
1143
|
+
})();
|
|
1144
1144
|
return reactIs_development$1;
|
|
1145
1145
|
}
|
|
1146
1146
|
var hasRequiredReactIs$1;
|
|
@@ -14425,7 +14425,7 @@ function requireTypeDetect() {
|
|
|
14425
14425
|
(function(module, exports) {
|
|
14426
14426
|
(function(global3, factory) {
|
|
14427
14427
|
module.exports = factory();
|
|
14428
|
-
})(typeDetect, function() {
|
|
14428
|
+
})(typeDetect, (function() {
|
|
14429
14429
|
var promiseExists = typeof Promise === "function";
|
|
14430
14430
|
var globalObject = typeof self === "object" ? self : commonjsGlobal;
|
|
14431
14431
|
var symbolExists = typeof Symbol !== "undefined";
|
|
@@ -14534,7 +14534,7 @@ function requireTypeDetect() {
|
|
|
14534
14534
|
return Object.prototype.toString.call(obj).slice(toStringLeftSliceLength, toStringRightSliceLength);
|
|
14535
14535
|
}
|
|
14536
14536
|
return typeDetect2;
|
|
14537
|
-
});
|
|
14537
|
+
}));
|
|
14538
14538
|
})(typeDetect$1);
|
|
14539
14539
|
return typeDetect$1.exports;
|
|
14540
14540
|
}
|
|
@@ -16725,5 +16725,5 @@ chai/chai.js:
|
|
|
16725
16725
|
*/
|
|
16726
16726
|
|
|
16727
16727
|
export { afterAll, afterEach, assert2 as assert, assertType, beforeAll, beforeEach, bench, chai_exports as chai, createExpect, describe, globalExpect as expect, export_expectTypeOf as expectTypeOf, inject, it, onTestFailed, onTestFinished, should, suite, test3 as test, vi, vitest };
|
|
16728
|
-
//# sourceMappingURL=dist-
|
|
16729
|
-
//# sourceMappingURL=dist-
|
|
16728
|
+
//# sourceMappingURL=dist-LW5BEMUH.js.map
|
|
16729
|
+
//# sourceMappingURL=dist-LW5BEMUH.js.map
|