- Fix a bug that prevented TypeScript compilation errors from failing the build
- Fix a bug that only copied included files if they didn't already exist in the destination
- Watch all included files, not just TypeScript files
- Add support for tsx files
- Improve error handling when linking dependencies
- Bundle source files that aren't included by TypeScript
- Fix race condition when linking dependencies
- Build automatically before publish
- Fix build
- Remove console.log statement
- Move
recursive-readdir
to dependencies
- Add special handling for
datadog-lambda-js
- Add handling for specific dependencies that can't be traced fully
- Improve package size display
- Update dependencies
- Initial release