Releases: floydspace/serverless-esbuild
Releases · floydspace/serverless-esbuild
v1.25.0
1.25.0 (2022-02-21)
Features
Bug Fixes
- use esModuleInterop and remove tests from package (#262) (916ee35)
v1.24.2
1.24.2 (2022-02-19)
Bug Fixes
- external: add detection of esm imports and packages from subpath requires (#271) (bfcd9e5)
- external: update npm and yarn dependency detection (#267) (cbbda4f)
v1.24.1
1.24.1 (2022-02-07)
Bug Fixes
- revert v1.23.4 dependency tree changes (#266) (7c50d75)
v1.23.5
1.23.5 (2022-02-05)
Bug Fixes
- do not set package artefact for non-node functions (#261) (19b337f)
v1.23.4
1.23.4 (2022-02-01)
Bug Fixes
- make sure all the dependencies are checked when flattening the dependencies tree (#103) (91f283f)
- take the version into account (#103) (0716acf)
v1.23.3
1.23.3 (2022-01-04)
Bug Fixes
- correct package individually patterns functionality (#249) (09f08c7)
v1.23.2
1.23.2 (2021-12-15)
Bug Fixes
- npm: updated get prod dependencies to support npm v7+ (ab96031)
v1.23.1
1.23.1 (2021-12-13)
Bug Fixes
- correct package individually relative path for Windows (#244) (810f9b4)
v1.23.0
1.23.0 (2021-12-06)
Features
- set esbuild as a peer dependency (11d8726)