@prosopo/detector 3.4.0 → 3.4.37

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/detector@3.4.0 build:cjs
2
+ > @prosopo/detector@3.4.37 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -26,5 +26,5 @@ Build end
26
26
  ✓ 1 modules transformed.
27
27
  Entry module "src/index.js" is using named and default exports together. Consumers of your bundle will have to use `..default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
28
28
  rendering chunks...
29
- dist/cjs/index.cjs 395.94 kB
30
- ✓ built in 713ms
29
+ dist/cjs/index.cjs 666.59 kB
30
+ ✓ built in 1.02s
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/detector@3.4.0 build:tsc
2
+ > @prosopo/detector@3.4.37 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 4:56:46 PM - Projects in this build:
5
+ 10:13:05 AM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -10,17 +10,17 @@
10
10
  * ../types/tsconfig.json
11
11
  * tsconfig.json
12
12
 
13
- 4:56:46 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/dependencies.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
13
+ 10:13:05 AM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/webpack/webpack.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
14
14
 
15
- 4:56:46 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 10:13:05 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/util.ts' is older than output '../locale/tsconfig.tsbuildinfo'
16
16
 
17
- 4:56:46 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/verifyRecency.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 10:13:05 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
18
18
 
19
- 4:56:46 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
19
+ 10:13:05 AM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
20
20
 
21
- 4:56:46 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/procaptcha/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
21
+ 10:13:06 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/procaptcha/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
22
22
 
23
- 4:56:46 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 10:13:06 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 4:56:46 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
25
+ 10:13:06 AM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
26
26
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/detector@3.4.0 build
2
+ > @prosopo/detector@3.4.37 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/detector@3.4.0 build:cross-env
6
+ > @prosopo/detector@3.4.37 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -29,5 +29,5 @@ transforming...
29
29
  Build end
30
30
  ✓ 1 modules transformed.
31
31
  rendering chunks...
32
- dist/index.js 395.81 kB
33
- ✓ built in 789ms
32
+ dist/index.js 666.47 kB
33
+ ✓ built in 1.05s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,243 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.4.37
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [b03dad1]
7
+ - @prosopo/types@4.3.1
8
+
9
+ ## 3.4.36
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [a1d60db]
13
+ - Updated dependencies [2392aaf]
14
+ - @prosopo/types@4.3.0
15
+
16
+ ## 3.4.35
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [6c26669]
20
+ - Updated dependencies [f7f9ec5]
21
+ - @prosopo/types@4.2.1
22
+
23
+ ## 3.4.34
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [20cae63]
27
+ - Updated dependencies [4d9923e]
28
+ - @prosopo/types@4.2.0
29
+
30
+ ## 3.4.33
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [d351362]
34
+ - @prosopo/types@4.1.4
35
+
36
+ ## 3.4.32
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [e2711ae]
40
+ - Updated dependencies [5786629]
41
+ - @prosopo/types@4.1.3
42
+
43
+ ## 3.4.31
44
+ ### Patch Changes
45
+
46
+ - @prosopo/types@4.1.2
47
+
48
+ ## 3.4.30
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [91958da]
52
+ - @prosopo/types@4.1.1
53
+
54
+ ## 3.4.29
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [6a741ce]
58
+ - @prosopo/types@4.1.0
59
+
60
+ ## 3.4.28
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [3c0be68]
64
+ - Updated dependencies [f9ea09d]
65
+ - Updated dependencies [d865319]
66
+ - Updated dependencies [753304b]
67
+ - Updated dependencies [8bb7286]
68
+ - Updated dependencies [f9ea09d]
69
+ - Updated dependencies [4aae4e6]
70
+ - @prosopo/types@4.0.0
71
+
72
+ ## 3.4.27
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [819ed95]
76
+ - @prosopo/types@3.16.1
77
+
78
+ ## 3.4.26
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [f6a4402]
82
+ - Updated dependencies [99dfb44]
83
+ - @prosopo/types@3.16.0
84
+
85
+ ## 3.4.25
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [3e54c0a]
89
+ - @prosopo/types@3.15.0
90
+
91
+ ## 3.4.24
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [946a8ba]
95
+ - Updated dependencies [5614814]
96
+ - @prosopo/types@3.14.1
97
+
98
+ ## 3.4.23
99
+ ### Patch Changes
100
+
101
+ - Updated dependencies [fc514dd]
102
+ - Updated dependencies [42650db]
103
+ - @prosopo/types@3.14.0
104
+
105
+ ## 3.4.22
106
+ ### Patch Changes
107
+
108
+ - @prosopo/types@3.13.3
109
+
110
+ ## 3.4.21
111
+ ### Patch Changes
112
+
113
+ - @prosopo/types@3.13.2
114
+
115
+ ## 3.4.20
116
+ ### Patch Changes
117
+
118
+ - @prosopo/types@3.13.1
119
+
120
+ ## 3.4.19
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies [e6d9553]
124
+ - @prosopo/types@3.13.0
125
+
126
+ ## 3.4.18
127
+ ### Patch Changes
128
+
129
+ - 730c61e: Speed up captcha
130
+ - Updated dependencies [d5082a9]
131
+ - Updated dependencies [e1ea65f]
132
+ - Updated dependencies [c316257]
133
+ - @prosopo/types@3.12.3
134
+
135
+ ## 3.4.17
136
+ ### Patch Changes
137
+
138
+ - dbcd098: Fix bug with chrome on ios
139
+ - Updated dependencies [adb89a6]
140
+ - @prosopo/types@3.12.2
141
+
142
+ ## 3.4.16
143
+ ### Patch Changes
144
+
145
+ - f5c8725: Fix bug with chrome on ios
146
+
147
+ ## 3.4.15
148
+ ### Patch Changes
149
+
150
+ - Updated dependencies [a90eb54]
151
+ - @prosopo/types@3.12.1
152
+
153
+ ## 3.4.14
154
+ ### Patch Changes
155
+
156
+ - 759d4e6: Dynamic server secrets for client example server
157
+ - 676c5f2: Use HTTPS in developmentwq
158
+ - Updated dependencies [676c5f2]
159
+ - Updated dependencies [feaca02]
160
+ - @prosopo/types@3.12.0
161
+
162
+ ## 3.4.13
163
+ ### Patch Changes
164
+
165
+ - 8148587: Clustering
166
+ - Updated dependencies [8148587]
167
+ - @prosopo/types@3.11.1
168
+
169
+ ## 3.4.12
170
+ ### Patch Changes
171
+
172
+ - 5444635: New ob code
173
+
174
+ ## 3.4.11
175
+ ### Patch Changes
176
+
177
+ - Updated dependencies [7f6ffc5]
178
+ - @prosopo/types@3.11.0
179
+
180
+ ## 3.4.10
181
+ ### Patch Changes
182
+
183
+ - bca43e5: catcher updates
184
+
185
+ ## 3.4.9
186
+ ### Patch Changes
187
+
188
+ - ce4f831: patch for some mobile devices
189
+ - 4de47f5: Catcher update
190
+ - Updated dependencies [93fa086]
191
+ - @prosopo/types@3.10.2
192
+
193
+ ## 3.4.8
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies [cde7550]
197
+ - @prosopo/types@3.10.1
198
+
199
+ ## 3.4.7
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [ad6d622]
203
+ - @prosopo/types@3.10.0
204
+
205
+ ## 3.4.6
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies [ff58a70]
209
+ - @prosopo/types@3.9.0
210
+
211
+ ## 3.4.5
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [d2431cd]
215
+ - @prosopo/types@3.8.4
216
+
217
+ ## 3.4.4
218
+ ### Patch Changes
219
+
220
+ - bd6995b: Adding UAP based geoblocking rules
221
+ - Updated dependencies [bd6995b]
222
+ - @prosopo/types@3.8.3
223
+
224
+ ## 3.4.3
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [9633e58]
228
+ - @prosopo/types@3.8.2
229
+
230
+ ## 3.4.2
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [f52a5c1]
234
+ - @prosopo/types@3.8.1
235
+
236
+ ## 3.4.1
237
+ ### Patch Changes
238
+
239
+ - 15254a3: Key cycle
240
+
3
241
  ## 3.4.0
4
242
  ### Minor Changes
5
243