This PR updates all dependencies to the most current version
It also adds @types/node as npm test failed because of this module missing.
As Standard 16 is more strict than Standard 15 I also applied standard --fix hence the changes to persistence.js and abstract.js
No manual edits have been applied.
My plan is to do modernization (like the one done on aedes-persistence-level) in a seperate PR after this PR has been merged so I can start at a current version.
This PR updates all dependencies to the most current version
It also adds
@types/node
asnpm test
failed because of this module missing.As Standard 16 is more strict than Standard 15 I also applied
standard --fix
hence the changes to persistence.js and abstract.js No manual edits have been applied.My plan is to do modernization (like the one done on aedes-persistence-level) in a seperate PR after this PR has been merged so I can start at a current version.
Kind regards, Hans