2 Commits

Author SHA1 Message Date
c253233cab 3.2.6 2025-09-12 21:52:23 +00:00
31ddd906c0 fix(ci): Add .claude local settings to permit web fetch to www.npmjs.com 2025-09-12 21:52:23 +00:00
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 2025-09-12 - 3.2.6 - fix(ci)
Add .claude local settings to permit web fetch to www.npmjs.com
- Added .claude/settings.local.json granting WebFetch permission for www.npmjs.com
- Configuration-only change; no runtime or library code modified
## 2025-09-12 - 3.2.5 - fix(ts_web) ## 2025-09-12 - 3.2.5 - fix(ts_web)
Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smarthash", "name": "@push.rocks/smarthash",
"version": "3.2.5", "version": "3.2.6",
"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": {

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smarthash', name: '@push.rocks/smarthash',
version: '3.2.5', version: '3.2.6',
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.'
} }

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smarthash', name: '@push.rocks/smarthash',
version: '3.2.5', version: '3.2.6',
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.'
} }