@mastra/deployer 0.24.9-alpha.1 → 0.24.9

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.24.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Update prompt handler to use new scoring system instead of deprecated evals. ([#11274](https://github.com/mastra-ai/mastra/pull/11274))
8
+
9
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7), [`60d99c0`](https://github.com/mastra-ai/mastra/commit/60d99c0addeed9d759c1b9fe4924d830ec93ac84)]:
10
+ - @mastra/core@0.24.9
11
+ - @mastra/server@0.24.9
12
+
3
13
  ## 0.24.9-alpha.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.24.9-alpha.1",
3
+ "version": "0.24.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -115,7 +115,7 @@
115
115
  "strip-json-comments": "^5.0.3",
116
116
  "tinyglobby": "^0.2.15",
117
117
  "typescript-paths": "^1.5.1",
118
- "@mastra/server": "^0.24.9-alpha.1"
118
+ "@mastra/server": "^0.24.9"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@hono/node-server": "^1.19.5",
@@ -134,10 +134,10 @@
134
134
  "typescript": "^5.8.3",
135
135
  "vitest": "^3.2.4",
136
136
  "zod": "^3.25.76",
137
- "@internal/lint": "0.0.66",
138
- "@internal/types-builder": "0.0.41",
139
- "@mastra/core": "0.24.9-alpha.1",
140
- "@mastra/mcp": "^0.14.5"
137
+ "@internal/lint": "0.0.67",
138
+ "@mastra/core": "0.24.9",
139
+ "@mastra/mcp": "^0.14.5",
140
+ "@internal/types-builder": "0.0.42"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@mastra/core": ">=0.24.0-0 <0.25.0-0",