@mastra/deployer 1.37.0-alpha.3 → 1.37.0-alpha.5
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 +16 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.37.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6096445`](https://github.com/mastra-ai/mastra/commit/60964459733f0ab384584d95e19c36607ffdf7b0), [`91cf0e0`](https://github.com/mastra-ai/mastra/commit/91cf0e027e511b871481a8576b56b7af83b15afd)]:
|
|
8
|
+
- @mastra/core@1.37.0-alpha.5
|
|
9
|
+
- @mastra/server@1.37.0-alpha.5
|
|
10
|
+
|
|
11
|
+
## 1.37.0-alpha.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`b7286f4`](https://github.com/mastra-ai/mastra/commit/b7286f4308267f5fd70e6bfee10dba9472640906), [`a481027`](https://github.com/mastra-ai/mastra/commit/a481027b549ba1018414990c8f045eaee7b9f413), [`801baa0`](https://github.com/mastra-ai/mastra/commit/801baa07cccdbaec1d00942a92bdc831111744a2), [`b3c3b18`](https://github.com/mastra-ai/mastra/commit/b3c3b189121489a3a51a8fd8204b569be9a89fe5)]:
|
|
16
|
+
- @mastra/server@1.37.0-alpha.4
|
|
17
|
+
- @mastra/core@1.37.0-alpha.4
|
|
18
|
+
|
|
3
19
|
## 1.37.0-alpha.3
|
|
4
20
|
|
|
5
21
|
### 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.37.0-alpha.
|
|
6
|
+
version: "1.37.0-alpha.5"
|
|
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.37.0-alpha.
|
|
3
|
+
"version": "1.37.0-alpha.5",
|
|
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.37.0-alpha.
|
|
115
|
+
"@mastra/server": "1.37.0-alpha.5"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^1.19.11",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@internal/lint": "0.0.97",
|
|
136
136
|
"@internal/types-builder": "0.0.72",
|
|
137
137
|
"@mastra/agent-browser": "0.2.2",
|
|
138
|
-
"@mastra/core": "1.37.0-alpha.
|
|
139
|
-
"@mastra/
|
|
140
|
-
"@mastra/
|
|
141
|
-
"@mastra/
|
|
138
|
+
"@mastra/core": "1.37.0-alpha.5",
|
|
139
|
+
"@mastra/hono": "1.4.19-alpha.5",
|
|
140
|
+
"@mastra/server": "1.37.0-alpha.5",
|
|
141
|
+
"@mastra/mcp": "^1.8.0"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.34.0-0 <2.0.0-0",
|