Skip to content

Commit

Permalink
chore: fixed $[0] issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 7, 2024
1 parent 2ea042b commit 355a256
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ describe('presentation exchange manager tests', () => {
expect(result.presentationSubmission.descriptor_map[0]).toStrictEqual({
format: 'ldp_vp',
id: 'Ontario Health Insurance Plan',
path: '$[0]',
path: '$',
path_nested: {
format: 'ldp_vc',
id: 'Ontario Health Insurance Plan',
Expand Down
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astronautlabs/jsonpath": "^1.1.2",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/pex": " 5.0.0-unstable.14",
"@sphereon/pex": "5.0.0-unstable.16",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/ssi-types": "0.30.1",
Expand Down
234 changes: 7 additions & 227 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 355a256

Please sign in to comment.