@prosopo/detector 3.0.3 → 3.3.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 +177 -0
- package/dist/cjs/index.cjs +3043 -0
- package/dist/index.js +3044 -15
- package/package.json +8 -11
- package/vite.cjs.config.ts +1 -0
- package/vite.esm.config.ts +5 -1
- package/dist/index.d.ts +0 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,182 @@
|
|
|
1
1
|
# @prosopo/detector
|
|
2
2
|
|
|
3
|
+
## 3.3.5
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 04d0f1a: weighted random provider selection
|
|
7
|
+
- Updated dependencies [1e3a838]
|
|
8
|
+
- @prosopo/config@3.1.20
|
|
9
|
+
- @prosopo/types@3.5.3
|
|
10
|
+
|
|
11
|
+
## 3.3.4
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 5659b24: Release 3.4.4
|
|
15
|
+
- Updated dependencies [5659b24]
|
|
16
|
+
- @prosopo/types@3.5.2
|
|
17
|
+
- @prosopo/config@3.1.19
|
|
18
|
+
|
|
19
|
+
## 3.3.3
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 52cd544: Integrity checks
|
|
23
|
+
- b8cc590: New injection methods
|
|
24
|
+
- 50c4120: Release 3.4.3
|
|
25
|
+
- Updated dependencies [52cd544]
|
|
26
|
+
- Updated dependencies [b117ba3]
|
|
27
|
+
- Updated dependencies [50c4120]
|
|
28
|
+
- @prosopo/types@3.5.1
|
|
29
|
+
- @prosopo/config@3.1.18
|
|
30
|
+
|
|
31
|
+
## 3.3.2
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 618703f: Release 3.4.2
|
|
35
|
+
- Updated dependencies [618703f]
|
|
36
|
+
- Updated dependencies [e20ad6b]
|
|
37
|
+
- @prosopo/types@3.5.0
|
|
38
|
+
- @prosopo/config@3.1.17
|
|
39
|
+
|
|
40
|
+
## 3.3.1
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 11303d9: Release 3.4.0
|
|
44
|
+
- 18cb28b: Release 3.4.1
|
|
45
|
+
- 11303d9: feat/pluggable-redis
|
|
46
|
+
- Updated dependencies [11303d9]
|
|
47
|
+
- Updated dependencies [18cb28b]
|
|
48
|
+
- Updated dependencies [11303d9]
|
|
49
|
+
- @prosopo/types@3.4.1
|
|
50
|
+
- @prosopo/config@3.1.16
|
|
51
|
+
|
|
52
|
+
## 3.3.0
|
|
53
|
+
### Minor Changes
|
|
54
|
+
|
|
55
|
+
- 6768f14: Update salt
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- f3f7aec: Release 3.4.0
|
|
60
|
+
- Updated dependencies [f3f7aec]
|
|
61
|
+
- Updated dependencies [6768f14]
|
|
62
|
+
- @prosopo/types@3.4.0
|
|
63
|
+
- @prosopo/config@3.1.15
|
|
64
|
+
|
|
65
|
+
## 3.2.0
|
|
66
|
+
### Minor Changes
|
|
67
|
+
|
|
68
|
+
- 97edf3f: Adding dom manip checks
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- Release 3.3.1
|
|
73
|
+
- 0824221: Release 3.2.4
|
|
74
|
+
- 72810f4: Fix TypeScript type checking by reordering project references and updating typecheck commands
|
|
75
|
+
- Updated dependencies [97edf3f]
|
|
76
|
+
- Updated dependencies
|
|
77
|
+
- Updated dependencies [0824221]
|
|
78
|
+
- @prosopo/types@3.3.0
|
|
79
|
+
- @prosopo/config@3.1.14
|
|
80
|
+
|
|
81
|
+
## 3.1.6
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- 5137f01: Update pow record at verify
|
|
85
|
+
- 0555cd8: Fix type
|
|
86
|
+
- 008d112: Release 3.3.0
|
|
87
|
+
- Updated dependencies [509be28]
|
|
88
|
+
- Updated dependencies [008d112]
|
|
89
|
+
- @prosopo/types@3.2.1
|
|
90
|
+
- @prosopo/config@3.1.13
|
|
91
|
+
|
|
92
|
+
## 3.1.5
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 0824221: Release 3.2.4
|
|
96
|
+
- 72810f4: Fix TypeScript type checking by reordering project references and updating typecheck commands
|
|
97
|
+
- Updated dependencies [cf48565]
|
|
98
|
+
- Updated dependencies [0824221]
|
|
99
|
+
- @prosopo/types@3.2.0
|
|
100
|
+
- @prosopo/config@3.1.12
|
|
101
|
+
|
|
102
|
+
## 3.1.4
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- 1a23649: Release 3.2.3
|
|
106
|
+
- Updated dependencies [0d1a33e]
|
|
107
|
+
- Updated dependencies [0d1a33e]
|
|
108
|
+
- Updated dependencies [1a23649]
|
|
109
|
+
- @prosopo/types@3.1.4
|
|
110
|
+
- @prosopo/config@3.1.11
|
|
111
|
+
|
|
112
|
+
## 3.1.3
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- 657a827: Release 3.2.2
|
|
116
|
+
- Updated dependencies [657a827]
|
|
117
|
+
- @prosopo/types@3.1.3
|
|
118
|
+
- @prosopo/config@3.1.10
|
|
119
|
+
|
|
120
|
+
## 3.1.2
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- 4440947: fix type-only tsc compilation
|
|
124
|
+
- 7bdaca6: Release 3.2.1
|
|
125
|
+
- Updated dependencies [4440947]
|
|
126
|
+
- Updated dependencies [7bdaca6]
|
|
127
|
+
- Updated dependencies [809b984]
|
|
128
|
+
- Updated dependencies [1249ce0]
|
|
129
|
+
- Updated dependencies [809b984]
|
|
130
|
+
- @prosopo/types@3.1.2
|
|
131
|
+
- @prosopo/config@3.1.9
|
|
132
|
+
|
|
133
|
+
## 3.1.1
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- 1f980c4: Fix types mismatch in decryption
|
|
137
|
+
- 6fe8570: Release 3.2.0
|
|
138
|
+
- Updated dependencies [1f980c4]
|
|
139
|
+
- Updated dependencies [6fe8570]
|
|
140
|
+
- @prosopo/types@3.1.1
|
|
141
|
+
- @prosopo/config@3.1.8
|
|
142
|
+
|
|
143
|
+
## 3.1.0
|
|
144
|
+
### Minor Changes
|
|
145
|
+
|
|
146
|
+
- 8bdc7f0: Using detector to select provider
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- f304be9: Release 3.1.13
|
|
151
|
+
- Updated dependencies [f304be9]
|
|
152
|
+
- Updated dependencies [8bdc7f0]
|
|
153
|
+
- @prosopo/types@3.1.0
|
|
154
|
+
- @prosopo/config@3.1.7
|
|
155
|
+
|
|
156
|
+
## 3.0.7
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- Updated dependencies [9eed772]
|
|
160
|
+
- @prosopo/config@3.1.6
|
|
161
|
+
|
|
162
|
+
## 3.0.6
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- 6960643: lint detect missing and unneccessary imports
|
|
166
|
+
|
|
167
|
+
## 3.0.5
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- Updated dependencies [30e7d4d]
|
|
171
|
+
- @prosopo/config@3.1.5
|
|
172
|
+
|
|
173
|
+
## 3.0.4
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies [44ffda2]
|
|
177
|
+
- Updated dependencies [a49b538]
|
|
178
|
+
- @prosopo/config@3.1.4
|
|
179
|
+
|
|
3
180
|
## 3.0.3
|
|
4
181
|
### Patch Changes
|
|
5
182
|
|