Skip to content

Commit

Permalink
Patch: bumped module logger version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jan 7, 2024
1 parent eea5b5d commit 5a5f16f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/http-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "1.2.0"
"@sliit-foss/module-logger": "1.2.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "bash ../../scripts/test/test.sh"
},
"dependencies": {
"@sliit-foss/module-logger": "1.2.1",
"@sliit-foss/module-logger": "1.2.3",
"axios": "1.6.0",
"chalk": "4.1.2",
"express-http-context": "1.2.4",
Expand Down
1 change: 1 addition & 0 deletions packages/service-connector/src/helpers/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import chalk from "chalk";

export const coloredString = (value, key) => {
// istanbul ignore next
switch (key ?? value) {
case "url":
case "message":
Expand Down
15 changes: 3 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 5a5f16f

Please sign in to comment.