1 Commits
Author SHA1 Message Date
breakingbread 35dbf0f97e fix: include index.d.ts in published package 2026-04-25 19:28:44 +02:00
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "blake3-wasm-rs"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"blake3",
"hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "blake3-wasm-rs"
version = "0.5.0"
version = "0.5.1"
edition = "2024"
license = "MIT"
authors = ["UneBaguette <[email protected]>"]
+1 -1
View File
@@ -52,7 +52,7 @@ build-all:
import: './bundler/$(CRATE).js',\
default: './web/$(CRATE).js'\
}},\
files: ['bundler/', 'web/', 'node/', 'node-esm/', '$(CRATE)_bg.wasm', 'README.md', 'LICENSE'],\
files: ['bundler/', 'web/', 'node/', 'node-esm/', 'index.js', 'index.d.ts', '$(CRATE)_bg.wasm', 'README.md', 'LICENSE'],\
keywords: ['blake3', 'wasm', 'hash', 'cryptography', 'wasm-bindgen']\
};\
require('fs').writeFileSync('./$(ROOT)/package.json', JSON.stringify(pkg, null, 2) + '\n');"