@mastra/deployer 0.4.0-alpha.1 → 0.10.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
108
108
|
"typescript-paths": "^1.5.1",
|
|
109
109
|
"zod": "^3.24.3",
|
|
110
|
-
"@mastra/server": "^
|
|
110
|
+
"@mastra/server": "^0.10.0"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@hono/node-server": "^1.13.8",
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
"type-fest": "^4.37.0",
|
|
127
127
|
"typescript": "^5.8.2",
|
|
128
128
|
"vitest": "^2.1.9",
|
|
129
|
-
"@
|
|
130
|
-
"@
|
|
131
|
-
"@mastra/mcp": "^0.
|
|
129
|
+
"@internal/lint": "0.0.6",
|
|
130
|
+
"@mastra/core": "0.10.0",
|
|
131
|
+
"@mastra/mcp": "^0.10.0"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@mastra/core": "^0.
|
|
134
|
+
"@mastra/core": "^0.10.0"
|
|
135
135
|
},
|
|
136
136
|
"scripts": {
|
|
137
137
|
"build": "tsup src/index.ts src/build/index.ts src/server/index.ts src/build/bundler.ts src/build/analyze.ts src/bundler/index.ts src/services/index.ts src/validator/loader.ts src/validator/custom-resolver.ts --format esm,cjs --clean --experimental-dts --treeshake=smallest --splitting --publicDir",
|