Releases: guoyunhe/node-scripts
Releases · guoyunhe/node-scripts
2.2.0
Compare
Sorry, something went wrong.
No results found
Updated esbuild (0.17→0.18)
2.1.0
Compare
Sorry, something went wrong.
No results found
Updated typescript (4→5)
Changed to not output CJS and give ESM .js ext when type: "module" found in package.json
2.0.2
Compare
Sorry, something went wrong.
No results found
Fixed global type PACKAGE_NAME
2.0.1
Compare
Sorry, something went wrong.
No results found
Fixed exception when here is no src/index.ts
2.0.0
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE : Changed output file paths
dist/cjs/index.js -> dist/index.js
dist/cjs/bin/my-cli.js -> dist/my-cli.js
dist/esm/index.js -> dist/index.mjs
dist/esm/bin/my-cli.js -> (deleted)
dist/dts/index.d.ts -> dist/index.d.ts
Updated commander from 9.x to 10.x
Added PACKAGE_NAME global definition
1.9.0
Compare
Sorry, something went wrong.
No results found
1.8.0
Compare
Sorry, something went wrong.
No results found
Refactored lint and test actions
1.7.1
Compare
Sorry, something went wrong.
No results found
1.7.0
Compare
Sorry, something went wrong.
No results found
1.6.0
Compare
Sorry, something went wrong.
No results found
Update esbuild from 0.16.x to 0.17.x