Skip to content

Releases: beforeyoubid/serverless-esbuild-layers

0.1.9

22 Feb 02:55
Compare
Choose a tag to compare

What's Changed

  • Fixed defect with retain: false overriding link between layers during second phase of build by @alice-byb in #21

Full Changelog: 0.1.8...0.1.9

0.1.8

18 Jan 00:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

v0.1.7

26 Sep 03:21
Compare
Choose a tag to compare
  • Added config item for packageJsonPath to give support to monorepo setups (fixes #13)

v0.1.6

22 May 01:29
Compare
Choose a tag to compare

Minor fix to lifecycle events to support some serverless deploys that end up missing layer information in their cloudformation template

v0.1.5

18 Apr 05:46
Compare
Choose a tag to compare

Fixed defect with running del on the force exclude paths

v0.1.4

18 Apr 05:12
Compare
Choose a tag to compare

Added support for:

  • forceInclude in config

Fixed defects:

  • Unable to find named-export handlers
  • Unable to handle pathed ESM module imports
  • Fixed issue where import problems on peer dependencies prevented checking the rest of the sub-dependencies of a module

v0.1.3

18 Apr 03:37
Compare
Choose a tag to compare

Fixed defect where aws-xray-sdk is removed.... that is not normal behaviour on AWS

v0.1.2

18 Apr 03:22
Compare
Choose a tag to compare

Added support for forceExclude property in serverless config

v0.1.1

18 Apr 03:16
Compare
Choose a tag to compare

Quick release to avoid bundling aws-sdk / aws-xray-sdk as they're provided by AWS

Initial release - v0.1.0

18 Apr 03:07
Compare
Choose a tag to compare

This is the initial release of the plugin to NPM.