@rollup/plugin-node-resolve
Advanced tools
Comparing version 8.0.1 to 8.1.0
# @rollup/plugin-node-resolve ChangeLog | ||
## v8.1.0 | ||
_2020-06-22_ | ||
### Features | ||
- feat: add native node es modules support (#413) | ||
## v8.0.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@rollup/plugin-node-resolve", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"publishConfig": { | ||
@@ -13,3 +13,3 @@ "access": "public" | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "dist/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"engines": { | ||
@@ -79,4 +79,9 @@ "node": ">= 8.0.0" | ||
}, | ||
"module": "dist/index.es.js", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/es/index.js" | ||
}, | ||
"module": "./dist/es/index.js", | ||
"type": "commonjs", | ||
"types": "types/index.d.ts" | ||
} |
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
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
59102
8
1