@mastra/deployer 1.14.0-alpha.2 → 1.14.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 +28 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added `MASTRA_HOST` environment variable support for configuring the server bind address. Previously, the host could only be set via `server.host` in the Mastra config. Now it follows the same pattern as `PORT`: config value takes precedence, then env var, then defaults to `localhost`. ([#14313](https://github.com/mastra-ai/mastra/pull/14313))
|
|
8
|
+
|
|
9
|
+
- Added a new `MASTRA_TEMPLATES` Studio runtime flag to control whether the **Templates** section appears in the sidebar. ([#14309](https://github.com/mastra-ai/mastra/pull/14309))
|
|
10
|
+
- `MASTRA_TEMPLATES=true` now enables Templates navigation in Studio.
|
|
11
|
+
- By default (`false` or unset), Templates is hidden.
|
|
12
|
+
- Studio HTML injection now propagates this value in both CLI-hosted and deployer-hosted Studio builds.
|
|
13
|
+
- Added tests covering environment variable injection for both paths.
|
|
14
|
+
|
|
15
|
+
- Fixed tsconfig path aliases during build when imports use .js-style module specifiers. ([#13998](https://github.com/mastra-ai/mastra/pull/13998))
|
|
16
|
+
|
|
17
|
+
- Fixed `apiPrefix` server option not being applied to the underlying Hono server instance. Routes, welcome page, Swagger UI, and studio HTML handler now all respect the configured `apiPrefix` instead of hardcoding `/api`. ([#14325](https://github.com/mastra-ai/mastra/pull/14325))
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`51970b3`](https://github.com/mastra-ai/mastra/commit/51970b3828494d59a8dd4df143b194d37d31e3f5), [`4444280`](https://github.com/mastra-ai/mastra/commit/444428094253e916ec077e66284e685fde67021e), [`085e371`](https://github.com/mastra-ai/mastra/commit/085e3718a7d0fe9a210fe7dd1c867b9bdfe8d16b), [`b77aa19`](https://github.com/mastra-ai/mastra/commit/b77aa1981361c021f2c881bee8f0c703687f00da), [`dbb879a`](https://github.com/mastra-ai/mastra/commit/dbb879af0b809c668e9b3a9d8bac97d806caa267), [`8b4ce84`](https://github.com/mastra-ai/mastra/commit/8b4ce84aed0808b9805cc4fd7147c1f8a2ef7a36), [`8d4cfe6`](https://github.com/mastra-ai/mastra/commit/8d4cfe6b9a7157d3876206227ec9f04cde6dbc4a), [`dd6ca1c`](https://github.com/mastra-ai/mastra/commit/dd6ca1cdea3b8b6182f4cf61df41070ba0cc0deb), [`ce26fe2`](https://github.com/mastra-ai/mastra/commit/ce26fe2166dd90254f8bee5776e55977143e97de), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a), [`4cb4edf`](https://github.com/mastra-ai/mastra/commit/4cb4edf3c909d197ec356c1790d13270514ffef6), [`8de3555`](https://github.com/mastra-ai/mastra/commit/8de355572c6fd838f863a3e7e6fe24d0947b774f), [`b26307f`](https://github.com/mastra-ai/mastra/commit/b26307f050df39629511b0e831b8fc26973ce8b1), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a), [`8de3555`](https://github.com/mastra-ai/mastra/commit/8de355572c6fd838f863a3e7e6fe24d0947b774f), [`a1b3a48`](https://github.com/mastra-ai/mastra/commit/a1b3a48a92473177b80b843b515d6054b7817724)]:
|
|
20
|
+
- @mastra/core@1.14.0
|
|
21
|
+
- @mastra/server@1.14.0
|
|
22
|
+
|
|
23
|
+
## 1.14.0-alpha.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`8b4ce84`](https://github.com/mastra-ai/mastra/commit/8b4ce84aed0808b9805cc4fd7147c1f8a2ef7a36), [`8d4cfe6`](https://github.com/mastra-ai/mastra/commit/8d4cfe6b9a7157d3876206227ec9f04cde6dbc4a), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a)]:
|
|
28
|
+
- @mastra/core@1.14.0-alpha.3
|
|
29
|
+
- @mastra/server@1.14.0-alpha.3
|
|
30
|
+
|
|
3
31
|
## 1.14.0-alpha.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.14.0
|
|
3
|
+
"version": "1.14.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.14.0
|
|
114
|
+
"@mastra/server": "1.14.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hono/node-server": "^1.19.11",
|
|
@@ -131,12 +131,12 @@
|
|
|
131
131
|
"typescript": "^5.9.3",
|
|
132
132
|
"vitest": "4.0.18",
|
|
133
133
|
"zod": "^4.3.6",
|
|
134
|
-
"@internal/
|
|
135
|
-
"@
|
|
136
|
-
"@
|
|
137
|
-
"@mastra/
|
|
138
|
-
"@mastra/
|
|
139
|
-
"@mastra/server": "1.14.0
|
|
134
|
+
"@internal/lint": "0.0.72",
|
|
135
|
+
"@internal/types-builder": "0.0.47",
|
|
136
|
+
"@mastra/core": "1.14.0",
|
|
137
|
+
"@mastra/hono": "1.2.5",
|
|
138
|
+
"@mastra/mcp": "^1.3.0",
|
|
139
|
+
"@mastra/server": "1.14.0"
|
|
140
140
|
},
|
|
141
141
|
"peerDependencies": {
|
|
142
142
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0",
|