@mastra/server 1.59.0 → 1.59.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.59.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`587f6ef`](https://github.com/mastra-ai/mastra/commit/587f6efcfc25880b93760a8607d1cd381ec612fe)]:
8
+ - @mastra/core@1.59.1-alpha.0
9
+
3
10
  ## 1.59.0
4
11
 
5
12
  ### Minor Changes
@@ -3,7 +3,7 @@ name: mastra-server
3
3
  description: Documentation for @mastra/server. Use when working with @mastra/server APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/server"
6
- version: "1.59.0"
6
+ version: "1.59.1-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.59.0",
2
+ "version": "1.59.1-alpha.0",
3
3
  "package": "@mastra/server",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "1.59.0",
3
+ "version": "1.59.1-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -116,15 +116,15 @@
116
116
  "vitest": "4.1.10",
117
117
  "zod": "^4.4.3",
118
118
  "zod-to-ts": "^2.1.0",
119
+ "@internal/core": "0.1.2",
119
120
  "@internal/lint": "0.0.123",
120
121
  "@internal/storage-test-utils": "0.0.119",
121
122
  "@internal/test-utils": "0.0.59",
122
- "@internal/core": "0.1.2",
123
- "@internal/types-builder": "0.0.98",
124
123
  "@internal/voice": "0.0.21",
125
- "@mastra/agent-builder": "1.1.12",
124
+ "@internal/types-builder": "0.0.98",
126
125
  "@mastra/schema-compat": "1.3.7",
127
- "@mastra/core": "1.59.0"
126
+ "@mastra/core": "1.59.1-alpha.0",
127
+ "@mastra/agent-builder": "1.1.12"
128
128
  },
129
129
  "homepage": "https://mastra.ai",
130
130
  "repository": {