Skip to content

Commit

Permalink
Update @kth/log
Browse files Browse the repository at this point in the history
  • Loading branch information
Won-Kyung Chung committed Dec 20, 2021
1 parent 6f5d157 commit 4d8a7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/oidc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { Issuer, Strategy } = require('openid-client')

const kthLog = require('kth-node-log')
const kthLog = require('@kth/log')

const {
generators: { state: generateState },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"pretty-quick": "^3.1.1"
},
"dependencies": {
"kth-node-log": "^3.1.9",
"@kth/log": "^4.0.0",
"openid-client": "^4.7.5"
},
"prettier": {
Expand Down

0 comments on commit 4d8a7cb

Please sign in to comment.