@alwatr/crypto
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [3.0.4](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.3...@alwatr/crypto@3.0.4) (2023-12-19) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
## [3.0.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.2...@alwatr/crypto@3.0.3) (2023-12-19) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.", | ||
@@ -43,5 +43,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.4.0", | ||
"@alwatr/math": "^1.3.0", | ||
"@alwatr/util": "^1.4.0" | ||
"@alwatr/logger": "^2.4.1", | ||
"@alwatr/math": "^1.3.1", | ||
"@alwatr/util": "^1.4.1" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4ed3a3f1528a1e3742990083b60fa55f35850f9e" | ||
"gitHead": "8df92c67b69527b5474e8741a8633e0e67b5d09a" | ||
} |
59235
Updated@alwatr/logger@^2.4.1
Updated@alwatr/math@^1.3.1
Updated@alwatr/util@^1.4.1