@mastra/deployer 1.33.0-alpha.6 → 1.33.0-alpha.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.33.0-alpha.
|
|
3
|
+
"version": "1.33.0-alpha.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -105,7 +105,6 @@
|
|
|
105
105
|
"fs-extra": "^11.3.4",
|
|
106
106
|
"hono": "^4.12.8",
|
|
107
107
|
"local-pkg": "^1.1.2",
|
|
108
|
-
"resolve-from": "^5.0.0",
|
|
109
108
|
"resolve.exports": "^2.0.3",
|
|
110
109
|
"rollup": "^4.59.0",
|
|
111
110
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
"tinyglobby": "^0.2.16",
|
|
114
113
|
"typescript-paths": "^1.5.2",
|
|
115
114
|
"ws": "^8.20.0",
|
|
116
|
-
"@mastra/server": "1.33.0-alpha.
|
|
115
|
+
"@mastra/server": "1.33.0-alpha.7"
|
|
117
116
|
},
|
|
118
117
|
"devDependencies": {
|
|
119
118
|
"@hono/node-server": "^1.19.11",
|
|
@@ -133,13 +132,13 @@
|
|
|
133
132
|
"typescript": "^6.0.3",
|
|
134
133
|
"vitest": "4.1.5",
|
|
135
134
|
"zod": "^4.3.6",
|
|
135
|
+
"@mastra/agent-browser": "0.2.1",
|
|
136
136
|
"@internal/lint": "0.0.92",
|
|
137
|
-
"@mastra/core": "1.33.0-alpha.6",
|
|
138
137
|
"@internal/types-builder": "0.0.67",
|
|
139
|
-
"@mastra/
|
|
138
|
+
"@mastra/core": "1.33.0-alpha.7",
|
|
139
|
+
"@mastra/server": "1.33.0-alpha.7",
|
|
140
140
|
"@mastra/mcp": "^1.7.0",
|
|
141
|
-
"@mastra/
|
|
142
|
-
"@mastra/agent-browser": "0.2.1"
|
|
141
|
+
"@mastra/hono": "1.4.14-alpha.7"
|
|
143
142
|
},
|
|
144
143
|
"peerDependencies": {
|
|
145
144
|
"@mastra/core": ">=1.32.0-0 <2.0.0-0",
|