Deno to Node Transform
Version updated for https://github.com/ryohidaka/action-dnt to version v0.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
0.1.0 (2025-12-12)
Features
- Add a parameter to specify compiler options (e36f4f0)
- Add a parameter to specify files to copy into the package (ffbe268)
- Add a parameter to specify out-dir (1fd8324)
- Add a parameter to specify package properties (bf9b647)
- Add a parameter to specify the package entry-points. (1b4d9cf)
- Add a parameter to specify the package name (4476cba)
- Add a parameter to specify the package version. (2422366)
- Add build script file (cc3300d)
- Add step to add @deno/dnt (650e073)
- Add step to setup Deno (1656bfe)
- Allow specifying parameters using a config file (3b8c32f)
- Change action branding (4de22f5)
Bug Fixes
Miscellaneous Chores
- release 0.1.0 (faff165)