@mastra/server 1.61.0 → 1.61.1-alpha.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.61.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f95f468`](https://github.com/mastra-ai/mastra/commit/f95f468cf1e7c2b924a13826494f98b8f2ccd581)]:
8
+ - @mastra/core@1.61.1-alpha.1
9
+
10
+ ## 1.61.1-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`1e47b75`](https://github.com/mastra-ai/mastra/commit/1e47b7520cab4cfaa8daed52f17e2e6d14ff7539)]:
15
+ - @mastra/core@1.61.1-alpha.0
16
+
3
17
  ## 1.61.0
4
18
 
5
19
  ### 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.61.0"
6
+ version: "1.61.1-alpha.1"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.61.0",
2
+ "version": "1.61.1-alpha.1",
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.61.0",
3
+ "version": "1.61.1-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -122,9 +122,9 @@
122
122
  "@internal/test-utils": "0.0.61",
123
123
  "@internal/types-builder": "0.0.100",
124
124
  "@internal/voice": "0.0.23",
125
- "@mastra/agent-builder": "1.1.13",
126
- "@mastra/core": "1.61.0",
127
- "@mastra/schema-compat": "1.3.7"
125
+ "@mastra/core": "1.61.1-alpha.1",
126
+ "@mastra/schema-compat": "1.3.7",
127
+ "@mastra/agent-builder": "1.1.13"
128
128
  },
129
129
  "homepage": "https://mastra.ai",
130
130
  "repository": {