You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree @kchow1985 could have immediatley created a PR, but I wonder if this module is not maintained anymore?
Hi @MickL, I've been actively looking at new issues and any security-patch but unfortunately, I don't have enough capacity to contribute and develop more features. I believe there are some alternatives to just using zod; the project was left as is with a stable API.
It doesn't mean that any new contribution is not properly reviewed and merged, it just means that the authors as of now are not looking to develop any other feature to the project
The current @types/convict version does not allow you to specify the
nullable
option for config values.i.e.
The convict version on the package is
^6.0.0
which would be6.2.4
if downloaded from npm, but@types/convict
is5.2.0
which should be updated to6.1.1
The text was updated successfully, but these errors were encountered: