env-plugin 0.5.6 → 0.5.7

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.
@@ -11,7 +11,7 @@ export const EnvmConfigSchema = z.object({
11
11
  logLevel: z.string().default("info"),
12
12
  injectScriptDir: z
13
13
  .string()
14
- .default(".envminject")
14
+ .default(".envm")
15
15
  .optional()
16
16
  .describe("注入脚本的文件夹路径"),
17
17
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "env-plugin",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "type": "module",
5
5
  "description": "A dev env plugin that integrates an Express server with request proxying capabilities.",
6
6
  "keywords": [