File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Debug from 'debug' ;
22import jwtDecode from 'jwt-decode' ;
33
4+ import { VCI_LOG_COMMON } from '..' ;
45import {
56 BAD_PARAMS ,
67 BaseJWK ,
@@ -14,7 +15,6 @@ import {
1415 ProofOfPossession ,
1516 ProofOfPossessionCallbacks ,
1617 Typ ,
17- VCI_LOG_COMMON ,
1818} from '../types' ;
1919
2020const debug = Debug ( 'sphereon:openid4vci:common' ) ;
Original file line number Diff line number Diff line change 1+ import { Loggers , LogMethod } from '@sphereon/ssi-types' ;
2+
3+ export const VCI_LOGGERS = Loggers . default ( ) ;
4+ export const VCI_LOG_COMMON = VCI_LOGGERS . options ( 'sphereon:oid4vci:common' , { methods : [ LogMethod . EVENT , LogMethod . DEBUG_PKG ] } ) . get (
5+ 'sphereon:oid4vci:common' ,
6+ ) ;
7+
18export * from './functions' ;
29export * from './types' ;
310export * from './experimental/holder-vci' ;
Original file line number Diff line number Diff line change 1- import { Loggers , LogMethod } from '@sphereon/ssi-types' ;
2-
31export * from './Authorization.types' ;
42export * from './CredentialIssuance.types' ;
53export * from './Generic.types' ;
@@ -12,8 +10,3 @@ export * from './OpenID4VCIVersions.types';
1210export * from './StateManager.types' ;
1311export * from './Token.types' ;
1412export * from './QRCode.types' ;
15-
16- export const VCI_LOGGERS = Loggers . default ( ) ;
17- export const VCI_LOG_COMMON = VCI_LOGGERS . options ( 'sphereon:oid4vci:common' , { methods : [ LogMethod . EVENT , LogMethod . DEBUG_PKG ] } ) . get (
18- 'sphereon:oid4vci:common' ,
19- ) ;
You can’t perform that action at this time.
0 commit comments