mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
plugin version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbgate-plugin-mssql",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.2.2",
|
||||
"version": "4.1.1",
|
||||
"homepage": "https://dbgate.org",
|
||||
"description": "MS SQL connect plugin for DbGate",
|
||||
"repository": {
|
||||
@@ -18,7 +18,7 @@
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"icon.svg"
|
||||
"icon.svg"
|
||||
],
|
||||
"scripts": {
|
||||
"build:frontend": "webpack --config webpack-frontend.config",
|
||||
@@ -36,8 +36,8 @@
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"dbgate-tools": "^4.0.3-rc.1",
|
||||
"dbgate-tools": "^4.1.1",
|
||||
"tedious": "^9.2.3",
|
||||
"async-lock": "^1.2.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user