Skip to content

Commit

Permalink
fix: some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Jul 25, 2024
1 parent 9202667 commit bda030e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
11 changes: 2 additions & 9 deletions packages/siop-oid4vp/lib/__tests__/e2e/mattr.launchpad.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { SigningAlgo } from '@sphereon/oid4vci-common'
import { PresentationSignCallBackParams, PresentationSubmissionLocation } from '@sphereon/pex'
import { W3CVerifiablePresentation } from '@sphereon/ssi-types'
import * as ed25519 from '@transmute/did-key-ed25519'
Expand All @@ -6,15 +7,7 @@ import { DIDDocument, DIDResolutionResult } from 'did-resolver'
import { importJWK, JWK, SignJWT } from 'jose'
import * as u8a from 'uint8arrays'

import {
AuthorizationRequest,
AuthorizationResponse,
OP,
PresentationDefinitionWithLocation,
PresentationExchange,
SigningAlgo,
SupportedVersion,
} from '../..'
import { AuthorizationRequest, AuthorizationResponse, OP, PresentationDefinitionWithLocation, PresentationExchange, SupportedVersion } from '../..'
import { getCreateJwtCallback, getVerifyJwtCallback } from '../DidJwtTestUtils'

export interface InitiateOfferRequest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { PassBy, ResponseType, RevocationVerification, RP, Scope, SigningAlgo, SubjectType, SupportedVersion } from '../..'
import { parseJWT } from '../../helpers/jwtUtils'
import { parseJWT, SigningAlgo } from '@sphereon/oid4vci-common'

import { PassBy, ResponseType, RevocationVerification, RP, Scope, SubjectType, SupportedVersion } from '../..'
import { internalSignature } from '../DidJwtTestUtils'

const EXAMPLE_REDIRECT_URL = 'https://acme.com/hello'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { SigningAlgo } from '@sphereon/oid4vci-common'
import { PresentationSignCallBackParams } from '@sphereon/pex'
import { IProofType } from '@sphereon/ssi-types'
import * as jose from 'jose'
Expand All @@ -20,7 +21,6 @@ import {
ResponseType,
RevocationVerification,
RP,
SigningAlgo,
SupportedVersion,
VPTokenLocation,
} from '../..'
Expand Down

0 comments on commit bda030e

Please sign in to comment.