@mastra/evals 0.1.6 → 0.1.7

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,23 +1,23 @@
1
1
 
2
- > @mastra/evals@0.1.6-alpha.4 build /home/runner/work/mastra/mastra/packages/evals
2
+ > @mastra/evals@0.1.7-alpha.0 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.6-alpha.4 check /home/runner/work/mastra/mastra/packages/evals
6
+ > @mastra/evals@0.1.7-alpha.0 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 8920ms
13
+ TSC ⚡️ Build success in 12823ms
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 6500ms
20
+ DTS ⚡️ Build success in 5937ms
21
21
  CLI Cleaning output folder
22
22
  ESM Build start
23
23
  CJS Build start
@@ -25,13 +25,13 @@ Analysis will use the bundled TypeScript version 5.7.3
25
25
  CJS dist/metrics/nlp/index.cjs 6.94 KB
26
26
  CJS dist/metrics/llm/index.cjs 86.28 KB
27
27
  CJS dist/index.cjs 655.25 KB
28
- CJS ⚡️ Build success in 7205ms
28
+ CJS ⚡️ Build success in 5534ms
29
29
  ESM dist/metrics/judge/index.js 94.00 B
30
- ESM dist/chunk-TXXJUIES.js 305.00 B
31
30
  ESM dist/index.js 2.63 KB
31
+ ESM dist/chunk-TXXJUIES.js 305.00 B
32
32
  ESM dist/metrics/nlp/index.js 6.30 KB
33
33
  ESM dist/metrics/llm/index.js 85.32 KB
34
34
  ESM dist/chunk-4VNS5WPM.js 1.82 KB
35
35
  ESM dist/magic-string.es-5UDOWOAZ.js 40.80 KB
36
36
  ESM dist/dist-EOJDANYG.js 571.17 KB
37
- ESM ⚡️ Build success in 7218ms
37
+ ESM ⚡️ Build success in 5535ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1da20e7]
8
+ - @mastra/core@0.4.4
9
+
10
+ ## 0.1.7-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1da20e7]
15
+ - @mastra/core@0.4.4-alpha.0
16
+
3
17
  ## 0.1.6
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/evals",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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.4.3"
62
+ "@mastra/core": "^0.4.4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "ai": "^4.0.0"