feat(package): Update package.json to use exports field for dual entry points

This commit is contained in:
Juergen Kunz
2025-06-19 23:43:43 +00:00
parent 57e08265dc
commit d2efaccaa7
4 changed files with 12 additions and 4 deletions

View File

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