Skip to content

Commit

Permalink
chore: removed /src import
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 18, 2024
1 parent ce95ed3 commit 4936ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/signing/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4936ccf

Please sign in to comment.