@mastra/deployer 1.51.1-alpha.0 → 1.51.1-alpha.1

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.51.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 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))
8
+
9
+ - Updated dependencies:
10
+ - @mastra/core@1.51.1-alpha.1
11
+ - @mastra/server@1.51.1-alpha.1
12
+
3
13
  ## 1.51.1-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -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.51.1-alpha.0"
6
+ version: "1.51.1-alpha.1"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.51.1-alpha.0",
2
+ "version": "1.51.1-alpha.1",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.51.1-alpha.0",
3
+ "version": "1.51.1-alpha.1",
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.51.1-alpha.0"
116
+ "@mastra/server": "1.51.1-alpha.1"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -138,9 +138,9 @@
138
138
  "@mastra/agent-browser": "0.4.1",
139
139
  "@internal/types-builder": "0.0.89",
140
140
  "@mastra/mcp": "^1.14.0",
141
- "@mastra/core": "1.51.1-alpha.0",
142
- "@mastra/hono": "1.5.8-alpha.0",
143
- "@mastra/server": "1.51.1-alpha.0"
141
+ "@mastra/hono": "1.5.8-alpha.1",
142
+ "@mastra/core": "1.51.1-alpha.1",
143
+ "@mastra/server": "1.51.1-alpha.1"
144
144
  },
145
145
  "peerDependencies": {
146
146
  "@mastra/core": ">=1.50.0-0 <2.0.0-0"