esbuild-plugin-clean
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "esbuild-plugin-clean", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "ESBuild plugin for cleaning up assets before building.", | ||
@@ -21,7 +21,7 @@ "keywords": [ | ||
"author": "Linbudu <linbudu599@gmail.com> (https://github.com/linbudu599)", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"release:dry": "release-it --dry-run", | ||
"release:minor": "release-it minor", | ||
"release:major": "release-it major" | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts", | ||
"publishConfig": { | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts" | ||
}, | ||
@@ -33,6 +33,6 @@ "dependencies": { | ||
"peerDependencies": { | ||
"esbuild": "^0.12.25" | ||
"esbuild": "^0.13.2" | ||
}, | ||
"executors": "./dist/executors.json", | ||
"generators": "./dist/generators.json" | ||
} | ||
"scripts": {}, | ||
"readme": "# esbuild-plugin-clean\n\nESBuild plugin for cleaning up output/assets before building.\n\n- [Documentation](https://nx-plugins.netlify.app/derived/esbuild.html#clean).\n- [GitHub Repo](https://github.com/LinbuduLab/nx-plugins)\n- [Author](https://github.com/linbudu599)\n" | ||
} |
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
4327
6
77
1