@alwatr/crypto
Advanced tools
Comparing version 4.3.0 to 4.4.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) | ||
### Dependencies update | ||
* update ([8917c2e](https://github.com/Alwatr/nanotron/commit/8917c2e637781fe219c5031f414de3dea82cf371)) by @ | ||
## [4.3.0](https://github.com/Alwatr/nanotron/compare/v4.2.2...v4.3.0) (2024-10-11) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "4.3.0", | ||
"version": "4.4.1", | ||
"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.", | ||
@@ -69,6 +69,6 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/nanolib": "^1.2.0" | ||
"@alwatr/nanolib": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.1", | ||
"@alwatr/nano-build": "^2.0.2", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
@@ -81,3 +81,3 @@ "@alwatr/tsconfig-base": "^1.3.2", | ||
}, | ||
"gitHead": "5dd04b482d18bc8160ead9003f1d518512a62a8e" | ||
"gitHead": "2dedfab4aaaba05891ae12a8e81b6cbdf8fde8be" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
122407
Updated@alwatr/nanolib@^1.3.0