fix(dependencies/config): Update dependency versions and add local settings for web fetch configuration

This commit is contained in:
2025-08-03 21:21:35 +00:00
parent 8ee57ab806
commit 386fcc92bb
5 changed files with 1633 additions and 479 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 2025-08-03 - 3.2.3 - fix(dependencies/config)
Update dependency versions and add local settings for web fetch configuration
- Bump @git.zone/tstest from ^1.0.81 to ^2.3.2
- Bump @push.rocks/smartenv from ^5.0.5 to ^5.0.13
- Add .claude/settings.local.json to allow WebFetch permissions for www.npmjs.com
## 2025-08-03 - 3.2.1 - docs(readme) ## 2025-08-03 - 3.2.1 - docs(readme)
Enhance readme with comprehensive documentation and modern formatting Enhance readme with comprehensive documentation and modern formatting

View File

@@ -34,11 +34,11 @@
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.70", "@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.81", "@git.zone/tstest": "^2.3.2",
"@types/node": "^20.6.3" "@types/node": "^20.6.3"
}, },
"dependencies": { "dependencies": {
"@push.rocks/smartenv": "^5.0.5", "@push.rocks/smartenv": "^5.0.13",
"@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartjson": "^5.0.10",
"@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartpromise": "^4.0.3",
"@types/through2": "^2.0.39", "@types/through2": "^2.0.39",

2097
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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