@mastra/deployer 1.50.1-alpha.1 → 1.50.1-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.50.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a940148`](https://github.com/mastra-ai/mastra/commit/a9401483e1bfe85c18a6e73d33c5949239d65a92)]:
8
+ - @mastra/core@1.50.1-alpha.2
9
+ - @mastra/server@1.50.1-alpha.2
10
+
3
11
  ## 1.50.1-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.50.1-alpha.1"
6
+ version: "1.50.1-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.50.1-alpha.1",
2
+ "version": "1.50.1-alpha.2",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.50.1-alpha.1",
3
+ "version": "1.50.1-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "tinyglobby": "^0.2.17",
114
114
  "typescript-paths": "^1.5.2",
115
115
  "ws": "^8.21.0",
116
- "@mastra/server": "1.50.1-alpha.1"
116
+ "@mastra/server": "1.50.1-alpha.2"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -122,8 +122,8 @@
122
122
  "@types/babel__core": "^7.20.5",
123
123
  "@types/fs-extra": "^11.0.4",
124
124
  "@types/node": "22.19.21",
125
- "@vitest/coverage-v8": "4.1.8",
126
- "@vitest/ui": "4.1.8",
125
+ "@vitest/coverage-v8": "4.1.9",
126
+ "@vitest/ui": "4.1.9",
127
127
  "eslint": "^10.4.1",
128
128
  "fetch-to-node": "^2.1.0",
129
129
  "hono-openapi": "^1.3.0",
@@ -132,15 +132,15 @@
132
132
  "tsx": "^4.22.4",
133
133
  "type-fest": "^5.4.4",
134
134
  "typescript": "^6.0.3",
135
- "vitest": "4.1.8",
135
+ "vitest": "4.1.9",
136
136
  "zod": "^4.4.3",
137
- "@internal/types-builder": "0.0.87",
138
- "@mastra/agent-browser": "0.4.1",
139
137
  "@internal/lint": "0.0.112",
140
- "@mastra/core": "1.50.1-alpha.1",
141
- "@mastra/hono": "1.5.6-alpha.1",
138
+ "@mastra/agent-browser": "0.4.1",
139
+ "@mastra/core": "1.50.1-alpha.2",
142
140
  "@mastra/mcp": "^1.13.1",
143
- "@mastra/server": "1.50.1-alpha.1"
141
+ "@internal/types-builder": "0.0.87",
142
+ "@mastra/server": "1.50.1-alpha.2",
143
+ "@mastra/hono": "1.5.6-alpha.2"
144
144
  },
145
145
  "peerDependencies": {
146
146
  "@mastra/core": ">=1.50.0-0 <2.0.0-0"