5.10.0
Main Changes
The lib is finally compatible with Yarn 2 (and above)! Thanks to @jagonzalr (and others involved in #642).
You need to define the option noNonInteractive
to true
in the packagerOptions
in serverless.yml
.
What's Changed
- Add new
packagerOptions
:noNonInteractive
to disable interactive mode when using Yarn 2 or above by @jagonzalr in #1246 - fix: prevent duplicate artifact assignment by @NoxHarmonium in #1245
- Prepare 5.10.0 by @j0k3r in #1248
New Contributors
- @jagonzalr made their first contribution in #1246
- @NoxHarmonium made their first contribution in #1245
Full Changelog: v5.9.1...v5.10.0