@mastra/evals 0.1.8-alpha.3 → 0.1.8-alpha.4

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.
@@ -1,37 +1,37 @@
1
1
 
2
- > @mastra/evals@0.1.8-alpha.3 build /home/runner/work/mastra/mastra/packages/evals
2
+ > @mastra/evals@0.1.8-alpha.4 build /home/runner/work/mastra/mastra/packages/evals
3
3
  > pnpm check && tsup src/index.ts src/metrics/judge/index.ts src/metrics/llm/index.ts src/metrics/nlp/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
 
6
- > @mastra/evals@0.1.8-alpha.3 check /home/runner/work/mastra/mastra/packages/evals
6
+ > @mastra/evals@0.1.8-alpha.4 check /home/runner/work/mastra/mastra/packages/evals
7
7
  > tsc --noEmit
8
8
 
9
9
  CLI Building entry: src/index.ts, src/metrics/judge/index.ts, src/metrics/llm/index.ts, src/metrics/nlp/index.ts
10
10
  CLI Using tsconfig: tsconfig.json
11
11
  CLI tsup v8.3.6
12
12
  TSC Build start
13
- TSC ⚡️ Build success in 13577ms
13
+ TSC ⚡️ Build success in 15785ms
14
14
  DTS Build start
15
15
  CLI Target: es2022
16
16
  Analysis will use the bundled TypeScript version 5.7.3
17
17
  Writing package typings: /home/runner/work/mastra/mastra/packages/evals/dist/_tsup-dts-rollup.d.ts
18
18
  Analysis will use the bundled TypeScript version 5.7.3
19
19
  Writing package typings: /home/runner/work/mastra/mastra/packages/evals/dist/_tsup-dts-rollup.d.cts
20
- DTS ⚡️ Build success in 6449ms
20
+ DTS ⚡️ Build success in 11102ms
21
21
  CLI Cleaning output folder
22
22
  ESM Build start
23
23
  CJS Build start
24
24
  ESM dist/metrics/judge/index.js 94.00 B
25
- ESM dist/chunk-TXXJUIES.js 305.00 B
26
25
  ESM dist/index.js 2.63 KB
26
+ ESM dist/chunk-TXXJUIES.js 305.00 B
27
27
  ESM dist/metrics/nlp/index.js 6.30 KB
28
+ ESM dist/magic-string.es-5UDOWOAZ.js 40.80 KB
28
29
  ESM dist/chunk-4VNS5WPM.js 1.82 KB
29
30
  ESM dist/metrics/llm/index.js 85.32 KB
30
- ESM dist/magic-string.es-5UDOWOAZ.js 40.80 KB
31
31
  ESM dist/dist-EOJDANYG.js 571.17 KB
32
- ESM ⚡️ Build success in 4403ms
32
+ ESM ⚡️ Build success in 12762ms
33
33
  CJS dist/metrics/judge/index.cjs 341.00 B
34
34
  CJS dist/metrics/nlp/index.cjs 6.94 KB
35
35
  CJS dist/metrics/llm/index.cjs 86.28 KB
36
36
  CJS dist/index.cjs 655.25 KB
37
- CJS ⚡️ Build success in 4403ms
37
+ CJS ⚡️ Build success in 12762ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.8-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d79aedf]
8
+ - @mastra/core@0.5.0-alpha.4
9
+
3
10
  ## 0.1.8-alpha.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/evals",
3
- "version": "0.1.8-alpha.3",
3
+ "version": "0.1.8-alpha.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -59,7 +59,7 @@
59
59
  "sentiment": "^5.0.2",
60
60
  "string-similarity": "^4.0.4",
61
61
  "zod": "^3.24.1",
62
- "@mastra/core": "^0.5.0-alpha.3"
62
+ "@mastra/core": "^0.5.0-alpha.4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "ai": "^4.0.0"