Warning; this release can break applications, make sure to test thoroughly and monitor runtime errors.
- Result of @kaliber/config is no longer included in the compiled node application files. This prevents secrets from landing unencrypted on disk. In order to prevent errors
@kaliber/config
should be excluded from babel compilation. - When copying files the timestamps are preserver, this can speed up builds significantly.
- Helmet is upgraded ensuring more modern defaults. This can break features at runtime, so make sure to test.
What's Changed
- Various stylelint updates by @EECOLOR in #255
- Remove config from packaged node application by @EECOLOR in #254
- Preserve timestamps by @EECOLOR in #259
- Upgrade helmet by @EECOLOR in #257
Full Changelog: v0.0.146...v0.0.147