Skip to content

Commit

Permalink
fix: Replaced stale reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Feb 13, 2025
1 parent 222d9f1 commit bbb384c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cjs/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
SpecValidationResult,
JsonWebKey,
} from './types';
import { fromString, toString } from 'uint8arrays';
import { fromString, toString } from 'uint8arrays-cjs';
import { bases } from 'multiformats-cjs/basics';
import { base64ToBytes } from 'did-jwt-cjs';
import { generateKeyPair, generateKeyPairFromSeed, KeyPair } from '@stablelib/ed25519-cjs';
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
"uint8arrays": "^5.1.0",
"uint8arrays-cjs": "npm:uint8arrays@^3.1.1"
}
}
}

0 comments on commit bbb384c

Please sign in to comment.