@alwatr/crypto
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.2.1](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.2.0...@alwatr/crypto@1.2.1) (2023-11-23) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
# [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.1.12...@alwatr/crypto@1.2.0) (2023-11-14) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", | ||
@@ -43,11 +43,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.2.0", | ||
"@alwatr/math": "^1.2.0", | ||
"@alwatr/util": "^1.3.0", | ||
"@alwatr/logger": "^2.3.0", | ||
"@alwatr/math": "^1.2.1", | ||
"@alwatr/util": "^1.3.1", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0" | ||
"@types/node": "^20.9.4" | ||
}, | ||
"gitHead": "c9c6d5abf5e2aeafa915fde58c73e030ac00db27" | ||
"gitHead": "0f5a2f89263e9bf03a7f5087b0715ea1fc059674" | ||
} |
Sorry, the diff of this file is not supported yet
40576
Updated@alwatr/logger@^2.3.0
Updated@alwatr/math@^1.2.1
Updated@alwatr/util@^1.3.1