@rollup/plugin-html
Advanced tools
Comparing version 0.2.4 to 1.0.0
{ | ||
"name": "@rollup/plugin-html", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"publishConfig": { | ||
@@ -16,6 +16,11 @@ "access": "public" | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -31,3 +36,3 @@ "scripts": { | ||
"pretest": "pnpm build", | ||
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name", | ||
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name", | ||
"test": "ava", | ||
@@ -38,2 +43,3 @@ "test:ts": "tsc --noEmit" | ||
"dist", | ||
"!dist/**/*.map", | ||
"types", | ||
@@ -50,15 +56,19 @@ "README.md", | ||
"peerDependencies": { | ||
"rollup": "^1.20.0||^2.0.0" | ||
"rollup": "^1.20.0||^2.0.0||^3.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"rollup": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^6.1.0", | ||
"rollup": "^2.23.0", | ||
"rollup-plugin-postcss": "^3.1.8", | ||
"typescript": "^4.1.2" | ||
"@rollup/plugin-typescript": "^8.5.0", | ||
"postcss": "^8.4.16", | ||
"rollup": "^3.0.0-7", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"typescript": "^4.8.3" | ||
}, | ||
"types": "types/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"ava": { | ||
"babel": { | ||
"compileEnhancements": false | ||
}, | ||
"workerThreads": false, | ||
"files": [ | ||
@@ -65,0 +75,0 @@ "!**/fixtures/**", |
@@ -18,3 +18,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-html | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v1.20.0+. | ||
@@ -21,0 +21,0 @@ ## Install |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
14480
5
222
1