Closed yveskaufmann closed 2 years ago
The package currently installs all dependencies that are required for all stores even if you need only one or none of them.
This PR addressed that by marking these dependencies as peering dependencies and that these packages are only loaded when the store is used.
I think this PR addresses also the issue: https://github.com/ysocorp/koa2-ratelimit/issues/20.
The package currently installs all dependencies that are required for all stores even if you need only one or none of them.
This PR addressed that by marking these dependencies as peering dependencies and that these packages are only loaded when the store is used.
I think this PR addresses also the issue: https://github.com/ysocorp/koa2-ratelimit/issues/20.