## v0.10.1 / 2023-08-31

### Added
- Disable webpack polyfill.
This commit is contained in:
Yi-Cyuan Chen
2023-08-31 09:44:37 +08:00
parent f490ee426a
commit c31830ad54
7 changed files with 14 additions and 6 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha256",
"version": "0.10.0",
"version": "0.10.1",
"description": "A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha256.js",
"devDependencies": {
@@ -40,5 +40,9 @@
"exclude": [
"tests"
]
},
"browser": {
"crypto": false,
"buffer": false
}
}