@mastra/deployer 1.34.0-alpha.0 → 1.34.0-alpha.2

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.34.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`bdb4cbf`](https://github.com/mastra-ai/mastra/commit/bdb4cbf8ba4b685d7481f28bb9dc3de6c79c9ed2)]:
8
+ - @mastra/core@1.34.0-alpha.2
9
+ - @mastra/server@1.34.0-alpha.2
10
+
11
+ ## 1.34.0-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - @mastra/core@1.34.0-alpha.1
17
+ - @mastra/server@1.34.0-alpha.1
18
+
3
19
  ## 1.34.0-alpha.0
4
20
 
5
21
  ### 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.34.0-alpha.0"
6
+ version: "1.34.0-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.34.0-alpha.0",
2
+ "version": "1.34.0-alpha.2",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
@@ -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.0",
3
+ "version": "1.34.0-alpha.2",
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.0"
115
+ "@mastra/server": "1.34.0-alpha.2"
116
116
  },
117
117
  "devDependencies": {
118
118
  "@hono/node-server": "^1.19.11",
@@ -133,12 +133,12 @@
133
133
  "vitest": "4.1.5",
134
134
  "zod": "^4.3.6",
135
135
  "@internal/lint": "0.0.94",
136
- "@mastra/agent-browser": "0.2.2",
137
136
  "@internal/types-builder": "0.0.69",
138
- "@mastra/core": "1.34.0-alpha.0",
139
- "@mastra/hono": "1.4.16-alpha.0",
137
+ "@mastra/agent-browser": "0.2.2",
138
+ "@mastra/hono": "1.4.16-alpha.2",
140
139
  "@mastra/mcp": "^1.7.0",
141
- "@mastra/server": "1.34.0-alpha.0"
140
+ "@mastra/server": "1.34.0-alpha.2",
141
+ "@mastra/core": "1.34.0-alpha.2"
142
142
  },
143
143
  "peerDependencies": {
144
144
  "@mastra/core": ">=1.32.0-0 <2.0.0-0",