@mastra/deployer 1.25.0-alpha.1 → 1.25.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,13 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.25.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4ba3bb1`](https://github.com/mastra-ai/mastra/commit/4ba3bb1e465ad2ddaba3bbf2bc47e0faec32985e)]:
8
+ - @mastra/core@1.25.0-alpha.2
9
+ - @mastra/server@1.25.0-alpha.2
10
+
3
11
  ## 1.25.0-alpha.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.25.0-alpha.1"
6
+ version: "1.25.0-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.25.0-alpha.1",
2
+ "version": "1.25.0-alpha.2",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
@@ -116,7 +116,7 @@ NODE_OPTIONS="--max-old-space-size=4096" mastra build
116
116
 
117
117
  ## Related
118
118
 
119
- - [Server Overview](https://mastra.ai/docs/server/mastra-server) - Configure server behavior, middleware, and authentication
120
- - [Server Adapters](https://mastra.ai/docs/server/server-adapters) - Use Express or Hono instead of `mastra build`
121
- - [Custom API Routes](https://mastra.ai/docs/server/custom-api-routes) - Add custom HTTP endpoints
122
- - [Configuration Reference](https://mastra.ai/reference/configuration) - Full configuration options
119
+ - [Server Overview](https://mastra.ai/docs/server/mastra-server): Configure server behavior, middleware, and authentication
120
+ - [Server Adapters](https://mastra.ai/docs/server/server-adapters): Use Express or Hono instead of `mastra build`
121
+ - [Custom API Routes](https://mastra.ai/docs/server/custom-api-routes): Add custom HTTP endpoints
122
+ - [Configuration Reference](https://mastra.ai/reference/configuration): Full configuration options
@@ -131,6 +131,6 @@ If you see type errors from uncompiled workspace packages, either:
131
131
 
132
132
  ## Related
133
133
 
134
- - [Deploy a Mastra Server](https://mastra.ai/docs/deployment/mastra-server) - Core build and deployment guide
135
- - [Configuration Reference](https://mastra.ai/reference/configuration) - `bundler.transpilePackages` and other options
136
- - [CLI Reference](https://mastra.ai/reference/cli/mastra) - Build command flags
134
+ - [Deploy a Mastra Server](https://mastra.ai/docs/deployment/mastra-server): Core build and deployment guide
135
+ - [Configuration Reference](https://mastra.ai/reference/configuration): `bundler.transpilePackages` and other options
136
+ - [CLI Reference](https://mastra.ai/reference/cli/mastra): Build command flags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.25.0-alpha.1",
3
+ "version": "1.25.0-alpha.2",
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.25.0-alpha.1"
116
+ "@mastra/server": "1.25.0-alpha.2"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -133,13 +133,13 @@
133
133
  "typescript": "^5.9.3",
134
134
  "vitest": "4.0.18",
135
135
  "zod": "^4.3.6",
136
- "@internal/types-builder": "0.0.57",
137
- "@mastra/core": "1.25.0-alpha.1",
138
136
  "@internal/lint": "0.0.82",
137
+ "@internal/types-builder": "0.0.57",
139
138
  "@mastra/agent-browser": "0.1.0",
140
- "@mastra/hono": "1.4.4-alpha.1",
141
- "@mastra/server": "1.25.0-alpha.1",
142
- "@mastra/mcp": "^1.4.2"
139
+ "@mastra/hono": "1.4.4-alpha.2",
140
+ "@mastra/core": "1.25.0-alpha.2",
141
+ "@mastra/mcp": "^1.4.2",
142
+ "@mastra/server": "1.25.0-alpha.2"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",