@mastra/deployer 1.0.0-beta.1 → 1.0.0-beta.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/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
|
|
8
|
+
- @mastra/core@1.0.0-beta.2
|
|
9
|
+
- @mastra/server@1.0.0-beta.2
|
|
10
|
+
|
|
3
11
|
## 1.0.0-beta.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"rollup-plugin-node-externals": "^8.0.1",
|
|
115
115
|
"tinyglobby": "^0.2.15",
|
|
116
116
|
"typescript-paths": "^1.5.1",
|
|
117
|
-
"@mastra/server": "^1.0.0-beta.
|
|
117
|
+
"@mastra/server": "^1.0.0-beta.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@hono/node-server": "^1.19.6",
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"vitest": "^3.2.4",
|
|
136
136
|
"zod": "^3.25.76",
|
|
137
137
|
"@internal/lint": "0.0.53",
|
|
138
|
-
"@
|
|
139
|
-
"@mastra/
|
|
140
|
-
"@
|
|
138
|
+
"@internal/types-builder": "0.0.28",
|
|
139
|
+
"@mastra/core": "1.0.0-beta.2",
|
|
140
|
+
"@mastra/mcp": "^1.0.0-beta.1"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0",
|