@mastra/evals 0.14.1 → 0.14.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +12 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.14.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
8
+
9
+ - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
10
+ - @mastra/core@0.24.0-alpha.0
11
+
12
+ ## 0.14.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
17
+
18
+ - Updated dependencies []:
19
+ - @mastra/core@0.23.1
20
+
3
21
  ## 0.14.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/evals",
3
- "version": "0.14.1",
3
+ "version": "0.14.3-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -103,7 +103,7 @@
103
103
  "string-similarity": "^4.0.4"
104
104
  },
105
105
  "peerDependencies": {
106
- "@mastra/core": ">=0.21.0-0 <0.23.0-0",
106
+ "@mastra/core": ">=0.21.0-0 <0.25.0-0",
107
107
  "ai": "^4.0.0 || ^5.0.0",
108
108
  "zod": "^3.25.0 || ^4.0.0"
109
109
  },
@@ -121,9 +121,16 @@
121
121
  "typescript": "^5.8.3",
122
122
  "vitest": "^3.2.4",
123
123
  "zod": "^3.25.76",
124
- "@internal/lint": "0.0.51",
125
- "@mastra/core": "0.22.0",
126
- "@internal/types-builder": "0.0.26"
124
+ "@internal/lint": "0.0.57",
125
+ "@mastra/core": "0.24.0-alpha.0",
126
+ "@internal/types-builder": "0.0.32"
127
+ },
128
+ "publishConfig": {
129
+ "access": "public",
130
+ "publish-branch": [
131
+ "main",
132
+ "0.x"
133
+ ]
127
134
  },
128
135
  "scripts": {
129
136
  "check": "tsc --noEmit",