Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c253233cab | |||
31ddd906c0 |
@@ -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
|
||||||
|
|
||||||
|
@@ -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": {
|
||||||
|
@@ -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.'
|
||||||
}
|
}
|
||||||
|
@@ -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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user