Skip to content

Commit

Permalink
fix: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoemaas committed Dec 9, 2024
1 parent d2c23db commit 2b871d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 122 deletions.
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@sphereon/oid4vci-common": "link:../../../OID4VC_dcql/packages/oid4vci-common",
"@sphereon/oid4vci-issuer": "link:../../../OID4VC_dcql/packages/issuer",
"@sphereon/oid4vci-issuer-server": "0.16.1-next.224",
"@sphereon/oid4vci-issuer-server": "link:../../../OID4VC_dcql/packages/issuer-rest",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-rp-auth/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function getPresentationVerificationCallback(
return { verified: result.verified }
}

return presentationVerificationCallback
return presentationVerificationCallback as PresentationVerificationCallback
}

export async function createRPBuilder(args: {
Expand Down
122 changes: 2 additions & 120 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 2b871d5

Please sign in to comment.