From 31ddd906c00de9c1663ff57642abde1bc6ad9ece Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 12 Sep 2025 21:52:23 +0000 Subject: [PATCH] fix(ci): Add .claude local settings to permit web fetch to www.npmjs.com --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 11adb58..b7b5753 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # 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) Ensure sha256FromBuffer uses correct ArrayBuffer slice for Uint8Array inputs and add local project config files diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f44c144..439aa67 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { 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.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index f44c144..439aa67 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { 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.' }