0.x - logger-core semver updates in peerDependencies
After a recent update to npm 7, we saw several errors fetching peer dependencies. Updating the semver strings repaired these errors. I have updated my fork of 0.x to include these updated semver strings for logger-core and bus-core in several packages.
We still see a peerDependency issue in logger-winston itself but it seems logger-winston is a private repo, we would like to have a similar fix applied there.
thanks @bdefnall i'll have a dive into the dependency chain in a bit. In the meantime, have you considered migrating to 1.x? It removes all of these external dependencies and simplifies your project somewhat. 0.x has been deprecated and I'm really just keeping it around for minor bug fixes at this point
Yes an update is on the roadmap