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.
- package/dist/index.js +1 -4
- 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 {
|