@alwatr/crypto 1.1.3 → 1.1.5
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.
- package/CHANGELOG.md +51 -41
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,25 @@
|
|
|
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
|
+
## [1.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.4...@alwatr/crypto@1.1.5) (2023-09-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD
|
|
11
|
+
|
|
12
|
+
## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.3...@alwatr/crypto@1.1.4) (2023-09-19)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @alwatr/crypto
|
|
15
|
+
|
|
6
16
|
## 1.1.3 (2023-09-19)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @alwatr/crypto
|
|
9
19
|
|
|
10
|
-
## [1.1.2](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.1...@alwatr/crypto@1.1.2) (2023-09-12)
|
|
20
|
+
## [1.1.2](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.1...@alwatr/crypto@1.1.2) (2023-09-12)
|
|
11
21
|
|
|
12
22
|
**Note:** Version bump only for package @alwatr/crypto
|
|
13
23
|
|
|
14
|
-
## [1.1.1](https://github.com/AliMD/alwatr/compare/@alwatr/crypto@1.1.0...@alwatr/crypto@1.1.1) (2023-09-12)
|
|
24
|
+
## [1.1.1](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/crypto@1.1.0...@alwatr/crypto@1.1.1) (2023-09-12)
|
|
15
25
|
|
|
16
26
|
**Note:** Version bump only for package @alwatr/crypto
|
|
17
27
|
|
|
@@ -23,137 +33,137 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
23
33
|
|
|
24
34
|
### Features
|
|
25
35
|
|
|
26
|
-
- **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650))
|
|
36
|
+
- **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr-eslib/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650))
|
|
27
37
|
|
|
28
38
|
### Performance Improvements
|
|
29
39
|
|
|
30
|
-
- **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd))
|
|
40
|
+
- **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr-eslib/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd))
|
|
31
41
|
|
|
32
42
|
# 0.31.0 (2023-05-08)
|
|
33
43
|
|
|
34
44
|
### Bug Fixes
|
|
35
45
|
|
|
36
|
-
- **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2))
|
|
46
|
+
- **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr-eslib/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2))
|
|
37
47
|
|
|
38
48
|
### Features
|
|
39
49
|
|
|
40
|
-
- **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad))
|
|
50
|
+
- **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr-eslib/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad))
|
|
41
51
|
|
|
42
|
-
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14)
|
|
52
|
+
# [1.0.0](https://github.com/AliMD/alwatr-eslib/compare/v0.32.0...v1.0.0) (2023-06-14)
|
|
43
53
|
|
|
44
54
|
**Note:** Version bump only for package @alwatr/crypto
|
|
45
55
|
|
|
46
|
-
# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27)
|
|
56
|
+
# [0.32.0](https://github.com/AliMD/alwatr-eslib/compare/v0.31.0...v0.32.0) (2023-05-27)
|
|
47
57
|
|
|
48
58
|
### Features
|
|
49
59
|
|
|
50
|
-
- **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650))
|
|
60
|
+
- **crypto:** add some pre config ([4b960c5](https://github.com/AliMD/alwatr-eslib/commit/4b960c5cb3f7495c0689adcb65c62a1032ae2650))
|
|
51
61
|
|
|
52
62
|
### Performance Improvements
|
|
53
63
|
|
|
54
|
-
- **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd))
|
|
64
|
+
- **crypto/hash:** enhance crc generator ([ba8c4bc](https://github.com/AliMD/alwatr-eslib/commit/ba8c4bcf8f9ec9767b0bd3b6c3fd5c4f503a84dd))
|
|
55
65
|
|
|
56
|
-
# [0.31.0](https://github.com/AliMD/alwatr/compare/v0.30.0...v0.31.0) (2023-05-08)
|
|
66
|
+
# [0.31.0](https://github.com/AliMD/alwatr-eslib/compare/v0.30.0...v0.31.0) (2023-05-08)
|
|
57
67
|
|
|
58
68
|
### Bug Fixes
|
|
59
69
|
|
|
60
|
-
- **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2))
|
|
70
|
+
- **crypto:** package ([866c5f4](https://github.com/AliMD/alwatr-eslib/commit/866c5f490ea2eaa75bf177f35b3f4711931e13d2))
|
|
61
71
|
|
|
62
72
|
### Features
|
|
63
73
|
|
|
64
|
-
- **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad))
|
|
74
|
+
- **crypto:** make prefix for userId ([5baa00a](https://github.com/AliMD/alwatr-eslib/commit/5baa00aafb16a4c6ed1d77913edddd090f732dad))
|
|
65
75
|
|
|
66
|
-
# [0.30.0](https://github.com/AliMD/alwatr/compare/v0.29.0...v0.30.0) (2023-03-06)
|
|
76
|
+
# [0.30.0](https://github.com/AliMD/alwatr-eslib/compare/v0.29.0...v0.30.0) (2023-03-06)
|
|
67
77
|
|
|
68
78
|
**Note:** Version bump only for package @alwatr/crypto
|
|
69
79
|
|
|
70
|
-
# [0.29.0](https://github.com/AliMD/alwatr/compare/v0.28.0...v0.29.0) (2023-02-10)
|
|
80
|
+
# [0.29.0](https://github.com/AliMD/alwatr-eslib/compare/v0.28.0...v0.29.0) (2023-02-10)
|
|
71
81
|
|
|
72
82
|
**Note:** Version bump only for package @alwatr/crypto
|
|
73
83
|
|
|
74
|
-
# [0.28.0](https://github.com/AliMD/alwatr/compare/v0.27.0...v0.28.0) (2023-01-20)
|
|
84
|
+
# [0.28.0](https://github.com/AliMD/alwatr-eslib/compare/v0.27.0...v0.28.0) (2023-01-20)
|
|
75
85
|
|
|
76
86
|
### Bug Fixes
|
|
77
87
|
|
|
78
|
-
- **token:** types ([a7da60e](https://github.com/AliMD/alwatr/commit/a7da60e720ac83b8d2d2ed5c0b811dea1952a2b9))
|
|
88
|
+
- **token:** types ([a7da60e](https://github.com/AliMD/alwatr-eslib/commit/a7da60e720ac83b8d2d2ed5c0b811dea1952a2b9))
|
|
79
89
|
|
|
80
90
|
### Features
|
|
81
91
|
|
|
82
|
-
- **token:** generate and verify token without expiration time ([6db78f0](https://github.com/AliMD/alwatr/commit/6db78f0644e076c3401a263173d7139838bbbf0c))
|
|
83
|
-
- **type:** define math types ([8c19f40](https://github.com/AliMD/alwatr/commit/8c19f4058d4361b7d3f4f714595e34cb6fa21109))
|
|
92
|
+
- **token:** generate and verify token without expiration time ([6db78f0](https://github.com/AliMD/alwatr-eslib/commit/6db78f0644e076c3401a263173d7139838bbbf0c))
|
|
93
|
+
- **type:** define math types ([8c19f40](https://github.com/AliMD/alwatr-eslib/commit/8c19f4058d4361b7d3f4f714595e34cb6fa21109))
|
|
84
94
|
|
|
85
|
-
# [0.27.0](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.27.0) (2022-12-29)
|
|
95
|
+
# [0.27.0](https://github.com/AliMD/alwatr-eslib/compare/v0.26.0...v0.27.0) (2022-12-29)
|
|
86
96
|
|
|
87
97
|
**Note:** Version bump only for package @alwatr/crypto
|
|
88
98
|
|
|
89
|
-
# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22)
|
|
99
|
+
# [0.26.0](https://github.com/AliMD/alwatr-eslib/compare/v0.25.0...v0.26.0) (2022-12-22)
|
|
90
100
|
|
|
91
101
|
### Bug Fixes
|
|
92
102
|
|
|
93
|
-
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
94
|
-
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
103
|
+
- set correct path ([d01ce6f](https://github.com/AliMD/alwatr-eslib/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
|
|
104
|
+
- tsconfig ([e96dcd3](https://github.com/AliMD/alwatr-eslib/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
|
|
95
105
|
|
|
96
|
-
# [0.25.0](https://github.com/AliMD/alwatr/compare/v0.24.1...v0.25.0) (2022-12-07)
|
|
106
|
+
# [0.25.0](https://github.com/AliMD/alwatr-eslib/compare/v0.24.1...v0.25.0) (2022-12-07)
|
|
97
107
|
|
|
98
108
|
**Note:** Version bump only for package @alwatr/crypto
|
|
99
109
|
|
|
100
|
-
## [0.24.1](https://github.com/AliMD/alwatr/compare/v0.24.0...v0.24.1) (2022-12-01)
|
|
110
|
+
## [0.24.1](https://github.com/AliMD/alwatr-eslib/compare/v0.24.0...v0.24.1) (2022-12-01)
|
|
101
111
|
|
|
102
112
|
**Note:** Version bump only for package @alwatr/crypto
|
|
103
113
|
|
|
104
|
-
# [0.24.0](https://github.com/AliMD/alwatr/compare/v0.23.0...v0.24.0) (2022-11-28)
|
|
114
|
+
# [0.24.0](https://github.com/AliMD/alwatr-eslib/compare/v0.23.0...v0.24.0) (2022-11-28)
|
|
105
115
|
|
|
106
116
|
### Bug Fixes
|
|
107
117
|
|
|
108
|
-
- use ~ for package version ([4e027ff](https://github.com/AliMD/alwatr/commit/4e027ff63875e03b088ebcdc1bdf2495f4494eec))
|
|
118
|
+
- use ~ for package version ([4e027ff](https://github.com/AliMD/alwatr-eslib/commit/4e027ff63875e03b088ebcdc1bdf2495f4494eec))
|
|
109
119
|
|
|
110
|
-
# [0.23.0](https://github.com/AliMD/alwatr/compare/v0.22.1...v0.23.0) (2022-11-23)
|
|
120
|
+
# [0.23.0](https://github.com/AliMD/alwatr-eslib/compare/v0.22.1...v0.23.0) (2022-11-23)
|
|
111
121
|
|
|
112
122
|
**Note:** Version bump only for package @alwatr/crypto
|
|
113
123
|
|
|
114
|
-
## [0.22.1](https://github.com/AliMD/alwatr/compare/v0.22.0...v0.22.1) (2022-11-21)
|
|
124
|
+
## [0.22.1](https://github.com/AliMD/alwatr-eslib/compare/v0.22.0...v0.22.1) (2022-11-21)
|
|
115
125
|
|
|
116
126
|
**Note:** Version bump only for package @alwatr/crypto
|
|
117
127
|
|
|
118
|
-
# [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20)
|
|
128
|
+
# [0.22.0](https://github.com/AliMD/alwatr-eslib/compare/v0.21.0...v0.22.0) (2022-11-20)
|
|
119
129
|
|
|
120
130
|
**Note:** Version bump only for package @alwatr/crypto
|
|
121
131
|
|
|
122
|
-
# [0.21.0](https://github.com/AliMD/alwatr/compare/v0.20.0...v0.21.0) (2022-11-13)
|
|
132
|
+
# [0.21.0](https://github.com/AliMD/alwatr-eslib/compare/v0.20.0...v0.21.0) (2022-11-13)
|
|
123
133
|
|
|
124
134
|
**Note:** Version bump only for package @alwatr/crypto
|
|
125
135
|
|
|
126
|
-
# [0.20.0](https://github.com/AliMD/alwatr/compare/v0.19.0...v0.20.0) (2022-11-05)
|
|
136
|
+
# [0.20.0](https://github.com/AliMD/alwatr-eslib/compare/v0.19.0...v0.20.0) (2022-11-05)
|
|
127
137
|
|
|
128
138
|
**Note:** Version bump only for package @alwatr/crypto
|
|
129
139
|
|
|
130
|
-
# [0.19.0](https://github.com/AliMD/alwatr/compare/v0.18.0...v0.19.0) (2022-11-01)
|
|
140
|
+
# [0.19.0](https://github.com/AliMD/alwatr-eslib/compare/v0.18.0...v0.19.0) (2022-11-01)
|
|
131
141
|
|
|
132
142
|
**Note:** Version bump only for package @alwatr/crypto
|
|
133
143
|
|
|
134
|
-
# [0.18.0](https://github.com/AliMD/alwatr/compare/v0.17.0...v0.18.0) (2022-10-22)
|
|
144
|
+
# [0.18.0](https://github.com/AliMD/alwatr-eslib/compare/v0.17.0...v0.18.0) (2022-10-22)
|
|
135
145
|
|
|
136
146
|
**Note:** Version bump only for package @alwatr/crypto
|
|
137
147
|
|
|
138
|
-
# [0.17.0](https://github.com/AliMD/alwatr/compare/v0.16.1...v0.17.0) (2022-10-21)
|
|
148
|
+
# [0.17.0](https://github.com/AliMD/alwatr-eslib/compare/v0.16.1...v0.17.0) (2022-10-21)
|
|
139
149
|
|
|
140
150
|
**Note:** Version bump only for package @alwatr/crypto
|
|
141
151
|
|
|
142
|
-
# [0.16.0](https://github.com/AliMD/alwatr/compare/v0.15.0...v0.16.0) (2022-09-08)
|
|
152
|
+
# [0.16.0](https://github.com/AliMD/alwatr-eslib/compare/v0.15.0...v0.16.0) (2022-09-08)
|
|
143
153
|
|
|
144
154
|
**Note:** Version bump only for package @alwatr/crypto
|
|
145
155
|
|
|
146
|
-
# [0.15.0](https://github.com/AliMD/alwatr/compare/v0.14.0...v0.15.0) (2022-09-01)
|
|
156
|
+
# [0.15.0](https://github.com/AliMD/alwatr-eslib/compare/v0.14.0...v0.15.0) (2022-09-01)
|
|
147
157
|
|
|
148
158
|
**Note:** Version bump only for package @alwatr/crypto
|
|
149
159
|
|
|
150
|
-
# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19)
|
|
160
|
+
# [0.14.0](https://github.com/AliMD/alwatr-eslib/compare/v0.13.0...v0.14.0) (2022-08-19)
|
|
151
161
|
|
|
152
162
|
**Note:** Version bump only for package @alwatr/crypto
|
|
153
163
|
|
|
154
|
-
# [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06)
|
|
164
|
+
# [0.13.0](https://github.com/AliMD/alwatr-eslib/compare/v0.12.0...v0.13.0) (2022-08-06)
|
|
155
165
|
|
|
156
166
|
### Features
|
|
157
167
|
|
|
158
|
-
- **token:** generate and verify HOTP tpkens ([d0372f8](https://github.com/AliMD/alwatr/commit/d0372f805a45d6fd6571b50821529068cec7d424))
|
|
159
|
-
- **token:** new package files ([fe620e0](https://github.com/AliMD/alwatr/commit/fe620e0d9f84c4e6d8e0eed47d6b398e218429ad))
|
|
168
|
+
- **token:** generate and verify HOTP tpkens ([d0372f8](https://github.com/AliMD/alwatr-eslib/commit/d0372f805a45d6fd6571b50821529068cec7d424))
|
|
169
|
+
- **token:** new package files ([fe620e0](https://github.com/AliMD/alwatr-eslib/commit/fe620e0d9f84c4e6d8e0eed47d6b398e218429ad))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/crypto",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) and crypto utils written in tiny TypeScript module.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"crypto",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/AliMD/alwatr",
|
|
36
|
-
"directory": "
|
|
35
|
+
"url": "https://github.com/AliMD/alwatr-eslib",
|
|
36
|
+
"directory": "packages/crypto"
|
|
37
37
|
},
|
|
38
|
-
"homepage": "https://github.com/AliMD/alwatr/tree/
|
|
38
|
+
"homepage": "https://github.com/AliMD/alwatr-eslib/tree/next/packages/crypto#readme",
|
|
39
39
|
"bugs": {
|
|
40
|
-
"url": "https://github.com/AliMD/alwatr/issues"
|
|
40
|
+
"url": "https://github.com/AliMD/alwatr-eslib/issues"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@alwatr/logger": "^1.1.
|
|
44
|
-
"@alwatr/math": "^1.1.
|
|
43
|
+
"@alwatr/logger": "^1.1.5",
|
|
44
|
+
"@alwatr/math": "^1.1.5",
|
|
45
45
|
"tslib": "^2.6.2"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "f223974f90666c18eab94dfefcc6b01d7c9e8f63"
|
|
48
48
|
}
|