merge master

This commit is contained in:
Erindcl 2020-12-30 10:39:57 +08:00
commit 9b80234e66

View File

@ -1,6 +1,6 @@
{ {
"name": "dt-sql-parser", "name": "dt-sql-parser",
"version": "3.0.4", "version": "3.0.5",
"description": "There are some sql parsers in javascript and generated by antlr4", "description": "There are some sql parsers in javascript and generated by antlr4",
"keywords": [ "keywords": [
"sql", "sql",
@ -34,7 +34,7 @@
}, },
"git repository": "https://github.com/DTStack/dt-sql-parser", "git repository": "https://github.com/DTStack/dt-sql-parser",
"dependencies": { "dependencies": {
"@types/antlr4": "^4.7.2", "@types/antlr4": "4.7.0",
"antlr4": "^4.7.2" "antlr4": "4.7.2"
} }
} }