mobxjs / serializr

Serialize and deserialize complex object graphs to and from JSON and Javascript classes
MIT License
766 stars 52 forks source link

Release new version on npm #143

Closed pokey closed 3 years ago

pokey commented 3 years ago

I'm getting an error due to the fact that args is private on Context, which looks to have been fixed in August, but last release on npm is from April. Would it be possible to release the latest code to npm? Thanks!

NaridaL commented 3 years ago

I published 2.0.4, give it a look.

pokey commented 3 years ago

Fixed; thanks!