This PR added a new configuration option of strictCheck to codependency.register(). Unfortunately, the type definitions here weren't also updated with the new option, causing type checking errors for Typescript users of the library that try to use this option.
It looks like the original type definitions were created by someone else, but I thought you should have a heads-up on this issue, since it makes it harder for people to use your library.
Thanks.