@mastra/deployer 1.24.1 → 1.24.2-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,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.24.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`87df955`](https://github.com/mastra-ai/mastra/commit/87df955c028660c075873fd5d74af28233ce32eb), [`075e91a`](https://github.com/mastra-ai/mastra/commit/075e91a4549baf46ad7a42a6a8ac8dfa78cc09e6)]:
8
+ - @mastra/core@1.24.2-alpha.0
9
+ - @mastra/server@1.24.2-alpha.0
10
+
3
11
  ## 1.24.1
4
12
 
5
13
  ### 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.24.1"
6
+ version: "1.24.2-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.24.1",
2
+ "version": "1.24.2-alpha.0",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
@@ -2,7 +2,11 @@
2
2
 
3
3
  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.
4
4
 
5
- ## Supported cloud providers
5
+ ## Mastra platform
6
+
7
+ Mastra provides a platform to deploy your server to the cloud. Read the [Mastra platform deployment guide](https://mastra.ai/guides/deployment/mastra-platform) to learn more.
8
+
9
+ ## Cloud providers
6
10
 
7
11
  The following guides show how to deploy Mastra to specific cloud providers:
8
12
 
@@ -1,6 +1,6 @@
1
1
  # Deployment overview
2
2
 
3
- 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 Cloud for managed hosting.
3
+ 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 Studio and server deployment.
4
4
 
5
5
  ## Runtime support
6
6
 
@@ -13,7 +13,7 @@ Mastra can run against any of these runtime environments:
13
13
 
14
14
  ## Deployment options
15
15
 
16
- ### Mastra Server
16
+ ### Mastra server
17
17
 
18
18
  Mastra provides a [server](https://mastra.ai/docs/server/mastra-server) powered by Hono that can be deployed independently. Use the `mastra build` command to build your application and deploy the output to your preferred VM, container, or PaaS platform.
19
19
 
@@ -25,6 +25,15 @@ Deploy a Mastra server as part of a monorepo setup, following the same approach
25
25
 
26
26
  Read about [monorepo deployment](https://mastra.ai/docs/deployment/monorepo).
27
27
 
28
+ ### Mastra platform
29
+
30
+ The [Mastra platform](https://mastra.ai/docs/mastra-platform/overview) provides two products for deploying and managing AI applications built with the Mastra framework:
31
+
32
+ - **Studio**: A hosted visual environment for testing agents, running workflows, and inspecting traces
33
+ - **Server**: A production deployment target that runs your Mastra application as an API server
34
+
35
+ Learn more in the [Studio deployment guide](https://mastra.ai/docs/studio/deployment) and [Server deployment guide](https://mastra.ai/guides/deployment/mastra-platform).
36
+
28
37
  ### Cloud Providers
29
38
 
30
39
  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 build and deployment process.
@@ -49,12 +58,6 @@ Use these guides when adding Mastra to an existing Next.js or Astro application.
49
58
  - [With Astro on Vercel](https://mastra.ai/docs/deployment/web-framework)
50
59
  - [With Astro on Netlify](https://mastra.ai/docs/deployment/web-framework)
51
60
 
52
- ### Mastra Cloud
53
-
54
- We're building Mastra Cloud to be the easiest place to deploy and observe your Mastra agents. It's currently in beta.
55
-
56
- Learn more in the [Mastra Cloud docs](https://mastra.ai/docs/mastra-cloud/overview).
57
-
58
61
  ## Workflow runners
59
62
 
60
63
  Mastra workflows run using the built-in execution engine by default. For production workloads requiring managed infrastructure, workflows can also be deployed to specialized platforms like [Inngest](https://www.inngest.com) that provide step memoization, automatic retries, and real-time monitoring.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.24.1",
3
+ "version": "1.24.2-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "tinyglobby": "^0.2.15",
114
114
  "typescript-paths": "^1.5.1",
115
115
  "ws": "^8.18.0",
116
- "@mastra/server": "1.24.1"
116
+ "@mastra/server": "1.24.2-alpha.0"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -134,12 +134,12 @@
134
134
  "vitest": "4.0.18",
135
135
  "zod": "^4.3.6",
136
136
  "@internal/types-builder": "0.0.57",
137
- "@mastra/core": "1.24.1",
137
+ "@mastra/agent-browser": "0.1.0",
138
138
  "@internal/lint": "0.0.82",
139
- "@mastra/hono": "1.4.3",
140
- "@mastra/server": "1.24.1",
139
+ "@mastra/core": "1.24.2-alpha.0",
141
140
  "@mastra/mcp": "^1.4.2",
142
- "@mastra/agent-browser": "0.1.0"
141
+ "@mastra/server": "1.24.2-alpha.0",
142
+ "@mastra/hono": "1.4.4-alpha.0"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",