Skip to content

Commit

Permalink
fix(deps): update kv-logger to 0.5.2 and fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwind committed Feb 11, 2022
1 parent 6289835 commit cae80fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"helmet": "5.0.2",
"jschardet": "3.0.0",
"jsonwebtoken": "8.5.1",
"kv-logger": "0.5.1",
"kv-logger": "0.5.2",
"lodash": "4.17.21",
"moment": "2.29.1",
"mysql2": "2.3.3",
Expand Down
1 change: 0 additions & 1 deletion src/core/services/package-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ class PackageManager {
])
.then(([v1, v2]) => {
if (v1 && !_.eq(v1.id, v2.id)) {
logger.debug(v1);
throw new AppError(`${appVersion} already exist.`);
}
if (!v2) {
Expand Down

0 comments on commit cae80fe

Please sign in to comment.