-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Cannot find namespace 'ValidatorJS' in 0.14.x #2370
Comments
Looks like its from the latest commit |
I think it was fixed in tag 0.14.1 but I guess you forgot to bump also the package.json version since it still says 0.14.0. Probably because of that there's no npm release?! 0042559 in fact fixes the imports, because @types decided that it's a good moment to update all the validator versions since 13.0.0 in the release 2 days ago. PS: was wondering why you don't release separate tarballs with cjs/, esm2015/ since right now people are stucked waiting for npm release rather than using the git typestack/class-validator#0.14.1 tag. |
My bad, folks, this should be fixed in a few minutes. |
I need an approval on #2373 in order to merge it ( |
How long does it take for NPM to pick this up? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
With version 0.14.x of class-validator, our tsc (5.3.3) build command suddenly fails.
Minimal code-snippet showcasing the problem
tsconfigs:
package.json
Expected behavior
Tsc build command works as before.
Actual behavior
It worked for 2 months without issues, but now results in the output above.
If we set back the version to 0.13.x, it works without any issues or error messages.
The text was updated successfully, but these errors were encountered: