Skip to content

Commit

Permalink
fix: add missing js extension for json canonicalizer import (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldigjo authored May 15, 2023
1 parent 13294fa commit d6afc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did-provider-ion/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { randomBytes } from '@ethersproject/random'
import * as u8a from 'uint8arrays'
import { generateKeyPair as generateSigningKeyPair } from '@stablelib/ed25519'
import Debug from 'debug'
import { JsonCanonicalizer } from './json-canonicalizer'
import { JsonCanonicalizer } from './json-canonicalizer.js'
import { MemoryPrivateKeyStore } from '@veramo/key-manager'
import { KeyManagementSystem } from '@veramo/kms-local'
import { hash } from '@stablelib/sha256'
Expand Down

0 comments on commit d6afc3f

Please sign in to comment.