@alwatr/crypto
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.1](https://github.com/AliMD/alwatr/compare/v1.0.0...v1.0.1) (2023-06-21) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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": "^1.0.0", | ||
"@alwatr/math": "^1.0.0", | ||
"@alwatr/logger": "^1.0.1", | ||
"@alwatr/math": "^1.0.1", | ||
"tslib": "^2.5.3" | ||
}, | ||
"gitHead": "bfeaaac8fb74b666a2ae46d6d3a026c7d0b67bfb" | ||
"gitHead": "10b9734389e27538ba4fa4ac7871ec0354ca9285" | ||
} |
37533
Updated@alwatr/logger@^1.0.1
Updated@alwatr/math@^1.0.1