@mastra/deployer 1.34.0-alpha.0 → 1.34.0-alpha.3
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,29 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.34.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`f84447d`](https://github.com/mastra-ai/mastra/commit/f84447d6c80f3471836a9b300d246b331fb47e0d), [`a1a5b3e`](https://github.com/mastra-ai/mastra/commit/a1a5b3e42ab2ca5161ea21db59ebf28442680fa7), [`af84f57`](https://github.com/mastra-ai/mastra/commit/af84f571ed762e92e8e61c5f9a72363520914274), [`8b3c6f9`](https://github.com/mastra-ai/mastra/commit/8b3c6f90f7879833ba7d1bc70937e1d8f69d0804)]:
|
|
8
|
+
- @mastra/core@1.34.0-alpha.3
|
|
9
|
+
- @mastra/server@1.34.0-alpha.3
|
|
10
|
+
|
|
11
|
+
## 1.34.0-alpha.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`bdb4cbf`](https://github.com/mastra-ai/mastra/commit/bdb4cbf8ba4b685d7481f28bb9dc3de6c79c9ed2)]:
|
|
16
|
+
- @mastra/core@1.34.0-alpha.2
|
|
17
|
+
- @mastra/server@1.34.0-alpha.2
|
|
18
|
+
|
|
19
|
+
## 1.34.0-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`fceae1f`](https://github.com/mastra-ai/mastra/commit/fceae1f5f5db4722cb078a663c6eb4bd22944123), [`bf02acb`](https://github.com/mastra-ai/mastra/commit/bf02acbb8a6110f638ac844e89f1ebf04cb7fe74), [`0fd3fbe`](https://github.com/mastra-ai/mastra/commit/0fd3fbe40fb63657aedd72f6e7b38c8e8ee6940d), [`fed0475`](https://github.com/mastra-ai/mastra/commit/fed0475ccfea31e4fc251469ac05640d0742c1f0), [`522f44d`](https://github.com/mastra-ai/mastra/commit/522f44d947214bfc06cff50599bae1ef3494880d)]:
|
|
24
|
+
- @mastra/core@1.34.0-alpha.1
|
|
25
|
+
- @mastra/server@1.34.0-alpha.1
|
|
26
|
+
|
|
3
27
|
## 1.34.0-alpha.0
|
|
4
28
|
|
|
5
29
|
### 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.34.0-alpha.
|
|
6
|
+
version: "1.34.0-alpha.3"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -10,6 +10,7 @@ Mastra provides a platform to deploy your server to the cloud. Read the [Mastra
|
|
|
10
10
|
|
|
11
11
|
The following guides show how to deploy Mastra to specific cloud providers:
|
|
12
12
|
|
|
13
|
+
- [Amazon Bedrock AgentCore](https://mastra.ai/guides/deployment/aws-bedrock-agentcore)
|
|
13
14
|
- [Amazon EC2](https://mastra.ai/guides/deployment/amazon-ec2)
|
|
14
15
|
- [AWS Lambda](https://mastra.ai/guides/deployment/aws-lambda)
|
|
15
16
|
- [Azure App Services](https://mastra.ai/guides/deployment/azure-app-services)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.34.0-alpha.
|
|
3
|
+
"version": "1.34.0-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"tinyglobby": "^0.2.16",
|
|
113
113
|
"typescript-paths": "^1.5.2",
|
|
114
114
|
"ws": "^8.20.0",
|
|
115
|
-
"@mastra/server": "1.34.0-alpha.
|
|
115
|
+
"@mastra/server": "1.34.0-alpha.3"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^1.19.11",
|
|
@@ -132,13 +132,13 @@
|
|
|
132
132
|
"typescript": "^6.0.3",
|
|
133
133
|
"vitest": "4.1.5",
|
|
134
134
|
"zod": "^4.3.6",
|
|
135
|
-
"@internal/lint": "0.0.94",
|
|
136
135
|
"@mastra/agent-browser": "0.2.2",
|
|
136
|
+
"@internal/lint": "0.0.94",
|
|
137
|
+
"@mastra/core": "1.34.0-alpha.3",
|
|
137
138
|
"@internal/types-builder": "0.0.69",
|
|
138
|
-
"@mastra/
|
|
139
|
-
"@mastra/hono": "1.4.16-alpha.0",
|
|
139
|
+
"@mastra/hono": "1.4.16-alpha.3",
|
|
140
140
|
"@mastra/mcp": "^1.7.0",
|
|
141
|
-
"@mastra/server": "1.34.0-alpha.
|
|
141
|
+
"@mastra/server": "1.34.0-alpha.3"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.32.0-0 <2.0.0-0",
|