fix: export init as value type in index.d.ts

- bump version to 0.6.6
This commit is contained in:
2026-06-14 06:52:06 +02:00
parent a841ee1313
commit 59cd38b35b
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -57,7 +57,7 @@ dependencies = [
[[package]] [[package]]
name = "blake3-wasm-rs" name = "blake3-wasm-rs"
version = "0.6.5" version = "0.6.6"
dependencies = [ dependencies = [
"blake3", "blake3",
"hex", "hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "blake3-wasm-rs" name = "blake3-wasm-rs"
version = "0.6.5" version = "0.6.6"
edition = "2024" edition = "2024"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["Thomas <[email protected]>"] authors = ["Thomas <[email protected]>"]
+1 -1
View File
@@ -3,4 +3,4 @@
// @ts-nocheck // @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs'; export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
export type { default } from './web/blake3_wasm_rs.d.ts'; export { default } from './web/blake3_wasm_rs';