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,7 +1,7 @@
{
"name": "dbgate-plugin-mysql",
"main": "src/backend/index.js",
"version": "1.2.2",
"version": "4.1.1",
"homepage": "https://dbgate.org",
"description": "MySQL connect plugin for DbGate",
"repository": {
@@ -18,7 +18,7 @@
],
"files": [
"dist",
"icon.svg"
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@verycrazydog/mysql-parser": "^1.2.0",
"dbgate-tools": "^4.0.3-rc.1",
"dbgate-tools": "^4.1.1",
"mysql2": "^2.2.5"
}
}
}