fix(build): migrate project metadata to .smartconfig and tighten TypeScript build settings

This commit is contained in:
2026-04-30 07:25:50 +00:00
parent c253233cab
commit 0981989af8
7 changed files with 2197 additions and 2769 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarthash',
version: '3.2.6',
version: '3.2.7',
description: 'Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.'
}