@mastra/deployer 0.19.1-alpha.1 → 0.19.1

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
8
+
9
+ - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
10
+ - @mastra/core@0.19.1
11
+ - @mastra/server@0.19.1
12
+
3
13
  ## 0.19.1-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.19.1-alpha.1",
3
+ "version": "0.19.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "rollup-plugin-node-externals": "^8.0.1",
114
114
  "tinyglobby": "^0.2.15",
115
115
  "typescript-paths": "^1.5.1",
116
- "@mastra/server": "^0.19.1-alpha.1"
116
+ "@mastra/server": "^0.19.1"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.5",
@@ -133,9 +133,9 @@
133
133
  "typescript": "^5.8.3",
134
134
  "vitest": "^3.2.4",
135
135
  "zod": "^3.25.76",
136
- "@internal/lint": "0.0.43",
137
- "@internal/types-builder": "0.0.18",
138
- "@mastra/core": "0.19.1-alpha.1",
136
+ "@internal/lint": "0.0.44",
137
+ "@mastra/core": "0.19.1",
138
+ "@internal/types-builder": "0.0.19",
139
139
  "@mastra/mcp": "^0.13.2"
140
140
  },
141
141
  "peerDependencies": {