find-babel-config
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.1.1](https://github.com/tleunen/find-babel-config/compare/v2.1.0...v2.1.1) (2024-04-17) | ||
### Bug Fixes | ||
* Add node16 support back ([#76](https://github.com/tleunen/find-babel-config/issues/76)) ([97c759a](https://github.com/tleunen/find-babel-config/commit/97c759a422df76208c5c041b9e2883aa6ba38e57)) | ||
## [2.1.0](https://github.com/tleunen/find-babel-config/compare/v2.0.0...v2.1.0) (2024-04-17) | ||
@@ -13,3 +20,3 @@ | ||
* The order or config file lookup is ".babelrc, .babelrc.js, babel.config.js, babel.config.json, package.json" | ||
* The order of config file lookup is ".babelrc, .babelrc.js, babel.config.js, babel.config.json, package.json" | ||
* Node 16 is the minimum supported version | ||
@@ -19,3 +26,3 @@ | ||
* Fix order or config file lookup to be the same in sync and async functions ([#38](https://github.com/tleunen/find-babel-config/issues/38)) ([4fde4bb](https://github.com/tleunen/find-babel-config/commit/4fde4bbe9afec0d9ecc413d26c88d94fef33848f)) | ||
* Fix order of config file lookup to be the same in sync and async functions ([#38](https://github.com/tleunen/find-babel-config/issues/38)) ([4fde4bb](https://github.com/tleunen/find-babel-config/commit/4fde4bbe9afec0d9ecc413d26c88d94fef33848f)) | ||
@@ -22,0 +29,0 @@ |
{ | ||
"name": "find-babel-config", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "src/index.js", | ||
@@ -10,5 +10,2 @@ "description": "Find the closest babel config based on a directory", | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"author": "Tommy Leunen <tommy.leunen@gmail.com> (http://tommyleunen.com)", | ||
@@ -15,0 +12,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20638
0