This commit is contained in:
Juergen Kunz
2025-06-19 23:43:43 +00:00
parent d2efaccaa7
commit 00fed871fa

View File

@ -1,11 +1,11 @@
{
"name": "@push.rocks/smarthash",
"version": "3.1.0",
"version": "3.2.0",
"private": false,
"description": "Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.",
"exports": {
".": "./dist_ts/index.js",
"./web":"./dist_ts_web/index.js"
"./web": "./dist_ts_web/index.js"
},
"scripts": {
"test": "(tstest test/ --web)",