@alwatr/crypto
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.10](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.9...@alwatr/crypto@1.1.10) (2023-10-23) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
## [1.1.9](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.8...@alwatr/crypto@1.1.9) (2023-10-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", | ||
@@ -43,7 +43,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.1.0", | ||
"@alwatr/math": "^1.1.9", | ||
"@alwatr/logger": "^2.1.1", | ||
"@alwatr/math": "^1.1.10", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "ed229dffdbe1c5e0ad7682f0e26806be710be6d3" | ||
"gitHead": "4c9ec1bdea7ca32a0adf33a1c0bc77538c1633d0" | ||
} |
39941
Updated@alwatr/logger@^2.1.1
Updated@alwatr/math@^1.1.10