Skip to content

Commit

Permalink
chore: list mso_mdoc as type and use new ssi-types version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 13, 2024
1 parent 443370e commit bd2d6fa
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/validation/bundlers/presentationSubmissionVB.ts
Original file line number Diff line number Diff line change
@@ -110,6 +110,7 @@ export class PresentationSubmissionVB extends ValidationBundler<PresentationSubm
'di_vc',
'di_vp',
'vc+sd-jwt',
'mso_mdoc',
];

for (let i = 0; i < descriptor_map.length; i++) {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"@sd-jwt/present": "^0.6.1",
"@sd-jwt/types": "^0.6.1",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-types": "0.29.1-unstable.200",
"@sphereon/ssi-types": "0.29.1-unstable.237",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"jwt-decode": "^3.1.2",

0 comments on commit bd2d6fa

Please sign in to comment.