dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Make @types/luxon not a devDependency #60

Closed woksin closed 3 years ago

woksin commented 3 years ago

Summary

Encountered an inconvenience when consuming the SDK where the type of a Commtted Event Result's occurred property was of an any type unless you had the @types/luxon package installed locally in your project. We should instead just have that package as a normal dependency so that typescript consumers of the SDK does not need to install that package themselves.

Changed