fix(ts_web): Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files

This commit is contained in:
2025-09-12 21:51:15 +00:00
parent b6f6f16a45
commit 6ba69d84b7
6 changed files with 93 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarthash',
version: '3.2.4',
version: '3.2.5',
description: 'Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.'
}