@mastra/evals 0.1.6-alpha.0 → 0.1.6-alpha.3

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,29 +1,37 @@
1
1
 
2
- > @mastra/evals@0.1.6-alpha.0 build /home/runner/work/mastra/mastra/packages/evals
3
- > pnpm check && tsup src/index.ts src/metrics/judge/index.ts src/metrics/llm/index.ts src/metrics/nlp/index.ts --format esm --experimental-dts --clean --treeshake
2
+ > @mastra/evals@0.1.6-alpha.3 build /home/runner/work/mastra/mastra/packages/evals
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.0 check /home/runner/work/mastra/mastra/packages/evals
6
+ > @mastra/evals@0.1.6-alpha.3 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 14192ms
13
+ TSC ⚡️ Build success in 16960ms
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
- DTS ⚡️ Build success in 7525ms
18
+ Analysis will use the bundled TypeScript version 5.7.3
19
+ Writing package typings: /home/runner/work/mastra/mastra/packages/evals/dist/_tsup-dts-rollup.d.cts
20
+ DTS ⚡️ Build success in 11761ms
19
21
  CLI Cleaning output folder
20
22
  ESM Build start
21
- ESM dist/metrics/judge/index.js 94.00 B
23
+ CJS Build start
22
24
  ESM dist/index.js 2.63 KB
25
+ ESM dist/metrics/judge/index.js 94.00 B
23
26
  ESM dist/chunk-TXXJUIES.js 305.00 B
24
27
  ESM dist/metrics/nlp/index.js 6.30 KB
25
- ESM dist/magic-string.es-5UDOWOAZ.js 40.80 KB
26
- ESM dist/chunk-4VNS5WPM.js 1.82 KB
27
28
  ESM dist/metrics/llm/index.js 85.32 KB
29
+ ESM dist/chunk-4VNS5WPM.js 1.82 KB
30
+ ESM dist/magic-string.es-5UDOWOAZ.js 40.80 KB
28
31
  ESM dist/dist-EOJDANYG.js 571.17 KB
29
- ESM ⚡️ Build success in 5902ms
32
+ ESM ⚡️ Build success in 11939ms
33
+ CJS dist/metrics/nlp/index.cjs 6.94 KB
34
+ CJS dist/metrics/judge/index.cjs 341.00 B
35
+ CJS dist/metrics/llm/index.cjs 86.28 KB
36
+ CJS dist/index.cjs 655.25 KB
37
+ CJS ⚡️ Build success in 11943ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.6-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - bb4f447: Add support for commonjs
8
+ - Updated dependencies [0fd78ac]
9
+ - Updated dependencies [0d25b75]
10
+ - Updated dependencies [fd14a3f]
11
+ - Updated dependencies [3f369a2]
12
+ - Updated dependencies [4d4e1e1]
13
+ - Updated dependencies [bb4f447]
14
+ - @mastra/core@0.4.3-alpha.3
15
+
16
+ ## 0.1.6-alpha.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [2512a93]
21
+ - Updated dependencies [e62de74]
22
+ - @mastra/core@0.4.3-alpha.2
23
+
24
+ ## 0.1.6-alpha.1
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [0d185b1]
29
+ - Updated dependencies [ed55f1d]
30
+ - Updated dependencies [8d13b14]
31
+ - Updated dependencies [3ee4831]
32
+ - Updated dependencies [108793c]
33
+ - Updated dependencies [5f28f44]
34
+ - @mastra/core@0.4.3-alpha.1
35
+
3
36
  ## 0.1.6-alpha.0
4
37
 
5
38
  ### Patch Changes