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
You should update sequelize dependency because it uses deprecated string based operators When you run your code example you'll get that error:
sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators
The text was updated successfully, but these errors were encountered:
See pull request here: #9 using peerDependencies should fix this kind of issue for plugin type packages.
Sorry, something went wrong.
No branches or pull requests
You should update sequelize dependency because it uses deprecated string based operators
When you run your code example you'll get that error:
The text was updated successfully, but these errors were encountered: