@mastra/deployer 1.58.0 → 1.59.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 +8 -0
- package/dist/docs/SKILL.md +6 -6
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/docs-deployment-cloud-providers.md +4 -2
- package/dist/docs/references/docs-deployment-mastra-server.md +1 -1
- package/dist/docs/references/docs-deployment-monorepo.md +1 -1
- package/dist/docs/references/docs-deployment-overview.md +4 -1
- package/dist/docs/references/docs-deployment-web-framework.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.59.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`088e41e`](https://github.com/mastra-ai/mastra/commit/088e41e434ed05f2c674b254f1034ec46a57a7be), [`b2f0013`](https://github.com/mastra-ai/mastra/commit/b2f0013375588d40c03c13e843b99c0ff8872ca5), [`3b541ae`](https://github.com/mastra-ai/mastra/commit/3b541ae5d410c52b80a7e381d84d021cddb9a449), [`ae79e34`](https://github.com/mastra-ai/mastra/commit/ae79e34c0bd8674fc24c7524217bfc4a051c6136), [`a6c4399`](https://github.com/mastra-ai/mastra/commit/a6c4399763590b3dae21a2c81826e89a3b1deee4)]:
|
|
8
|
+
- @mastra/core@1.59.0-alpha.0
|
|
9
|
+
- @mastra/server@1.59.0-alpha.0
|
|
10
|
+
|
|
3
11
|
## 1.58.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -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.
|
|
6
|
+
version: "1.59.0-alpha.0"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -16,11 +16,11 @@ Read the individual reference documents for detailed explanations and code examp
|
|
|
16
16
|
|
|
17
17
|
### Docs
|
|
18
18
|
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
22
|
-
- [
|
|
23
|
-
- [
|
|
19
|
+
- [Cloud providers](references/docs-deployment-cloud-providers.md) - Deploy your Mastra applications to cloud providers
|
|
20
|
+
- [Mastra server](references/docs-deployment-mastra-server.md) - Learn how to build and deploy a Mastra server.
|
|
21
|
+
- [Monorepo](references/docs-deployment-monorepo.md) - Learn how to deploy Mastra applications that are part of a monorepo setup
|
|
22
|
+
- [Deploy](references/docs-deployment-overview.md) - Learn about different deployment options for your Mastra applications
|
|
23
|
+
- [Web framework](references/docs-deployment-web-framework.md) - Learn how Mastra can be deployed when integrated with a Web Framework
|
|
24
24
|
- [Workflow runners](references/docs-deployment-workflow-runners.md) - Deploy Mastra workflows to specialized workflow execution platforms
|
|
25
25
|
|
|
26
26
|
### Reference
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Cloud providers
|
|
4
4
|
|
|
5
5
|
Mastra applications can be deployed to cloud providers and serverless platforms. Mastra includes optional built-in deployers for Vercel, Netlify, and Cloudflare to automate the deployment process.
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ Mastra provides a platform to deploy your server to the cloud. Read the [Mastra
|
|
|
10
10
|
|
|
11
11
|
## Cloud providers
|
|
12
12
|
|
|
13
|
-
The following
|
|
13
|
+
The following pages show you how to deploy Mastra to specific cloud providers.
|
|
14
14
|
|
|
15
15
|
- [Amazon Bedrock AgentCore](https://mastra.ai/integrations/deploy/aws-bedrock-agentcore)
|
|
16
16
|
- [Amazon EC2](https://mastra.ai/integrations/deploy/amazon-ec2)
|
|
@@ -18,6 +18,8 @@ The following guides show how to deploy Mastra to specific cloud providers:
|
|
|
18
18
|
- [Azure App Services](https://mastra.ai/integrations/deploy/azure-app-services)
|
|
19
19
|
- [Cloudflare](https://mastra.ai/integrations/deploy/cloudflare)
|
|
20
20
|
- [Digital Ocean](https://mastra.ai/integrations/deploy/digital-ocean)
|
|
21
|
+
- [Inngest](https://mastra.ai/integrations/deploy/inngest)
|
|
21
22
|
- [Kubernetes](https://mastra.ai/integrations/deploy/kubernetes)
|
|
22
23
|
- [Netlify](https://mastra.ai/integrations/deploy/netlify)
|
|
24
|
+
- [Temporal](https://mastra.ai/integrations/deploy/temporal)
|
|
23
25
|
- [Vercel](https://mastra.ai/integrations/deploy/vercel)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Mastra server
|
|
4
4
|
|
|
5
5
|
Mastra compiles your application into a standalone Node.js server that can run on any platform supporting Node.js, Bun, or Deno.
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Monorepo
|
|
4
4
|
|
|
5
5
|
Deploying Mastra in a monorepo follows the same process as a standalone application. This guide covers monorepo-specific considerations. For the core build and deployment steps, see [Deploy a Mastra Server](https://mastra.ai/docs/deployment/mastra-server).
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Deploy
|
|
4
4
|
|
|
5
5
|
Mastra applications can be deployed to any Node.js-compatible environment. You can deploy a Mastra server, integrate with an existing web framework, deploy to cloud providers, or use [Mastra platform](https://mastra.ai/docs/mastra-platform/overview) for observability, Studio, and server deployment.
|
|
6
6
|
|
|
@@ -43,13 +43,16 @@ Mastra applications can be deployed to cloud providers and serverless platforms.
|
|
|
43
43
|
|
|
44
44
|
Use this option for auto-scaling, minimal infrastructure management, or when you're already using one of these platforms.
|
|
45
45
|
|
|
46
|
+
- [Amazon Bedrock AgentCore](https://mastra.ai/integrations/deploy/aws-bedrock-agentcore)
|
|
46
47
|
- [Amazon EC2](https://mastra.ai/integrations/deploy/amazon-ec2)
|
|
47
48
|
- [AWS Lambda](https://mastra.ai/integrations/deploy/aws-lambda)
|
|
48
49
|
- [Azure App Services](https://mastra.ai/integrations/deploy/azure-app-services)
|
|
49
50
|
- [Cloudflare](https://mastra.ai/integrations/deploy/cloudflare)
|
|
50
51
|
- [Digital Ocean](https://mastra.ai/integrations/deploy/digital-ocean)
|
|
52
|
+
- [Inngest](https://mastra.ai/integrations/deploy/inngest)
|
|
51
53
|
- [Kubernetes](https://mastra.ai/integrations/deploy/kubernetes)
|
|
52
54
|
- [Netlify](https://mastra.ai/integrations/deploy/netlify)
|
|
55
|
+
- [Temporal](https://mastra.ai/integrations/deploy/temporal)
|
|
53
56
|
- [Vercel](https://mastra.ai/integrations/deploy/vercel)
|
|
54
57
|
|
|
55
58
|
### Sandbox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Web framework
|
|
4
4
|
|
|
5
5
|
When Mastra is integrated with a web framework, it deploys alongside your application using the framework's standard deployment process. Follow the instructions below to ensure your Mastra integration deploys correctly.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.0-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"typescript-paths": "^1.5.2",
|
|
114
114
|
"ws": "^8.21.0",
|
|
115
115
|
"yaml": "^2.9.0",
|
|
116
|
-
"@mastra/server": "1.
|
|
116
|
+
"@mastra/server": "1.59.0-alpha.0"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@hono/node-server": "^2.0.0",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"zod": "^4.4.3",
|
|
136
136
|
"@internal/lint": "0.0.122",
|
|
137
137
|
"@internal/types-builder": "0.0.97",
|
|
138
|
-
"@mastra/hono": "1.6.0",
|
|
139
|
-
"@mastra/core": "1.58.0",
|
|
140
138
|
"@mastra/agent-browser": "0.5.1",
|
|
141
|
-
"@mastra/
|
|
139
|
+
"@mastra/core": "1.59.0-alpha.0",
|
|
140
|
+
"@mastra/hono": "1.6.1-alpha.0",
|
|
141
|
+
"@mastra/server": "1.59.0-alpha.0",
|
|
142
142
|
"@mastra/mcp": "^1.16.0"
|
|
143
143
|
},
|
|
144
144
|
"peerDependencies": {
|