@mastra/deployer 1.32.1-alpha.0 → 1.33.0-alpha.0
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 +18 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.33.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed peer dependency ranges so packages that use the Mastra server require a compatible Mastra core version. ([#16208](https://github.com/mastra-ai/mastra/pull/16208))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`ac47842`](https://github.com/mastra-ai/mastra/commit/ac478427aa7a5f5fdaed633a911218689b438c60), [`aefd33b`](https://github.com/mastra-ai/mastra/commit/aefd33b09f7e192639535df2a36129f40d05c046)]:
|
|
10
|
+
- @mastra/core@1.33.0-alpha.0
|
|
11
|
+
- @mastra/server@1.33.0-alpha.0
|
|
12
|
+
|
|
13
|
+
## 1.32.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2), [`ddc0174`](https://github.com/mastra-ai/mastra/commit/ddc0174da0f39008e178c02194a2eaeab0829b15)]:
|
|
18
|
+
- @mastra/core@1.32.1
|
|
19
|
+
- @mastra/server@1.32.1
|
|
20
|
+
|
|
3
21
|
## 1.32.1-alpha.0
|
|
4
22
|
|
|
5
23
|
### 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.
|
|
6
|
+
version: "1.33.0-alpha.0"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.33.0-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"tinyglobby": "^0.2.16",
|
|
114
114
|
"typescript-paths": "^1.5.2",
|
|
115
115
|
"ws": "^8.20.0",
|
|
116
|
-
"@mastra/server": "1.
|
|
116
|
+
"@mastra/server": "1.33.0-alpha.0"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@hono/node-server": "^1.19.11",
|
|
@@ -133,16 +133,16 @@
|
|
|
133
133
|
"typescript": "^6.0.3",
|
|
134
134
|
"vitest": "4.1.5",
|
|
135
135
|
"zod": "^4.3.6",
|
|
136
|
-
"@internal/lint": "0.0.
|
|
137
|
-
"@internal/types-builder": "0.0.
|
|
136
|
+
"@internal/lint": "0.0.92",
|
|
137
|
+
"@internal/types-builder": "0.0.67",
|
|
138
138
|
"@mastra/agent-browser": "0.2.1",
|
|
139
|
-
"@mastra/core": "1.
|
|
140
|
-
"@mastra/
|
|
141
|
-
"@mastra/server": "1.
|
|
142
|
-
"@mastra/
|
|
139
|
+
"@mastra/core": "1.33.0-alpha.0",
|
|
140
|
+
"@mastra/hono": "1.4.14-alpha.0",
|
|
141
|
+
"@mastra/server": "1.33.0-alpha.0",
|
|
142
|
+
"@mastra/mcp": "^1.7.0"
|
|
143
143
|
},
|
|
144
144
|
"peerDependencies": {
|
|
145
|
-
"@mastra/core": ">=1.
|
|
145
|
+
"@mastra/core": ">=1.32.0-0 <2.0.0-0",
|
|
146
146
|
"zod": "^3.25.0 || ^4.0.0"
|
|
147
147
|
},
|
|
148
148
|
"homepage": "https://mastra.ai",
|