updated version

This commit is contained in:
Jan Prochazka
2022-05-19 20:52:43 +02:00
parent 0a1fe0df10
commit bd79e96035
20 changed files with 49 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-csv",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org",
"description": "CSV import/export plugin for DbGate",
"repository": {

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-excel",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"description": "MS Excel import/export plugin for DbGate",
"homepage": "https://dbgate.org",
"repository": {

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-mongo",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"license": "MIT",
"author": "Jan Prochazka",
"homepage": "https://dbgate.org",
@@ -35,7 +35,7 @@
"dbgate-query-splitter": "^4.9.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"is-promise": "^4.0.0",
"mongodb": "^3.6.5",
"mongodb-client-encryption": "^1.2.3"

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-mssql",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org",
"description": "MS SQL connect plugin for DbGate",
"repository": {
@@ -35,7 +35,7 @@
"dbgate-query-splitter": "^4.9.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"tedious": "^9.2.3",
"async-lock": "^1.2.6"
}

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-mysql",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org",
"description": "MySQL connect plugin for DbGate",
"repository": {
@@ -34,7 +34,7 @@
"antares-mysql-dumper": "^0.0.1",
"dbgate-plugin-tools": "^1.0.7",
"dbgate-query-splitter": "^4.9.0",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"mysql2": "^2.2.5",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-postgres",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"license": "MIT",
"description": "PostgreSQL connector plugin for DbGate",
"homepage": "https://dbgate.org",
@@ -32,7 +32,7 @@
"devDependencies": {
"dbgate-plugin-tools": "^1.0.7",
"dbgate-query-splitter": "^4.9.0",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"lodash": "^4.17.21",
"pg": "^8.7.1",
"webpack": "^4.42.0",

View File

@@ -31,7 +31,7 @@
"devDependencies": {
"dbgate-plugin-tools": "^1.0.7",
"dbgate-query-splitter": "^4.9.0",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"lodash": "^4.17.21",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-plugin-sqlite",
"main": "dist/backend.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org",
"description": "SQLite connect plugin for DbGate",
"repository": {
@@ -30,7 +30,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"dbgate-plugin-tools": "^1.0.4",
"dbgate-query-splitter": "^4.9.0",
"byline": "^5.0.0",