inversify / InversifyJS

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
http://inversify.io/
MIT License
11.21k stars 715 forks source link

Inversify-express-utils release to match Readme? #1487

Open rcollette opened 1 year ago

rcollette commented 1 year ago

I was trying to follow the directions for using a Principal from the Readme of the inversify-express-utils and after struggling finally realized that the Readme is not in sync with the current release. Principal was made a generic back in March but there has not been a new package release. I was wondering when the next release of that package was going to occur.

My project is setup to not allow use of any and having a generic principal would fit the bill.