@mastra/deployer 1.63.2 → 1.63.3-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 +16 -0
- package/dist/docs/SKILL.md +8 -8
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.63.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a3606a0`](https://github.com/mastra-ai/mastra/commit/a3606a09f3deaeef17caf04b9c6a0d7cd6b80fe6), [`4095752`](https://github.com/mastra-ai/mastra/commit/40957529233d202446ebecab1f59c76e99910230), [`a3606a0`](https://github.com/mastra-ai/mastra/commit/a3606a09f3deaeef17caf04b9c6a0d7cd6b80fe6), [`3b5b56a`](https://github.com/mastra-ai/mastra/commit/3b5b56aebfa0820db8f4fb146ffe3f4e4658ac38)]:
|
|
8
|
+
- @mastra/core@1.63.3-alpha.1
|
|
9
|
+
- @mastra/server@1.63.3-alpha.1
|
|
10
|
+
|
|
11
|
+
## 1.63.3-alpha.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`3910c77`](https://github.com/mastra-ai/mastra/commit/3910c77413a3058ab270c6dbc74a59bc3cdf67ea)]:
|
|
16
|
+
- @mastra/core@1.63.3-alpha.0
|
|
17
|
+
- @mastra/server@1.63.3-alpha.0
|
|
18
|
+
|
|
3
19
|
## 1.63.2
|
|
4
20
|
|
|
5
21
|
### Patch 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.63.
|
|
6
|
+
version: "1.63.3-alpha.1"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -16,16 +16,16 @@ Read the individual reference documents for detailed explanations and code examp
|
|
|
16
16
|
|
|
17
17
|
### Docs
|
|
18
18
|
|
|
19
|
-
- [Cloud providers](references/docs-deployment-cloud-providers.md) -
|
|
20
|
-
- [Mastra server](references/docs-deployment-mastra-server.md) -
|
|
21
|
-
- [Monorepo](references/docs-deployment-monorepo.md) -
|
|
22
|
-
- [Deploy](references/docs-deployment-overview.md) -
|
|
23
|
-
- [Web framework](references/docs-deployment-web-framework.md) -
|
|
24
|
-
- [Workflow runners](references/docs-deployment-workflow-runners.md) - Deploy Mastra workflows to specialized
|
|
19
|
+
- [Cloud providers](references/docs-deployment-cloud-providers.md) - Compare deployment options for Mastra applications across Mastra platform and supported cloud providers, then follow the provider-specific setup guide.
|
|
20
|
+
- [Mastra server](references/docs-deployment-mastra-server.md) - Build and deploy a production Mastra server, configure build output and public assets, run the generated application, and manage build-time settings.
|
|
21
|
+
- [Monorepo](references/docs-deployment-monorepo.md) - Deploy Mastra applications from pnpm, npm, Yarn, or Bun monorepos by configuring workspace packages, build commands, dependencies, and environment variables.
|
|
22
|
+
- [Deploy](references/docs-deployment-overview.md) - Choose how to deploy a Mastra application as a server, framework integration, monorepo service, cloud deployment, platform project, or sandbox.
|
|
23
|
+
- [Web framework](references/docs-deployment-web-framework.md) - Deploy Mastra alongside a Next.js or Astro application using the framework’s standard Vercel or Netlify build and deployment workflow.
|
|
24
|
+
- [Workflow runners](references/docs-deployment-workflow-runners.md) - Deploy Mastra workflows to specialized orchestration platforms such as Inngest or Temporal for durable execution, retries, monitoring, and resumption.
|
|
25
25
|
|
|
26
26
|
### Reference
|
|
27
27
|
|
|
28
|
-
- [Reference: Deployer](references/reference-deployer.md) -
|
|
28
|
+
- [Reference: Deployer](references/reference-deployer.md) - The Deployer handles the deployment of standalone Mastra applications by packaging code and managing environment files while serving applications through the Hono framework.
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
Read [assets/SOURCE_MAP.json](assets/SOURCE_MAP.json) for source code references.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.3-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"typescript-paths": "^1.5.2",
|
|
113
113
|
"ws": "^8.21.0",
|
|
114
114
|
"yaml": "^2.9.0",
|
|
115
|
-
"@mastra/server": "1.63.
|
|
115
|
+
"@mastra/server": "1.63.3-alpha.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^2.0.0",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@internal/lint": "0.0.129",
|
|
136
136
|
"@internal/types-builder": "0.0.104",
|
|
137
137
|
"@mastra/agent-browser": "0.5.1",
|
|
138
|
-
"@mastra/
|
|
139
|
-
"@mastra/
|
|
140
|
-
"@mastra/
|
|
141
|
-
"@mastra/
|
|
138
|
+
"@mastra/core": "1.63.3-alpha.1",
|
|
139
|
+
"@mastra/hono": "1.7.6-alpha.1",
|
|
140
|
+
"@mastra/mcp": "^1.17.2",
|
|
141
|
+
"@mastra/server": "1.63.3-alpha.1"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.50.0-0 <2.0.0-0"
|