@mastra/deployer 0.1.8 → 0.2.0-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/dist/index.cjs CHANGED
@@ -40,7 +40,7 @@ var Deployer = class extends chunkKKZQZXS5_cjs.Bundler {
40
40
  this.deps.__setLogger(this.logger);
41
41
  }
42
42
  getEnvFiles() {
43
- const possibleFiles = [".env.production", ".env"];
43
+ const possibleFiles = [".env.production", ".env.local", ".env"];
44
44
  try {
45
45
  const fileService = new chunkYJMYF7RI_cjs.FileService();
46
46
  const envFile = fileService.getFirstExistingFile(possibleFiles);
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var Deployer = class extends Bundler {
17
17
  this.deps.__setLogger(this.logger);
18
18
  }
19
19
  getEnvFiles() {
20
- const possibleFiles = [".env.production", ".env"];
20
+ const possibleFiles = [".env.production", ".env.local", ".env"];
21
21
  try {
22
22
  const fileService = new FileService();
23
23
  const envFile = fileService.getFirstExistingFile(possibleFiles);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.1.8",
3
+ "version": "0.2.0-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -83,7 +83,7 @@
83
83
  "rollup-plugin-esbuild": "^6.2.1",
84
84
  "rollup-plugin-node-externals": "^8.0.0",
85
85
  "zod": "^3.24.2",
86
- "@mastra/core": "^0.5.0"
86
+ "@mastra/core": "^0.6.0-alpha.1"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@hono/node-server": "^1.13.8",