Skip to content

Release v17.0.3

Choose a tag to compare

@dolittle-build dolittle-build released this 30 Sep 10:48
0d2bc30

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

  • @types/luxon package as a non-dev dependency