Skip to content

Commit

Permalink
fix: we imported a ts file from another package in the monorepo inste…
Browse files Browse the repository at this point in the history
…ad of using the module
  • Loading branch information
nklomp committed Feb 4, 2022
1 parent cdbfcab commit 5d647df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { asArray, encodeJoseBlob } from '@veramo/utils'
import suiteContext2020 from 'ed25519-signature-2020-context'
import * as u8a from 'uint8arrays'

import { hexToMultibase } from '../../../ssi-sdk-core/src'
import { hexToMultibase } from '@sphereon/ssi-sdk-core'
import { RequiredAgentMethods, SphereonLdSignature } from '../ld-suites'

export class SphereonEd25519Signature2020 extends SphereonLdSignature {
Expand Down

0 comments on commit 5d647df

Please sign in to comment.