@mastra/server 0.16.0-alpha.1 → 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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @mastra/server
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
+ - 97eea1f: add body sanitization to agent handlers
14
+ - Updated dependencies [8fbf79e]
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
+ - @mastra/core@0.16.0
24
+
3
25
  ## 0.16.0-alpha.1
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.16.0-alpha.1",
3
+ "version": "0.16.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -78,11 +78,11 @@
78
78
  "typescript": "^5.8.3",
79
79
  "vitest": "^3.2.4",
80
80
  "zod": "^3.25.76",
81
- "@internal/storage-test-utils": "0.0.31",
82
- "@internal/lint": "0.0.35",
83
- "@mastra/core": "0.16.0-alpha.1",
84
- "@mastra/agent-builder": "0.0.2-alpha.1",
85
- "@internal/types-builder": "0.0.10"
81
+ "@internal/lint": "0.0.36",
82
+ "@internal/types-builder": "0.0.11",
83
+ "@mastra/core": "0.16.0",
84
+ "@mastra/agent-builder": "0.0.2",
85
+ "@internal/storage-test-utils": "0.0.32"
86
86
  },
87
87
  "homepage": "https://mastra.ai",
88
88
  "repository": {