This commit is contained in:
Jan Prochazka
2021-04-15 17:22:53 +02:00
parent 419ab985c1
commit 4dfaf1346e
13 changed files with 70 additions and 114 deletions

View File

@@ -2,13 +2,12 @@
"name": "dbgate-plugin-csv",
"main": "dist/backend.js",
"version": "1.0.9",
"homepage": "https://github.com/dbgate/dbgate-plugin-csv",
"homepage": "https://dbgate.org",
"description": "CSV import/export plugin for DbGate",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-csv.git"
"url": "https://github.com/dbgate/dbgate"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"keywords": [
@@ -19,7 +18,8 @@
"dbgateplugin"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",

View File

@@ -2,13 +2,12 @@
"name": "dbgate-plugin-excel",
"main": "dist/backend.js",
"version": "1.0.8",
"homepage": "https://github.com/dbgate/dbgate-plugin-excel",
"description": "MS Excel import/export plugin for DbGate",
"homepage": "https://dbgate.org",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-excel.git"
"url": "https://github.com/dbgate/dbgate"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"keywords": [
@@ -19,7 +18,8 @@
"dbgateplugin"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",

View File

@@ -4,9 +4,12 @@
"version": "1.0.1",
"license": "MIT",
"author": "Jan Prochazka",
"homepage": "https://github.com/dbgate/dbgate-plugin-mongo",
"homepage": "https://dbgate.org",
"description": "MongoDB connect plugin for DbGate",
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
},
"keywords": [
"dbgate",
"dbgateplugin",
@@ -14,7 +17,8 @@
"mongodb"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",
@@ -34,5 +38,8 @@
"mongodb": "^3.6.5",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"mongodb-client-encryption": "^1.2.3"
}
}

View File

@@ -2,13 +2,12 @@
"name": "dbgate-plugin-mssql",
"main": "dist/backend.js",
"version": "1.2.2",
"homepage": "https://github.com/dbgate/dbgate-plugin-mssql",
"homepage": "https://dbgate.org",
"description": "MS SQL connect plugin for DbGate",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-mssql.git"
"url": "https://github.com/dbgate/dbgate"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"keywords": [
@@ -18,7 +17,8 @@
"dbgateplugin"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",

View File

@@ -2,13 +2,12 @@
"name": "dbgate-plugin-mysql",
"main": "dist/backend.js",
"version": "1.2.2",
"homepage": "https://github.com/dbgate/dbgate-plugin-mysql",
"homepage": "https://dbgate.org",
"description": "MySQL connect plugin for DbGate",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-mysql.git"
"url": "https://github.com/dbgate/dbgate"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "MIT",
"keywords": [
@@ -18,7 +17,8 @@
"mysql"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",

View File

@@ -4,12 +4,11 @@
"version": "1.2.2",
"license": "MIT",
"description": "PostgreSQL connector plugin for DbGate",
"homepage": "https://github.com/dbgate/dbgate-plugin-postgres",
"homepage": "https://dbgate.org",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-postgres.git"
"url": "https://github.com/dbgate/dbgate"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"keywords": [
"dbgate",
@@ -17,7 +16,8 @@
"postgresql"
],
"files": [
"dist"
"dist",
"icon.svg"
],
"scripts": {
"build:frontend": "webpack --config webpack-frontend.config",