@mastra/deployer 1.17.0 → 1.18.0-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,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.18.0-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed a deployer server regression where leaving `server.host` unset could bind the Node server to `localhost` instead of preserving the runtime default host. Explicit `server.host` and `MASTRA_HOST` values continue to work as before. ([#14682](https://github.com/mastra-ai/mastra/pull/14682))
8
+
9
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778), [`8ce9c21`](https://github.com/mastra-ai/mastra/commit/8ce9c2178179aa9b256b5335132f50a334fdc3fe)]:
10
+ - @mastra/core@1.18.0-alpha.0
11
+ - @mastra/server@1.18.0-alpha.0
12
+
3
13
  ## 1.17.0
4
14
 
5
15
  ### 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.17.0"
6
+ version: "1.18.0-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.17.0",
2
+ "version": "1.18.0-alpha.0",
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.17.0",
3
+ "version": "1.18.0-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -111,7 +111,7 @@
111
111
  "strip-json-comments": "^5.0.3",
112
112
  "tinyglobby": "^0.2.15",
113
113
  "typescript-paths": "^1.5.1",
114
- "@mastra/server": "1.17.0"
114
+ "@mastra/server": "1.18.0-alpha.0"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hono/node-server": "^1.19.11",
@@ -132,11 +132,11 @@
132
132
  "vitest": "4.0.18",
133
133
  "zod": "^4.3.6",
134
134
  "@internal/lint": "0.0.74",
135
- "@mastra/core": "1.17.0",
136
135
  "@internal/types-builder": "0.0.49",
137
- "@mastra/hono": "1.3.1-alpha.2",
138
- "@mastra/server": "1.17.0",
139
- "@mastra/mcp": "^1.3.1"
136
+ "@mastra/hono": "1.3.1-alpha.3",
137
+ "@mastra/core": "1.18.0-alpha.0",
138
+ "@mastra/mcp": "^1.3.1",
139
+ "@mastra/server": "1.18.0-alpha.0"
140
140
  },
141
141
  "peerDependencies": {
142
142
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",