@alwatr/crypto
Advanced tools
Comparing version 4.5.0 to 4.5.2
@@ -6,2 +6,9 @@ # Change Log | ||
## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02) | ||
### Dependencies update | ||
* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] | ||
* update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ | ||
## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "4.5.0", | ||
"version": "4.5.2", | ||
"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,14 +69,14 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/nanolib": "^1.4.0" | ||
"@alwatr/nanolib": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.3", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/type-helper": "^2.0.3", | ||
"@types/node": "^22.8.1", | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"@types/node": "^22.8.6", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "935f351bb504b7e09661a30d365363369e4609d8" | ||
"gitHead": "aca37ff16c5e63f539c1e2eaeb0d01197eb179a2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
123520
+ Added@alwatr/async-queue@5.4.0(transitive)
+ Added@alwatr/dedupe@5.4.0(transitive)
+ Added@alwatr/deep-clone@5.4.0(transitive)
+ Added@alwatr/delay@5.4.0(transitive)
+ Added@alwatr/env@5.4.0(transitive)
+ Added@alwatr/exit-hook@5.4.0(transitive)
+ Added@alwatr/fetch@5.4.0(transitive)
+ Added@alwatr/flat-string@5.4.0(transitive)
+ Added@alwatr/flatomise@5.4.0(transitive)
+ Added@alwatr/global-this@5.4.0(transitive)
+ Added@alwatr/http-primer@5.4.0(transitive)
+ Added@alwatr/is-number@5.4.0(transitive)
+ Added@alwatr/local-storage@5.4.0(transitive)
+ Added@alwatr/logger@5.4.0(transitive)
+ Added@alwatr/nanolib@5.4.0(transitive)
+ Added@alwatr/node-fs@5.4.0(transitive)
+ Added@alwatr/package-tracer@5.4.0(transitive)
+ Added@alwatr/parse-duration@5.4.0(transitive)
+ Added@alwatr/platform-info@5.4.0(transitive)
+ Added@alwatr/polyfill-has-own@5.4.0(transitive)
+ Added@alwatr/render-state@5.4.0(transitive)
+ Added@alwatr/resolve-url@5.4.0(transitive)
+ Added@alwatr/unicode-digits@5.4.0(transitive)
- Removed@alwatr/async-queue@1.3.8(transitive)
- Removed@alwatr/dedupe@1.1.8(transitive)
- Removed@alwatr/deep-clone@1.1.8(transitive)
- Removed@alwatr/delay@1.0.8(transitive)
- Removed@alwatr/env@1.0.1(transitive)
- Removed@alwatr/exit-hook@1.1.8(transitive)
- Removed@alwatr/fetch@4.2.1(transitive)
- Removed@alwatr/flat-string@1.1.8(transitive)
- Removed@alwatr/flatomise@1.2.8(transitive)
- Removed@alwatr/global-this@1.0.3(transitive)
- Removed@alwatr/http-primer@1.0.1(transitive)
- Removed@alwatr/is-number@1.1.8(transitive)
- Removed@alwatr/local-storage@1.1.8(transitive)
- Removed@alwatr/logger@4.0.8(transitive)
- Removed@alwatr/nanolib@1.5.1(transitive)
- Removed@alwatr/node-fs@1.1.8(transitive)
- Removed@alwatr/package-tracer@1.0.8(transitive)
- Removed@alwatr/parse-duration@1.1.8(transitive)
- Removed@alwatr/platform-info@1.2.8(transitive)
- Removed@alwatr/polyfill-has-own@1.1.8(transitive)
- Removed@alwatr/render-state@1.0.8(transitive)
- Removed@alwatr/resolve-url@1.0.2(transitive)
- Removed@alwatr/unicode-digits@1.1.3(transitive)
Updated@alwatr/nanolib@^5.0.0