esbuild-plugin-clean
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "esbuild-plugin-clean", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "ESBuild plugin for cleaning up assets before building.", | ||
@@ -21,11 +21,18 @@ "keywords": [ | ||
"author": "Linbudu <linbudu599@gmail.com> (https://github.com/linbudu599)", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"publish": "npm publish --access=public", | ||
"release:dry": "release-it --dry-run", | ||
"release:minor": "release-it minor", | ||
"release:major": "release-it major" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.1", | ||
"chalk": "^4.1.2", | ||
"del": "^6.0.0" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.11.19" | ||
"esbuild": "^0.12.25" | ||
}, | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts" | ||
"executors": "./dist/executors.json", | ||
"generators": "./dist/generators.json" | ||
} |
# esbuild-plugin-clean | ||
This library was generated with [Nx](https://nx.dev). | ||
ESBuild plugin for cleaning up output/assets before building. | ||
## Running unit tests | ||
Run `nx test esbuild-plugin-clean` to execute the unit tests via [Jest](https://jestjs.io). | ||
- [Documentation](https://nx-plugins.netlify.app/derived/esbuild.html#clean). | ||
- [GitHub Repo](https://github.com/LinbuduLab/nx-plugins) | ||
- [Author](https://github.com/linbudu599) |
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
9665
16
246
1
+ Addedesbuild@0.12.29(transitive)
- Removedesbuild@0.11.23(transitive)
Updatedchalk@^4.1.2