plugin version

This commit is contained in:
Jan Prochazka
2021-04-17 09:24:46 +02:00
parent 89a3798d56
commit a98380a941
17 changed files with 47 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.1.1",
"name": "dbgate-filterparser",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
"lib"
],
"devDependencies": {
"dbgate-types": "^4.0.0",
"dbgate-types": "^4.1.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.7.0",
"jest": "^24.9.0",
@@ -22,7 +22,7 @@
},
"dependencies": {
"@types/parsimmon": "^1.10.1",
"dbgate-tools": "^4.0.0",
"dbgate-tools": "^4.1.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"parsimmon": "^1.13.0"