mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-07 00:00:16 +02:00
fix: export init as value type in index.d.ts
- bump version to 0.6.6
This commit is contained in:
Generated
+1
-1
@@ -57,7 +57,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "blake3-wasm-rs"
|
||||
version = "0.6.5"
|
||||
version = "0.6.6"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"hex",
|
||||
|
||||
+1
-1
@@ -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 <[email protected]>"]
|
||||
|
||||
Vendored
+1
-1
@@ -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';
|
||||
export { default } from './web/blake3_wasm_rs';
|
||||
|
||||
Reference in New Issue
Block a user