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,6 +1,6 @@
{
"name": "dbgate",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"private": true,
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
"description": "Opensource database administration tool",

View File

@@ -1,6 +1,6 @@
{
"name": "dbgate-integration-tests",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",

View File

@@ -1,7 +1,7 @@
{
"name": "dbgate-api",
"main": "src/index.js",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
@@ -26,8 +26,8 @@
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"dbgate-query-splitter": "^4.9.0",
"dbgate-sqltree": "^4.1.1",
"dbgate-tools": "^4.1.1",
"dbgate-sqltree": "^5.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1",
"diff": "^5.0.0",
"diff2html": "^3.4.13",
"eslint": "^6.8.0",
@@ -63,7 +63,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/lodash": "^4.14.149",
"dbgate-types": "^4.1.1",
"dbgate-types": "^5.0.0-alpha.1",
"env-cmd": "^10.1.0",
"node-loader": "^1.0.2",
"nodemon": "^2.0.2",

View File

@@ -1,5 +1,5 @@
module.exports = {
version: '4.1.1',
version: '5.0.0-alpha.1',
buildTime: '2021-04-17T07:22:49.702Z'
};

View File

@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"name": "dbgate-datalib",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -11,11 +11,11 @@
"lib"
],
"dependencies": {
"dbgate-sqltree": "^4.1.1",
"dbgate-filterparser": "^4.1.1"
"dbgate-sqltree": "^5.0.0-alpha.1",
"dbgate-filterparser": "^5.0.0-alpha.1"
},
"devDependencies": {
"dbgate-types": "^4.1.1",
"dbgate-types": "^5.0.0-alpha.1",
"@types/node": "^13.7.0",
"typescript": "^4.4.3"
}

View File

@@ -1,6 +1,6 @@
{
"name": "dbgate",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",

View File

@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"name": "dbgate-filterparser",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
"lib"
],
"devDependencies": {
"dbgate-types": "^4.1.1",
"dbgate-types": "^5.0.0-alpha.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.7.0",
"jest": "^24.9.0",
@@ -22,7 +22,7 @@
},
"dependencies": {
"@types/parsimmon": "^1.10.1",
"dbgate-tools": "^4.1.1",
"dbgate-tools": "^5.0.0-alpha.1",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"parsimmon": "^1.13.0"

View File

@@ -1,6 +1,6 @@
{
"name": "dbgate-serve",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
@@ -18,15 +18,15 @@
"web"
],
"dependencies": {
"dbgate-api": "^4.1.1",
"dbgate-plugin-csv": "^4.1.1",
"dbgate-plugin-excel": "^4.1.1",
"dbgate-plugin-mongo": "^4.1.1",
"dbgate-plugin-mssql": "^4.1.1",
"dbgate-plugin-mysql": "^4.1.1",
"dbgate-plugin-postgres": "^4.1.1",
"dbgate-plugin-xml": "^4.1.1",
"dbgate-web": "^4.1.1",
"dbgate-api": "^5.0.0-alpha.1",
"dbgate-plugin-csv": "^5.0.0-alpha.1",
"dbgate-plugin-excel": "^5.0.0-alpha.1",
"dbgate-plugin-mongo": "^5.0.0-alpha.1",
"dbgate-plugin-mssql": "^5.0.0-alpha.1",
"dbgate-plugin-mysql": "^5.0.0-alpha.1",
"dbgate-plugin-postgres": "^5.0.0-alpha.1",
"dbgate-plugin-xml": "^5.0.0-alpha.1",
"dbgate-web": "^5.0.0-alpha.1",
"dotenv": "^16.0.0"
}
}

View File

@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"name": "dbgate-sqltree",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -27,7 +27,7 @@
],
"devDependencies": {
"@types/node": "^13.7.0",
"dbgate-types": "^4.1.1",
"dbgate-types": "^5.0.0-alpha.1",
"typescript": "^4.4.3"
},
"dependencies": {

View File

@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"name": "dbgate-tools",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -25,7 +25,7 @@
],
"devDependencies": {
"@types/node": "^13.7.0",
"dbgate-types": "^4.1.1",
"dbgate-types": "^5.0.0-alpha.1",
"jest": "^24.9.0",
"ts-jest": "^25.2.1",
"typescript": "^4.4.3"
@@ -33,7 +33,7 @@
"dependencies": {
"lodash": "^4.17.21",
"dbgate-query-splitter": "^4.9.0",
"dbgate-sqltree": "^4.1.1",
"dbgate-sqltree": "^5.0.0-alpha.1",
"uuid": "^3.4.0"
}
}

View File

@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"name": "dbgate-types",
"homepage": "https://dbgate.org/",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "dbgate-web",
"version": "4.1.1",
"version": "5.0.0-alpha.1",
"scripts": {
"build": "rollup -c",
"dev": "cross-env API_URL=http://localhost:3000 rollup -c -w",
@@ -23,11 +23,11 @@
"chart.js": "^3.6.0",
"chartjs-adapter-moment": "^1.0.0",
"cross-env": "^7.0.3",
"dbgate-datalib": "^4.1.1",
"dbgate-datalib": "^5.0.0-alpha.1",
"dbgate-query-splitter": "^4.9.0",
"dbgate-sqltree": "^4.1.1",
"dbgate-tools": "^4.1.1",
"dbgate-types": "^4.1.1",
"dbgate-sqltree": "^5.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1",
"dbgate-types": "^5.0.0-alpha.1",
"diff": "^5.0.0",
"diff2html": "^3.4.13",
"file-selector": "^0.2.4",

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",