diff --git a/Cargo.lock b/Cargo.lock index 9ab4bc9..1c9d839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "blake3-wasm-rs" -version = "0.6.5" +version = "0.6.6" dependencies = [ "blake3", "hex", diff --git a/Cargo.toml b/Cargo.toml index ab4e58b..cf6c4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake3-wasm-rs" -version = "0.6.5" +version = "0.6.6" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Thomas "] diff --git a/scripts/tpl/index.d.ts b/scripts/tpl/index.d.ts index 481d375..e79d8e1 100644 --- a/scripts/tpl/index.d.ts +++ b/scripts/tpl/index.d.ts @@ -3,4 +3,4 @@ // @ts-nocheck export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs'; -export type { default } from './web/blake3_wasm_rs.d.ts'; \ No newline at end of file +export { default } from './web/blake3_wasm_rs';