Skip to content

Commit 230ad37

Browse files
committed
chore: update deps
1 parent 366f8e2 commit 230ad37

6 files changed

Lines changed: 35 additions & 20 deletions

File tree

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@sphereon/oid4vci-common": "workspace:*",
19-
"@sphereon/ssi-types": "0.24.1-unstable.112",
19+
"@sphereon/ssi-types": "0.24.1-unstable.116",
2020
"cross-fetch": "^3.1.8",
2121
"debug": "^4.3.4"
2222
},

packages/common/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Loggers, LogMethod } from '@sphereon/ssi-types';
22

3-
export const VCI_LOGGERS = Loggers.default();
3+
export const VCI_LOGGERS = Loggers.DEFAULT;
44
export const VCI_LOG_COMMON = VCI_LOGGERS.options('sphereon:oid4vci:common', { methods: [LogMethod.EVENT, LogMethod.DEBUG_PKG] }).get(
55
'sphereon:oid4vci:common',
66
);

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:clean": "tsc --build --clean && tsc --build"
1111
},
1212
"dependencies": {
13-
"@sphereon/ssi-types": "0.24.1-unstable.112",
13+
"@sphereon/ssi-types": "0.24.1-unstable.116",
1414
"cross-fetch": "^3.1.8",
1515
"jwt-decode": "^3.1.2",
1616
"sha.js": "^2.4.11",

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@sphereon/oid4vci-common": "workspace:*",
1515
"@sphereon/oid4vci-issuer": "workspace:*",
16-
"@sphereon/ssi-express-support": "0.24.1-unstable.112",
17-
"@sphereon/ssi-types": "0.24.1-unstable.112",
16+
"@sphereon/ssi-express-support": "0.24.1-unstable.116",
17+
"@sphereon/ssi-types": "0.24.1-unstable.116",
1818
"body-parser": "^1.20.2",
1919
"cookie-parser": "^1.4.6",
2020
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sphereon/oid4vci-common": "workspace:*",
14-
"@sphereon/ssi-types": "0.24.1-unstable.112",
14+
"@sphereon/ssi-types": "0.24.1-unstable.116",
1515
"uuid": "^9.0.0"
1616
},
1717
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)