Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.2.86...v5.0.0) (2023-11-28) ### Bug Fixes * Update @podium/utils to version 5.0.0-next.1 ([29da2c9](29da2c9)) * Use v5 versions of @podium/utils and @podium/schema ([a37ca1f](a37ca1f)) ### Features * Convert to ESM ([#150](#150)) ([9f3c2d3](9f3c2d3)) * Drop node 10.x support ([bcd95a1](bcd95a1)) * Support manifest with array of proxy endpoints ([#226](#226)) ([330384b](330384b)) * Use ES private properties instead of Symbols and defineProperty() for privacy ([#84](#84)) ([37fd140](37fd140)) ### BREAKING CHANGES * Convert from CommonJS to ESM * feat: Convert to ESM Co-authored-by: Trygve Lie <trygve.lie@finn.no> * Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`. Co-authored-by: Trygve Lie <trygve.lie@finn.no> * Only support node 12 and 14.
- Loading branch information