Fix for commonJS

This commit is contained in:
Daniel Hougaard
2024-02-14 00:20:05 +01:00
parent b5e64bc8b8
commit 8a39276e04

View File

@@ -18,4 +18,3 @@ export {
decryptSecretVersions
} from "./secret-encryption";
export { generateSrpServerKey, srpCheckClientProof } from "./srp";
export { decodeBase64, encodeBase64 } from "tweetnacl-util";