Skip to content

Commit bbb384c

Browse files
committed
fix: Replaced stale reference
1 parent 222d9f1 commit bbb384c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cjs/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
SpecValidationResult,
1515
JsonWebKey,
1616
} from './types';
17-
import { fromString, toString } from 'uint8arrays';
17+
import { fromString, toString } from 'uint8arrays-cjs';
1818
import { bases } from 'multiformats-cjs/basics';
1919
import { base64ToBytes } from 'did-jwt-cjs';
2020
import { generateKeyPair, generateKeyPairFromSeed, KeyPair } from '@stablelib/ed25519-cjs';

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@
126126
"uint8arrays": "^5.1.0",
127127
"uint8arrays-cjs": "npm:uint8arrays@^3.1.1"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)