odavid / typeorm-transactional-cls-hooked

A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
MIT License
524 stars 86 forks source link

Move @types/cls-hooked to dependencies #42

Closed matomesc closed 4 years ago

matomesc commented 4 years ago

Since there are some types from @types/cls-hooked that are re-exported by this package, @types/cls-hooked must be in dependencies rather than devDependencies. See this discussion for more info.

odavid commented 4 years ago

Thank you for that!