@alwatr/crypto
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,6 @@ # Change Log | ||
## 1.1.3 (2023-09-19) | ||
**Note:** Version bump only for package @alwatr/crypto | ||
## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.1...@alwatr/crypto@1.1.2) (2023-09-12) | ||
@@ -23,7 +27,7 @@ | ||
* **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650)) | ||
- **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650)) | ||
### Performance Improvements | ||
* **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd)) | ||
- **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd)) | ||
@@ -34,7 +38,7 @@ # 0.31.0 (2023-05-08) | ||
* **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2)) | ||
- **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2)) | ||
### Features | ||
* **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad)) | ||
- **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad)) | ||
@@ -41,0 +45,0 @@ # [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) |
{ | ||
"name": "@alwatr/crypto", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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.1.2", | ||
"@alwatr/math": "^1.1.2", | ||
"@alwatr/logger": "^1.1.3", | ||
"@alwatr/math": "^1.1.3", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "16036de8a6d781116e8c463ba41a2cb8cdc34edc" | ||
"gitHead": "e48c6b60a1836901902e523ab1f07019e3cddb76" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38442
Updated@alwatr/logger@^1.1.3
Updated@alwatr/math@^1.1.3