Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
b6f6f16a45 | |||
4d78dba680 | |||
ab7fb5f9e8 | |||
386fcc92bb | |||
8ee57ab806 | |||
d0715610ec |
16
changelog.md
16
changelog.md
@@ -1,5 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-09-12 - 3.2.4 - fix(deps)
|
||||||
|
Bump devDependencies, update smartjson and add workspace/CI settings
|
||||||
|
|
||||||
|
- Bump @git.zone/tsbuild from ^2.1.70 to ^2.6.8
|
||||||
|
- Bump @git.zone/tstest from ^2.3.2 to ^2.3.8
|
||||||
|
- Bump @push.rocks/smartjson from ^5.0.10 to ^5.2.0
|
||||||
|
- Add pnpm-workspace.yaml with onlyBuiltDependencies: esbuild, mongodb-memory-server, puppeteer
|
||||||
|
- Add .claude/settings.local.json to allow WebFetch access to www.npmjs.com
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smarthash",
|
"name": "@push.rocks/smarthash",
|
||||||
"version": "3.2.1",
|
"version": "3.2.4",
|
||||||
"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": {
|
||||||
@@ -32,14 +32,14 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.70",
|
"@git.zone/tsbuild": "^2.6.8",
|
||||||
"@git.zone/tsrun": "^1.2.46",
|
"@git.zone/tsrun": "^1.2.46",
|
||||||
"@git.zone/tstest": "^1.0.81",
|
"@git.zone/tstest": "^2.3.8",
|
||||||
"@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.2.0",
|
||||||
"@push.rocks/smartpromise": "^4.0.3",
|
"@push.rocks/smartpromise": "^4.0.3",
|
||||||
"@types/through2": "^2.0.39",
|
"@types/through2": "^2.0.39",
|
||||||
"through2": "^4.0.2"
|
"through2": "^4.0.2"
|
||||||
|
5026
pnpm-lock.yaml
generated
5026
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
onlyBuiltDependencies:
|
||||||
|
- esbuild
|
||||||
|
- mongodb-memory-server
|
||||||
|
- puppeteer
|
@@ -157,10 +157,6 @@ pnpm buildDocs
|
|||||||
- 🌍 **Cross-Environment**: Produces identical hashes across Node.js and browsers
|
- 🌍 **Cross-Environment**: Produces identical hashes across Node.js and browsers
|
||||||
- 🔒 **Web Crypto**: Uses native browser APIs when available for maximum performance
|
- 🔒 **Web Crypto**: Uses native browser APIs when available for maximum performance
|
||||||
|
|
||||||
## 🤝 Contributing
|
|
||||||
|
|
||||||
We welcome contributions! This project follows modern TypeScript practices and includes comprehensive tests for both environments.
|
|
||||||
|
|
||||||
## License and Legal Information
|
## License and Legal Information
|
||||||
|
|
||||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||||
|
@@ -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.4',
|
||||||
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.0',
|
version: '3.2.4',
|
||||||
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