@mastra/deployer 1.58.0 → 1.59.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.59.0-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`aa3e7be`](https://github.com/mastra-ai/mastra/commit/aa3e7be30f8addb0278ea74429f4df054517a287), [`90822db`](https://github.com/mastra-ai/mastra/commit/90822dba08fb2169c518e4a6d7f127c098eb46b8), [`3700208`](https://github.com/mastra-ai/mastra/commit/37002080c7838267803a7e579a7d58b908d62f36), [`8b7131e`](https://github.com/mastra-ai/mastra/commit/8b7131eb0407f58f5205e68fb27b81f026488f28), [`79c4f82`](https://github.com/mastra-ai/mastra/commit/79c4f8295f568752eeadf8a9b50010a7d9ec06ae)]:
8
+ - @mastra/core@1.59.0-alpha.1
9
+ - @mastra/server@1.59.0-alpha.1
10
+
11
+ ## 1.59.0-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - @mastra/core@1.59.0-alpha.0
17
+ - @mastra/server@1.59.0-alpha.0
18
+
3
19
  ## 1.58.0
4
20
 
5
21
  ### Minor 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.58.0"
6
+ version: "1.59.0-alpha.1"
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
- - [Deploy to cloud providers](references/docs-deployment-cloud-providers.md) - Deploy your Mastra applications to cloud providers
20
- - [Deploy a Mastra server](references/docs-deployment-mastra-server.md) - Learn how to build and deploy a Mastra server.
21
- - [Deploy in a monorepo](references/docs-deployment-monorepo.md) - Learn how to deploy Mastra applications that are part of a monorepo setup
22
- - [Deployment overview](references/docs-deployment-overview.md) - Learn about different deployment options for your Mastra applications
23
- - [Deploy with a web framework](references/docs-deployment-web-framework.md) - Learn how Mastra can be deployed when integrated with a Web Framework
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,5 +1,5 @@
1
1
  {
2
- "version": "1.58.0",
2
+ "version": "1.59.0-alpha.1",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {},
5
5
  "modules": {}
@@ -1,6 +1,6 @@
1
1
  > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
2
 
3
- # Deploy to cloud providers
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 guides show how to deploy Mastra to specific cloud providers:
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
- # Deploy a Mastra server
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
- # Deploy in a monorepo
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
- # Deployment overview
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
- # Deploy with a web framework
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.58.0",
3
+ "version": "1.59.0-alpha.1",
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.58.0"
116
+ "@mastra/server": "1.59.0-alpha.1"
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/server": "1.58.0",
139
+ "@mastra/core": "1.59.0-alpha.1",
140
+ "@mastra/hono": "1.6.1-alpha.1",
141
+ "@mastra/server": "1.59.0-alpha.1",
142
142
  "@mastra/mcp": "^1.16.0"
143
143
  },
144
144
  "peerDependencies": {