Is your feature request related to a problem? Please describe.
I want to be able to control which version of dependencies my projects use. You're currently defining a from range on dependencies, but then also include package.resolved, which prevents consumers from controlling their dependency graph.
Describe the solution you'd like
Remove the package.resolved from this library.
Describe alternatives you've considered
The alternatives include forking the library, and controlling my own destiny or living with the dependency versions you have chosen, which are suboptimal and far out of date.
Additional context
SwiftLog is on 1.15.0 https://github.com/apple/swift-log/releases. Other dependencies also have minor or patch updates available.
Is your feature request related to a problem? Please describe.
I want to be able to control which version of dependencies my projects use. You're currently defining a from range on dependencies, but then also include package.resolved, which prevents consumers from controlling their dependency graph.
Describe the solution you'd like
Remove the package.resolved from this library.
Describe alternatives you've considered
The alternatives include forking the library, and controlling my own destiny or living with the dependency versions you have chosen, which are suboptimal and far out of date.
Additional context
SwiftLog is on 1.15.0 https://github.com/apple/swift-log/releases. Other dependencies also have minor or patch updates available.