opencode-dotenv 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -367,10 +367,7 @@ var DotEnvPlugin = async (_input) => {
367
367
  }
368
368
  logToFile(`Plugin finished: ${totalFiles} files, ${totalVars} vars`);
369
369
  await flushLogs();
370
- return {
371
- config: async () => {},
372
- event: async () => {}
373
- };
370
+ return {};
374
371
  };
375
372
  var src_default = DotEnvPlugin;
376
373
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-dotenv",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "OpenCode plugin to load .env files at startup",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",