diff --git a/lib/signing/types.ts b/lib/signing/types.ts index 2961df82..a962e8ed 100644 --- a/lib/signing/types.ts +++ b/lib/signing/types.ts @@ -9,8 +9,8 @@ import { SdJwtDecodedVerifiableCredential, SdJwtVcKbJwtPayload, W3CVerifiablePresentation, + SdJwtVcKbJwtHeader } from '@sphereon/ssi-types'; -import { SdJwtVcKbJwtHeader } from '@sphereon/ssi-types/src/types/sd-jwt-vc'; import { PresentationEvaluationResults } from '../evaluation'; diff --git a/package.json b/package.json index dd0a31de..6c171885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "5.0.0-unstable.0", + "version": "5.0.0-unstable.1", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",