Aws Lambda Nodejs Esbuild Versions Save

λ💨 AWS CDK Construct to bundle JavaScript and TypeScript AWS lambdas using extremely fast esbuild.

v1.1.6

2 years ago

1.1.6 (2021-07-19)

Bug Fixes

  • runtime: fix default runtime (6fc103d), closes #10

v1.1.5

3 years ago

1.1.5 (2020-12-13)

Bug Fixes

  • let overwrite exclude option defauls (e34480c), closes #9

Reverts

  • revert postinstall script (169ad0c), closes #8

v1.1.4

3 years ago

1.1.4 (2020-12-12)

Bug Fixes

  • logs: remove info logs to avouid output pollution (33b7338), closes #6
  • packager: fix project root resolving, so .git folder has lowest priority (007b134)

v1.1.3

3 years ago

1.1.3 (2020-11-24)

Bug Fixes

v1.1.2

3 years ago

1.1.2 (2020-11-04)

Bug Fixes

  • esbuild: use absolute path for esbuild entry (#4) (7e358da)

v1.1.1

3 years ago

1.1.1 (2020-11-04)

Bug Fixes

  • esbuild: use precise es version target for a runtime (1df19cc), closes #3

v1.1.0

3 years ago

1.1.0 (2020-11-01)

Features

  • packager: implement a way to determine a package manager (f8834f3), closes #2

Bug Fixes

  • packager: introduce unit tests for packagers, fix bugs found on testing (b33be2f)

v1.0.0

3 years ago

1.0.0 (2020-10-27)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)
  • externals: implement an ability to package external modules (3bf225c)

Bug Fixes

  • externals: fix root path, and lock file bug (3c7fa2f)

v1.0.0-beta.1

3 years ago

1.0.0-beta.1 (2020-10-25)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)
  • externals: implement an ability to package external modules (3bf225c)

v1.0.0-alpha.1

3 years ago

1.0.0-alpha.1 (2020-10-25)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)