@alwatr/crypto 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.2](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.1...@alwatr/crypto@3.0.2) (2023-12-11)
7
+
8
+ **Note:** Version bump only for package @alwatr/crypto
9
+
10
+ ## [3.0.1](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@3.0.0...@alwatr/crypto@3.0.1) (2023-12-11)
11
+
12
+ **Note:** Version bump only for package @alwatr/crypto
13
+
6
14
  # [3.0.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/crypto@2.0.0...@alwatr/crypto@3.0.0) (2023-12-09)
7
15
 
8
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/crypto",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "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.",
5
5
  "keywords": [
6
6
  "crypto",
@@ -40,12 +40,12 @@
40
40
  "url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@alwatr/logger": "^2.3.2",
44
- "@alwatr/math": "^1.2.3",
45
- "@alwatr/util": "^1.3.3"
43
+ "@alwatr/logger": "^2.3.3",
44
+ "@alwatr/math": "^1.2.4",
45
+ "@alwatr/util": "^1.3.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20.10.4"
49
49
  },
50
- "gitHead": "932c439c39ad9aa340cf53e0704cece565d68326"
50
+ "gitHead": "7f4b8af06224bea811c74ddb3bac1480ed8a9fed"
51
51
  }