mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 15:46:01 +00:00
plugin version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbgate-plugin-csv",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.0.9",
|
||||
"version": "4.1.1",
|
||||
"homepage": "https://dbgate.org",
|
||||
"description": "CSV import/export plugin for DbGate",
|
||||
"repository": {
|
||||
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"icon.svg"
|
||||
"icon.svg"
|
||||
],
|
||||
"scripts": {
|
||||
"build:frontend": "webpack --config webpack-frontend.config",
|
||||
@@ -41,4 +41,4 @@
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbgate-plugin-excel",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.0.8",
|
||||
"version": "4.1.1",
|
||||
"description": "MS Excel import/export plugin for DbGate",
|
||||
"homepage": "https://dbgate.org",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbgate-plugin-mongo",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.0.1",
|
||||
"version": "4.1.1",
|
||||
"license": "MIT",
|
||||
"author": "Jan Prochazka",
|
||||
"homepage": "https://dbgate.org",
|
||||
@@ -36,7 +36,7 @@
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"dbgate-tools": "^4.1.0-rc.1",
|
||||
"dbgate-tools": "^4.1.1",
|
||||
"is-promise": "^4.0.0",
|
||||
"mongodb": "^3.6.5",
|
||||
"mongodb-client-encryption": "^1.2.3"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dbgate-plugin-postgres",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.2.2",
|
||||
"version": "4.1.1",
|
||||
"license": "MIT",
|
||||
"description": "PostgreSQL connector plugin for DbGate",
|
||||
"homepage": "https://dbgate.org",
|
||||
@@ -35,7 +35,7 @@
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"dbgate-tools": "^4.0.3-rc.1",
|
||||
"dbgate-tools": "^4.1.1",
|
||||
"lodash": "^4.17.15",
|
||||
"pg": "^7.17.0",
|
||||
"pg-query-stream": "^3.1.1"
|
||||
|
||||
Reference in New Issue
Block a user