jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.53k stars 22 forks source link

Deprecated warning from a dependency, awilix #8

Closed Rokt33r closed 6 years ago

Rokt33r commented 6 years ago

It shows a warning like the below when running. I'll submit a PR soon.

[awilix] The registerFunction and other "register*" shortcuts have been deprecated and will be removed in v3.
Use "container.register({ name: asFunction(target) })" instead. See https://github.com/jeffijoe/awilix/issues/60
jeffijoe commented 6 years ago

I've published v0.3.1 that has updated all packages to latest. :)