@mastra/deployer 1.51.1-alpha.0 → 1.52.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/CHANGELOG.md +18 -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,23 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.52.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`bed6cf4`](https://github.com/mastra-ai/mastra/commit/bed6cf440860395c3a6e5c17c0af477b8741233e), [`8b20926`](https://github.com/mastra-ai/mastra/commit/8b20926cd59e2ba3d66458e062fa0e6e2ada3e68), [`74faf8b`](https://github.com/mastra-ai/mastra/commit/74faf8bd9c1018f2492653c06b1e25fc8300e9e6), [`1fadac4`](https://github.com/mastra-ai/mastra/commit/1fadac44537caeefe81f9f775ae2f2f3d94e9069), [`792ec9a`](https://github.com/mastra-ai/mastra/commit/792ec9a0869bab8274cf5e0ed2840738737a1607), [`712b864`](https://github.com/mastra-ai/mastra/commit/712b864aa1ed12b14c54390ec17b69de163c37f7), [`8f7a5de`](https://github.com/mastra-ai/mastra/commit/8f7a5dedc246cdc938bb65516703cf9b27b03756), [`c0bec73`](https://github.com/mastra-ai/mastra/commit/c0bec732c93d1a22ae5e51ed66cf8cacca8bd6a6)]:
|
|
8
|
+
- @mastra/server@1.52.0-alpha.2
|
|
9
|
+
- @mastra/core@1.52.0-alpha.2
|
|
10
|
+
|
|
11
|
+
## 1.51.1-alpha.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Fixed "Error: ENOTDIR: not a directory, open '...chunk-XYZ.js/package.json'" errors being printed during `mastra build` when using custom bundler options without `externals: true`. Package resolution no longer treats module files as directories when looking up dependency metadata, so builds run without these confusing (but harmless) errors in the output. ([#19514](https://github.com/mastra-ai/mastra/pull/19514))
|
|
16
|
+
|
|
17
|
+
- Updated dependencies:
|
|
18
|
+
- @mastra/core@1.51.1-alpha.1
|
|
19
|
+
- @mastra/server@1.51.1-alpha.1
|
|
20
|
+
|
|
3
21
|
## 1.51.1-alpha.0
|
|
4
22
|
|
|
5
23
|
### 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.
|
|
6
|
+
version: "1.52.0-alpha.2"
|
|
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.
|
|
3
|
+
"version": "1.52.0-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"tinyglobby": "^0.2.17",
|
|
114
114
|
"typescript-paths": "^1.5.2",
|
|
115
115
|
"ws": "^8.21.0",
|
|
116
|
-
"@mastra/server": "1.
|
|
116
|
+
"@mastra/server": "1.52.0-alpha.2"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@hono/node-server": "^1.19.11",
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
"zod": "^4.4.3",
|
|
137
137
|
"@internal/lint": "0.0.114",
|
|
138
138
|
"@mastra/agent-browser": "0.4.1",
|
|
139
|
+
"@mastra/core": "1.52.0-alpha.2",
|
|
139
140
|
"@internal/types-builder": "0.0.89",
|
|
140
|
-
"@mastra/mcp": "^1.
|
|
141
|
-
"@mastra/
|
|
142
|
-
"@mastra/hono": "1.5.8-alpha.
|
|
143
|
-
"@mastra/server": "1.51.1-alpha.0"
|
|
141
|
+
"@mastra/mcp": "^1.15.0-alpha.0",
|
|
142
|
+
"@mastra/server": "1.52.0-alpha.2",
|
|
143
|
+
"@mastra/hono": "1.5.8-alpha.2"
|
|
144
144
|
},
|
|
145
145
|
"peerDependencies": {
|
|
146
146
|
"@mastra/core": ">=1.50.0-0 <2.0.0-0"
|