Skip to content

Releases: jcoreio/pack-lambda

v3.0.1

03 Jun 18:46
Compare
Choose a tag to compare

3.0.1 (2024-06-03)

Bug Fixes

v3.0.0

14 May 23:27
Compare
Choose a tag to compare

3.0.0 (2024-05-14)

  • feat!(uploadToS3): add useHash option (cfffe0e)

BREAKING CHANGES

  • drop support for Node < 18

v2.0.0

05 Dec 19:20
Compare
Choose a tag to compare

2.0.0 (2021-12-05)

Bug Fixes

  • bundle transitive dependencies (c3b2bce)
  • include timestamp if version ends in -development (fb767db)
  • uploadToS3: stop writing zip file to disk (74bea41)

BREAKING CHANGES

  • now adds timestamp to filename if package version ends in -development
  • --no-auto-bundled-dependencies and autoBundledDependencies
    options have been removed

v1.2.0

01 Dec 04:48
Compare
Choose a tag to compare

1.2.0 (2021-12-01)

Bug Fixes

  • writeZip: wait for writeStream to close (9d6563e)

Features

  • support config in package.json (06fe898)

v1.1.0

01 Dec 01:08
Compare
Choose a tag to compare

1.1.0 (2021-12-01)

Features

  • bundle dependencies by default, fix cli option case (05651af)

v1.0.0

01 Dec 00:34
Compare
Choose a tag to compare

1.0.0 (2021-12-01)

Features