moscajs / aedes-persistence

In-memory implementation of an Aedes persistence, with abstract tests
MIT License
13 stars 22 forks source link

chore: upgrade to standardjs@17 and private class members #84

Closed seriousme closed 2 years ago

seriousme commented 2 years ago

Standardjs 17 has just been released and now supports ECMA script standard private class features (starting with '#') This PR updates the dependency and updates the code to use ECMA script standard private class members.

Kind regards, Hans

seriousme commented 2 years ago

Btw: I found a timing issue while upgrading aedes-persistence from 8.1.3 to 9.0.1 so we probably need another PR to fix that as well so you might want to wait with releasing 9.0.2 until we fixed that.

robertsLando commented 2 years ago

Ok!