We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this message when I initialize ajv, my code looks like this:
import Ajv from 'ajv-draft-04'; import AjvBson from 'ajv-bsontype'; import AjvErrors from 'ajv-errors'; const ajv = new Ajv({ allErrors: true, strictTypes: false }); AjvBson(ajv); AjvErrors(ajv);
I am using
ajv 8.6.0 ajv-bsontype 1.0.7 ajv-draft-04 1.0.0 ajv-errors 3.0.0
The text was updated successfully, but these errors were encountered:
this is an issue with ajv-bsontype that uses deprecated API of ajv.addKeyword method.
Sorry, something went wrong.
specifically, here: https://github.com/BoLaMN/ajv-bsontype/blob/13540ee0e38f916971744414b8eae4fc3b9463f3/index.js#L98
No branches or pull requests
I get this message when I initialize ajv, my code looks like this:
I am using
ajv 8.6.0
ajv-bsontype 1.0.7
ajv-draft-04 1.0.0
ajv-errors 3.0.0
The text was updated successfully, but these errors were encountered: