Comparing version 8.6.0 to 9.0.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [9.0.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v9.0.0) (2021-05-05) | ||
### Added | ||
- define package.json in exports | ||
- allow for `import "dotenv/config"` | ||
### Changed | ||
- updated dev dependencies via npm audit | ||
- TypeScript types | ||
- point to exact types file to work with VS Code | ||
- _Breaking:_ drop support for Node v8 | ||
## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "dotenv", | ||
"version": "8.6.0", | ||
"version": "9.0.0", | ||
"description": "Loads environment variables from .env file", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24205