From 8b4f22ec199a2b9fcb297c705edfa4e3dd1be7a8 Mon Sep 17 00:00:00 2001 From: nklomp Date: Tue, 21 Feb 2023 03:01:58 +0100 Subject: [PATCH] update: Update to newer PEX, Resolver and SIOP libs --- packages/did-auth-siop-op-authenticator/package.json | 1 + packages/did-auth-siop-op-authenticator/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/did-auth-siop-op-authenticator/package.json b/packages/did-auth-siop-op-authenticator/package.json index 51937421e..c6753bf00 100644 --- a/packages/did-auth-siop-op-authenticator/package.json +++ b/packages/did-auth-siop-op-authenticator/package.json @@ -17,6 +17,7 @@ "@sphereon/pex": "2.0.0-unstable.6", "@sphereon/ssi-sdk-core": "^0.8.0", "@sphereon/ssi-types": "^0.8.0", + "@sphereon/ssi-sdk-did-utils": "^0.8.0", "@veramo/credential-w3c": "4.2.0", "@veramo/core": "4.2.0", "cross-fetch": "^3.1.5", diff --git a/packages/did-auth-siop-op-authenticator/tsconfig.json b/packages/did-auth-siop-op-authenticator/tsconfig.json index 8690ecd3c..798154499 100644 --- a/packages/did-auth-siop-op-authenticator/tsconfig.json +++ b/packages/did-auth-siop-op-authenticator/tsconfig.json @@ -5,5 +5,5 @@ "outDir": "dist", "declarationDir": "dist" }, - "references": [{ "path": "../ssi-types" }, { "path": "../ssi-sdk-core" }] + "references": [{ "path": "../ssi-types" }, { "path": "../ssi-sdk-core" }, { "path": "../did-utils" }] }