@mastra/deployer 1.53.0 → 1.54.0-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,21 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.54.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ce93a3c`](https://github.com/mastra-ai/mastra/commit/ce93a3c114ea1cbfbd576f3db41d7c26c9844f5b), [`5718a22`](https://github.com/mastra-ai/mastra/commit/5718a229281dcfd36bcd1f42a242e3717e510a33), [`5807d3a`](https://github.com/mastra-ai/mastra/commit/5807d3ae1d259b8b7d6df7e5bf2b485c694af9c8), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`5718a22`](https://github.com/mastra-ai/mastra/commit/5718a229281dcfd36bcd1f42a242e3717e510a33), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`d1b7e3a`](https://github.com/mastra-ai/mastra/commit/d1b7e3a978a309a5653eeaa490d2d6c7c53bd093), [`c093146`](https://github.com/mastra-ai/mastra/commit/c0931466404d3c521308ea119cb165bb7e695155)]:
|
|
8
|
+
- @mastra/core@1.54.0-alpha.1
|
|
9
|
+
- @mastra/server@1.54.0-alpha.1
|
|
10
|
+
|
|
11
|
+
## 1.54.0-alpha.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`0dca9d0`](https://github.com/mastra-ai/mastra/commit/0dca9d0b1356024a53b72ea6f040db528b126caa)]:
|
|
16
|
+
- @mastra/core@1.54.0-alpha.0
|
|
17
|
+
- @mastra/server@1.54.0-alpha.0
|
|
18
|
+
|
|
3
19
|
## 1.53.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -18,5 +18,6 @@ The following guides show how to deploy Mastra to specific cloud providers:
|
|
|
18
18
|
- [Azure App Services](https://mastra.ai/guides/deployment/azure-app-services)
|
|
19
19
|
- [Cloudflare](https://mastra.ai/guides/deployment/cloudflare)
|
|
20
20
|
- [Digital Ocean](https://mastra.ai/guides/deployment/digital-ocean)
|
|
21
|
+
- [Kubernetes](https://mastra.ai/guides/deployment/kubernetes)
|
|
21
22
|
- [Netlify](https://mastra.ai/guides/deployment/netlify)
|
|
22
23
|
- [Vercel](https://mastra.ai/guides/deployment/vercel)
|
|
@@ -48,6 +48,7 @@ Use this option for auto-scaling, minimal infrastructure management, or when you
|
|
|
48
48
|
- [Azure App Services](https://mastra.ai/guides/deployment/azure-app-services)
|
|
49
49
|
- [Cloudflare](https://mastra.ai/guides/deployment/cloudflare)
|
|
50
50
|
- [Digital Ocean](https://mastra.ai/guides/deployment/digital-ocean)
|
|
51
|
+
- [Kubernetes](https://mastra.ai/guides/deployment/kubernetes)
|
|
51
52
|
- [Netlify](https://mastra.ai/guides/deployment/netlify)
|
|
52
53
|
- [Vercel](https://mastra.ai/guides/deployment/vercel)
|
|
53
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.54.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"tinyglobby": "^0.2.17",
|
|
113
113
|
"typescript-paths": "^1.5.2",
|
|
114
114
|
"ws": "^8.21.0",
|
|
115
|
-
"@mastra/server": "1.
|
|
115
|
+
"@mastra/server": "1.54.0-alpha.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^1.19.14",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
"zod": "^4.4.3",
|
|
135
135
|
"@internal/lint": "0.0.117",
|
|
136
136
|
"@internal/types-builder": "0.0.92",
|
|
137
|
-
"@mastra/
|
|
138
|
-
"@mastra/core": "1.53.0",
|
|
139
|
-
"@mastra/hono": "1.5.10",
|
|
137
|
+
"@mastra/hono": "1.5.11-alpha.1",
|
|
140
138
|
"@mastra/agent-browser": "0.4.1",
|
|
141
|
-
"@mastra/
|
|
139
|
+
"@mastra/mcp": "^1.15.0",
|
|
140
|
+
"@mastra/core": "1.54.0-alpha.1",
|
|
141
|
+
"@mastra/server": "1.54.0-alpha.1"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.50.0-0 <2.0.0-0"
|