Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 11, 2024
1 parent 9e673b8 commit 77ceb0a
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 204 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@
"keywords": [
"Sphereon",
"Verifiable Credentials",
"ARF",
"EUIDW",
"OpenID",
"SIOP",
"SIOPv2",
"Self Issued OpenID Provider",
"OPenId for Verifiable Presentations",
"OpenId for Verifiable Presentations",
"OpenID for Verifiable Credential Issuance",
"OAuth2",
"SSI",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BaseJWK } from '@sphereon/oid4vc-common';
import { W3CVerifiableCredential } from '@sphereon/ssi-types';
import { BaseJWK } from 'common';

import { ExperimentalSubjectIssuance } from '../experimental/holder-vci';

Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-common/lib/types/v1_0_13.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JWK } from 'common';
import { JWK } from '@sphereon/oid4vc-common';

import { ExperimentalSubjectIssuance } from '../experimental/holder-vci';

Expand Down
7 changes: 6 additions & 1 deletion packages/oid4vci-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"declarationDir": "./dist",
"esModuleInterop": true,
"moduleResolution": "Node"
}
},
"references": [
{
"path": "../common"
}
]
}
Loading

0 comments on commit 77ceb0a

Please sign in to comment.