@alwatr/crypto
Advanced tools
Comparing version 1.1.12 to 1.2.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.1.12...@alwatr/crypto@1.2.0) (2023-11-14) | ||
### Features | ||
* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD | ||
## [1.1.12](https://github.com/Alwatr/eslib/compare/@alwatr/crypto@1.1.11...@alwatr/crypto@1.1.12) (2023-11-08) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "1.1.12", | ||
"version": "1.2.0", | ||
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.", | ||
@@ -43,7 +43,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.1.3", | ||
"@alwatr/math": "^1.1.12", | ||
"@alwatr/logger": "^2.2.0", | ||
"@alwatr/math": "^1.2.0", | ||
"@alwatr/util": "^1.3.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "dc6207512b0fbae5ffad73e77a0e076c1523e4b1" | ||
"devDependencies": { | ||
"@types/node": "^20.9.0" | ||
}, | ||
"gitHead": "c9c6d5abf5e2aeafa915fde58c73e030ac00db27" | ||
} |
40370
4
1
+ Added@alwatr/util@^1.3.0
+ Added@alwatr/type@1.2.4(transitive)
+ Added@alwatr/util@1.4.1(transitive)
Updated@alwatr/logger@^2.2.0
Updated@alwatr/math@^1.2.0