Deprecated logger package currently only used by legacy API.
This is a simplified version of the core API shared logger package.
After making changes, please follow these steps so that legacy API will pick up the changes:
- Ensure that
yarn buildwas run so thatdist/logger.jsis updated - Update the version:
npm version minorornpm version patch - Push up changes to the
masterbranchgit push origin mastergit push --tags(note the new tag version)
- Update the tag version for
@coast/loggerin legacy API package.json