@alwatr/crypto
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -19,3 +19,3 @@ import { AlwatrHashGenerator } from './hash.js'; | ||
...userTokenGeneratorRecommendedConfig, | ||
...config | ||
...config, | ||
}), | ||
@@ -22,0 +22,0 @@ }; |
@@ -6,2 +6,6 @@ # Change Log | ||
## [3.0.3](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.2...@alwatr/crypto@3.0.3) (2023-12-19) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
## [3.0.2](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.1...@alwatr/crypto@3.0.2) (2023-12-11) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"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,10 +43,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^2.3.3", | ||
"@alwatr/math": "^1.2.4", | ||
"@alwatr/util": "^1.3.5" | ||
"@alwatr/logger": "^2.4.0", | ||
"@alwatr/math": "^1.3.0", | ||
"@alwatr/util": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.4" | ||
"@types/node": "^20.10.5" | ||
}, | ||
"gitHead": "7f4b8af06224bea811c74ddb3bac1480ed8a9fed" | ||
"gitHead": "4ed3a3f1528a1e3742990083b60fa55f35850f9e" | ||
} |
Sorry, the diff of this file is not supported yet
59061
Updated@alwatr/logger@^2.4.0
Updated@alwatr/math@^1.3.0
Updated@alwatr/util@^1.4.0