ChainSafe / discv5

A Typescript implementation of the Discv5 protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`lru-cache` is devDependency

acolytec3 opened this issue · comments

In upgrading some dependencies for Ultralight, I noticed some issues related to lru-cache in discv5. I'm not 100% sure this is the source of our issues but this dependency is directly imported in the session/service.ts file but is only declared as a devDependency in package.json

Would you be open to a PR moving this to the dependencies property so we can see it properly within Ultralight's dependency tree?

commented

Ah yes this definitely looks like a bug. lru-cache should be listed as a dependency

Resolved by #253