@mastra/deployer 1.37.0-alpha.4 → 1.37.0-alpha.5

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,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.37.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6096445`](https://github.com/mastra-ai/mastra/commit/60964459733f0ab384584d95e19c36607ffdf7b0), [`91cf0e0`](https://github.com/mastra-ai/mastra/commit/91cf0e027e511b871481a8576b56b7af83b15afd)]:
8
+ - @mastra/core@1.37.0-alpha.5
9
+ - @mastra/server@1.37.0-alpha.5
10
+
3
11
  ## 1.37.0-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-deployer
3
3
  description: Documentation for @mastra/deployer. Use when working with @mastra/deployer APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/deployer"
6
- version: "1.37.0-alpha.4"
6
+ version: "1.37.0-alpha.5"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.37.0-alpha.4",
2
+ "version": "1.37.0-alpha.5",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.37.0-alpha.4",
3
+ "version": "1.37.0-alpha.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -112,7 +112,7 @@
112
112
  "tinyglobby": "^0.2.16",
113
113
  "typescript-paths": "^1.5.2",
114
114
  "ws": "^8.20.0",
115
- "@mastra/server": "1.37.0-alpha.4"
115
+ "@mastra/server": "1.37.0-alpha.5"
116
116
  },
117
117
  "devDependencies": {
118
118
  "@hono/node-server": "^1.19.11",
@@ -134,11 +134,11 @@
134
134
  "zod": "^4.3.6",
135
135
  "@internal/lint": "0.0.97",
136
136
  "@internal/types-builder": "0.0.72",
137
- "@mastra/core": "1.37.0-alpha.4",
138
137
  "@mastra/agent-browser": "0.2.2",
139
- "@mastra/server": "1.37.0-alpha.4",
140
- "@mastra/mcp": "^1.8.0",
141
- "@mastra/hono": "1.4.19-alpha.4"
138
+ "@mastra/core": "1.37.0-alpha.5",
139
+ "@mastra/hono": "1.4.19-alpha.5",
140
+ "@mastra/server": "1.37.0-alpha.5",
141
+ "@mastra/mcp": "^1.8.0"
142
142
  },
143
143
  "peerDependencies": {
144
144
  "@mastra/core": ">=1.34.0-0 <2.0.0-0",