Skip to content

BUG: dbgate-pg-dumper version mismatch in dbgate-plugin-postgres package.json #1533

Description

@DeathByMisadventure

Describe the bug
npm install dbgate-serve@7.2.4
fails due to version mismatch

26.23 npm verbose stack dbgate-pg-dumper: No matching version found for dbgate-pg-dumper@7.2.4.

https://www.npmjs.com/package/dbgate-pg-dumper?activeTab=versions shows dbgate-pg-dumper current version at 1.0.0

To Reproduce
npm view dbgate-plugin-postgres@7.2.4 dependencies --json
{
"dbgate-pg-dumper": "7.2.4",
"wkx": "^0.5.0",
"pg-copy-streams": "^7.0.0",
"pg-query-stream": "^4.10.3",
"dbgate-query-splitter": "^4.12.0",
"dbgate-tools": "7.2.4",
"lodash": "^4.17.21",
"pg": "^8.11.5"
}

Expected behavior
npm view dbgate-plugin-postgres@7.2.4 dependencies --json
{
"dbgate-pg-dumper": "1.0.0",
"wkx": "^0.5.0",
"pg-copy-streams": "^7.0.0",
"pg-query-stream": "^4.10.3",
"dbgate-query-splitter": "^4.12.0",
"dbgate-tools": "7.2.4",
"lodash": "^4.17.21",
"pg": "^8.11.5"
}

Screenshots
If applicable, add screenshots to help explain your problem.

Version Information (please complete the following information):

  • OS: [e.g. Windows/Mac/Ubuntu] RHEL Hummingbird
  • App Version [see Help -> About] 7.2.4
  • Install source [e.g. installer/SNAP/Docker/NPM] NPM
  • Type - Web/Application WEB
  • Database engine: [e.g. MySQL/PostgreSQL/SQL Server] PostgreSQL

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingsolvedPushed into GIT, but not yet released (after release issue will be closed)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions