@mastra/deployer 1.63.3-alpha.1 → 1.64.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/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +9 -10
- package/CHANGELOG.md +0 -11388
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.64.0-alpha.2"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
"CHANGELOG.md"
|
|
7
|
+
"dist"
|
|
9
8
|
],
|
|
10
9
|
"main": "dist/index.js",
|
|
11
10
|
"types": "dist/index.d.ts",
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
"typescript-paths": "^1.5.2",
|
|
113
112
|
"ws": "^8.21.0",
|
|
114
113
|
"yaml": "^2.9.0",
|
|
115
|
-
"@mastra/server": "1.
|
|
114
|
+
"@mastra/server": "1.64.0-alpha.2"
|
|
116
115
|
},
|
|
117
116
|
"devDependencies": {
|
|
118
117
|
"@hono/node-server": "^2.0.0",
|
|
@@ -132,13 +131,13 @@
|
|
|
132
131
|
"typescript": "^6.0.3",
|
|
133
132
|
"vitest": "4.1.10",
|
|
134
133
|
"zod": "^4.4.3",
|
|
135
|
-
"@internal/lint": "0.0.129",
|
|
136
134
|
"@internal/types-builder": "0.0.104",
|
|
137
|
-
"@
|
|
138
|
-
"@mastra/
|
|
139
|
-
"@mastra/hono": "1.7.6-alpha.
|
|
140
|
-
"@mastra/mcp": "^1.17.
|
|
141
|
-
"@mastra/server": "1.
|
|
135
|
+
"@internal/lint": "0.0.129",
|
|
136
|
+
"@mastra/agent-browser": "0.5.2-alpha.0",
|
|
137
|
+
"@mastra/hono": "1.7.6-alpha.2",
|
|
138
|
+
"@mastra/mcp": "^1.17.3-alpha.0",
|
|
139
|
+
"@mastra/server": "1.64.0-alpha.2",
|
|
140
|
+
"@mastra/core": "1.64.0-alpha.2"
|
|
142
141
|
},
|
|
143
142
|
"peerDependencies": {
|
|
144
143
|
"@mastra/core": ">=1.50.0-0 <2.0.0-0"
|