@rollup/plugin-node-resolve
Advanced tools
Comparing version 7.1.0 to 7.1.1
# @rollup/plugin-node-resolve ChangeLog | ||
## v7.1.1 | ||
_2020-02-03_ | ||
### Bugfixes | ||
- fix: main fields regression (#196) | ||
## v7.1.0 | ||
@@ -4,0 +12,0 @@ |
@@ -149,3 +149,3 @@ import { dirname, resolve, extname, normalize, sep } from 'path'; | ||
} else { | ||
mainFields = ['main', 'module']; | ||
mainFields = ['module', 'main']; | ||
} | ||
@@ -152,0 +152,0 @@ |
@@ -154,3 +154,3 @@ 'use strict'; | ||
} else { | ||
mainFields = ['main', 'module']; | ||
mainFields = ['module', 'main']; | ||
} | ||
@@ -157,0 +157,0 @@ |
{ | ||
"name": "@rollup/plugin-node-resolve", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
54344
0