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

View File

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