@mastra/deployer 1.37.0-alpha.2 → 1.37.0-alpha.4
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.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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)]:
|
|
8
|
+
- @mastra/server@1.37.0-alpha.4
|
|
9
|
+
- @mastra/core@1.37.0-alpha.4
|
|
10
|
+
|
|
11
|
+
## 1.37.0-alpha.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`ac442a4`](https://github.com/mastra-ai/mastra/commit/ac442a42fda0354ac2bcea772bf6691cb3e9dbb3), [`1e5c067`](https://github.com/mastra-ai/mastra/commit/1e5c067d2e20a781af670578180d1ee249806d41), [`008baaf`](https://github.com/mastra-ai/mastra/commit/008baafd8d851f831407045aebead5a2e3342eff), [`8116436`](https://github.com/mastra-ai/mastra/commit/81164363eb225d774e41ff27da6a5ea611406688), [`c27c4b9`](https://github.com/mastra-ai/mastra/commit/c27c4b9f137df5414fca4e45896aceccff6b0ed5), [`08b3b59`](https://github.com/mastra-ai/mastra/commit/08b3b590dd960dee6c9a6e39272f8927d803db6e)]:
|
|
16
|
+
- @mastra/core@1.37.0-alpha.3
|
|
17
|
+
- @mastra/server@1.37.0-alpha.3
|
|
18
|
+
|
|
3
19
|
## 1.37.0-alpha.2
|
|
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.4"
|
|
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.4",
|
|
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.4"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^1.19.11",
|
|
@@ -132,13 +132,13 @@
|
|
|
132
132
|
"typescript": "^6.0.3",
|
|
133
133
|
"vitest": "4.1.5",
|
|
134
134
|
"zod": "^4.3.6",
|
|
135
|
+
"@internal/lint": "0.0.97",
|
|
135
136
|
"@internal/types-builder": "0.0.72",
|
|
137
|
+
"@mastra/core": "1.37.0-alpha.4",
|
|
136
138
|
"@mastra/agent-browser": "0.2.2",
|
|
137
|
-
"@mastra/
|
|
138
|
-
"@internal/lint": "0.0.97",
|
|
139
|
+
"@mastra/server": "1.37.0-alpha.4",
|
|
139
140
|
"@mastra/mcp": "^1.8.0",
|
|
140
|
-
"@mastra/
|
|
141
|
-
"@mastra/core": "1.37.0-alpha.2"
|
|
141
|
+
"@mastra/hono": "1.4.19-alpha.4"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.34.0-0 <2.0.0-0",
|