@mastra/deployer 0.16.0-alpha.0 → 0.16.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 +38 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 376913a: Update peerdeps of @mastra/core
8
+
9
+ ### Patch Changes
10
+
11
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
12
+ - 5397eb4: Add public URL support when adding files in Multi Modal
13
+ - Updated dependencies [8fbf79e]
14
+ - Updated dependencies [cf4e353]
15
+ - Updated dependencies [fd83526]
16
+ - Updated dependencies [d0b90ab]
17
+ - Updated dependencies [6f5eb7a]
18
+ - Updated dependencies [a01cf14]
19
+ - Updated dependencies [a9e50ee]
20
+ - Updated dependencies [5397eb4]
21
+ - Updated dependencies [c9f4e4a]
22
+ - Updated dependencies [0acbc80]
23
+ - Updated dependencies [376913a]
24
+ - Updated dependencies [97eea1f]
25
+ - @mastra/core@0.16.0
26
+ - @mastra/server@0.16.0
27
+
28
+ ## 0.16.0-alpha.1
29
+
30
+ ### Minor Changes
31
+
32
+ - 376913a: Update peerdeps of @mastra/core
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [8fbf79e]
37
+ - Updated dependencies [376913a]
38
+ - @mastra/core@0.16.0-alpha.1
39
+ - @mastra/server@0.16.0-alpha.1
40
+
3
41
  ## 0.16.0-alpha.0
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.16.0-alpha.0",
3
+ "version": "0.16.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -112,7 +112,7 @@
112
112
  "rollup-plugin-esbuild": "^6.2.1",
113
113
  "rollup-plugin-node-externals": "^8.0.1",
114
114
  "typescript-paths": "^1.5.1",
115
- "@mastra/server": "^0.16.0-alpha.0"
115
+ "@mastra/server": "^0.16.0"
116
116
  },
117
117
  "devDependencies": {
118
118
  "@hono/node-server": "^1.17.1",
@@ -132,13 +132,13 @@
132
132
  "typescript": "^5.8.3",
133
133
  "vitest": "^3.2.4",
134
134
  "zod": "^3.25.76",
135
- "@internal/lint": "0.0.35",
136
- "@mastra/core": "0.16.0-alpha.0",
137
- "@internal/types-builder": "0.0.10",
138
- "@mastra/mcp": "^0.11.3"
135
+ "@internal/types-builder": "0.0.11",
136
+ "@mastra/core": "0.16.0",
137
+ "@internal/lint": "0.0.36",
138
+ "@mastra/mcp": "^0.11.4"
139
139
  },
140
140
  "peerDependencies": {
141
- "@mastra/core": ">=0.15.3-0 <0.16.0-0",
141
+ "@mastra/core": ">=0.16.0-0 <0.17.0-0",
142
142
  "zod": "^3.25.0 || ^4.0.0"
143
143
  },
144
144
  "homepage": "https://mastra.ai",