Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 26, 2024
1 parent e040608 commit 3b4c0e5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"@noble/hashes": "1.2.0",
"debug": "^4.3.5",
"did-jwt": "6.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.mdl-mdoc": "workspace:*",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"@sphereon/ssi-sdk.sd-jwt": "workspace:*",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres"
},
"dependencies": {
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.25",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdl-mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-next.224",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.25",
Expand Down
4 changes: 0 additions & 4 deletions packages/mdl-mdoc/src/agent/mDLMdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ export class MDLMdoc implements IAgentPlugin {
presentationDefinition as IOid4VPPresentationDefinition
)
const docsAndDescriptors: DocumentDescriptorMatchResult[] = []
console.log("Device key infos from descriptors:")
console.log(JSON.stringify(docsAndDescriptors[0].deviceKeyInfo, null, 2))
console.log("Agent keys:")
console.log(JSON.stringify(await _context.agent.keyManagerListKeys(), null, 2))
var lastError: com.sphereon.crypto.generic.IVerifyResults<com.sphereon.crypto.cose.ICoseKeyCbor> | undefined = undefined
for (const match of allMatches) {
if (match.document) {
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"@sphereon/oid4vci-client": "0.16.1-next.224",
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@sd-jwt/decode": "^0.7.2",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.13",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.14",
"debug": "^4.3.5",
"events": "^3.3.0",
"jwt-decode": "^3.1.2"
Expand Down
28 changes: 14 additions & 14 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 3b4c0e5

Please sign in to comment.