@prosopo/detector 3.3.18 → 3.4.36

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.3.18 build:cjs
2
+ > @prosopo/detector@3.4.36 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -24,6 +24,7 @@ Bundle build started
24
24
  transforming...
25
25
  Build end
26
26
  ✓ 1 modules transformed.
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.
27
28
  rendering chunks...
28
- dist/cjs/index.cjs 239.52 kB
29
- ✓ built in 581ms
29
+ dist/cjs/index.cjs 666.59 kB
30
+ ✓ built in 1.00s
@@ -0,0 +1,26 @@
1
+
2
+ > @prosopo/detector@3.4.36 build:tsc
3
+ > tsc --build --verbose
4
+
5
+ 8:14:27 AM - Projects in this build:
6
+ * ../../dev/config/tsconfig.json
7
+ * ../locale/tsconfig.json
8
+ * ../util/tsconfig.json
9
+ * ../util-crypto/tsconfig.json
10
+ * ../types/tsconfig.json
11
+ * tsconfig.json
12
+
13
+ 8:14:27 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
+
15
+ 8:14:27 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
16
+
17
+ 8:14:27 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
18
+
19
+ 8:14:27 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
+
21
+ 8:14:27 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
+
23
+ 8:14:27 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
+
25
+ 8:14:27 AM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
26
+
@@ -1,6 +1,10 @@
1
1
 
2
- > @prosopo/detector@3.3.18 build
3
- > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
2
+ > @prosopo/detector@3.4.36 build
3
+ > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
+
5
+
6
+ > @prosopo/detector@3.4.36 build:cross-env
7
+ > vite build --config vite.esm.config.ts --mode production
4
8
 
5
9
  ViteEsmConfig: .
6
10
  {
@@ -25,5 +29,5 @@ transforming...
25
29
  Build end
26
30
  ✓ 1 modules transformed.
27
31
  rendering chunks...
28
- dist/index.js 239.52 kB
29
- ✓ built in 665ms
32
+ dist/index.js 666.47 kB
33
+ ✓ built in 1.07s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,296 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.4.36
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [a1d60db]
7
+ - Updated dependencies [2392aaf]
8
+ - @prosopo/types@4.3.0
9
+
10
+ ## 3.4.35
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6c26669]
14
+ - Updated dependencies [f7f9ec5]
15
+ - @prosopo/types@4.2.1
16
+
17
+ ## 3.4.34
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [20cae63]
21
+ - Updated dependencies [4d9923e]
22
+ - @prosopo/types@4.2.0
23
+
24
+ ## 3.4.33
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [d351362]
28
+ - @prosopo/types@4.1.4
29
+
30
+ ## 3.4.32
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [e2711ae]
34
+ - Updated dependencies [5786629]
35
+ - @prosopo/types@4.1.3
36
+
37
+ ## 3.4.31
38
+ ### Patch Changes
39
+
40
+ - @prosopo/types@4.1.2
41
+
42
+ ## 3.4.30
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [91958da]
46
+ - @prosopo/types@4.1.1
47
+
48
+ ## 3.4.29
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [6a741ce]
52
+ - @prosopo/types@4.1.0
53
+
54
+ ## 3.4.28
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [3c0be68]
58
+ - Updated dependencies [f9ea09d]
59
+ - Updated dependencies [d865319]
60
+ - Updated dependencies [753304b]
61
+ - Updated dependencies [8bb7286]
62
+ - Updated dependencies [f9ea09d]
63
+ - Updated dependencies [4aae4e6]
64
+ - @prosopo/types@4.0.0
65
+
66
+ ## 3.4.27
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [819ed95]
70
+ - @prosopo/types@3.16.1
71
+
72
+ ## 3.4.26
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [f6a4402]
76
+ - Updated dependencies [99dfb44]
77
+ - @prosopo/types@3.16.0
78
+
79
+ ## 3.4.25
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [3e54c0a]
83
+ - @prosopo/types@3.15.0
84
+
85
+ ## 3.4.24
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [946a8ba]
89
+ - Updated dependencies [5614814]
90
+ - @prosopo/types@3.14.1
91
+
92
+ ## 3.4.23
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [fc514dd]
96
+ - Updated dependencies [42650db]
97
+ - @prosopo/types@3.14.0
98
+
99
+ ## 3.4.22
100
+ ### Patch Changes
101
+
102
+ - @prosopo/types@3.13.3
103
+
104
+ ## 3.4.21
105
+ ### Patch Changes
106
+
107
+ - @prosopo/types@3.13.2
108
+
109
+ ## 3.4.20
110
+ ### Patch Changes
111
+
112
+ - @prosopo/types@3.13.1
113
+
114
+ ## 3.4.19
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [e6d9553]
118
+ - @prosopo/types@3.13.0
119
+
120
+ ## 3.4.18
121
+ ### Patch Changes
122
+
123
+ - 730c61e: Speed up captcha
124
+ - Updated dependencies [d5082a9]
125
+ - Updated dependencies [e1ea65f]
126
+ - Updated dependencies [c316257]
127
+ - @prosopo/types@3.12.3
128
+
129
+ ## 3.4.17
130
+ ### Patch Changes
131
+
132
+ - dbcd098: Fix bug with chrome on ios
133
+ - Updated dependencies [adb89a6]
134
+ - @prosopo/types@3.12.2
135
+
136
+ ## 3.4.16
137
+ ### Patch Changes
138
+
139
+ - f5c8725: Fix bug with chrome on ios
140
+
141
+ ## 3.4.15
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [a90eb54]
145
+ - @prosopo/types@3.12.1
146
+
147
+ ## 3.4.14
148
+ ### Patch Changes
149
+
150
+ - 759d4e6: Dynamic server secrets for client example server
151
+ - 676c5f2: Use HTTPS in developmentwq
152
+ - Updated dependencies [676c5f2]
153
+ - Updated dependencies [feaca02]
154
+ - @prosopo/types@3.12.0
155
+
156
+ ## 3.4.13
157
+ ### Patch Changes
158
+
159
+ - 8148587: Clustering
160
+ - Updated dependencies [8148587]
161
+ - @prosopo/types@3.11.1
162
+
163
+ ## 3.4.12
164
+ ### Patch Changes
165
+
166
+ - 5444635: New ob code
167
+
168
+ ## 3.4.11
169
+ ### Patch Changes
170
+
171
+ - Updated dependencies [7f6ffc5]
172
+ - @prosopo/types@3.11.0
173
+
174
+ ## 3.4.10
175
+ ### Patch Changes
176
+
177
+ - bca43e5: catcher updates
178
+
179
+ ## 3.4.9
180
+ ### Patch Changes
181
+
182
+ - ce4f831: patch for some mobile devices
183
+ - 4de47f5: Catcher update
184
+ - Updated dependencies [93fa086]
185
+ - @prosopo/types@3.10.2
186
+
187
+ ## 3.4.8
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [cde7550]
191
+ - @prosopo/types@3.10.1
192
+
193
+ ## 3.4.7
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies [ad6d622]
197
+ - @prosopo/types@3.10.0
198
+
199
+ ## 3.4.6
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [ff58a70]
203
+ - @prosopo/types@3.9.0
204
+
205
+ ## 3.4.5
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies [d2431cd]
209
+ - @prosopo/types@3.8.4
210
+
211
+ ## 3.4.4
212
+ ### Patch Changes
213
+
214
+ - bd6995b: Adding UAP based geoblocking rules
215
+ - Updated dependencies [bd6995b]
216
+ - @prosopo/types@3.8.3
217
+
218
+ ## 3.4.3
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies [9633e58]
222
+ - @prosopo/types@3.8.2
223
+
224
+ ## 3.4.2
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [f52a5c1]
228
+ - @prosopo/types@3.8.1
229
+
230
+ ## 3.4.1
231
+ ### Patch Changes
232
+
233
+ - 15254a3: Key cycle
234
+
235
+ ## 3.4.0
236
+ ### Minor Changes
237
+
238
+ - 6a4d57d: Move account creation into worker
239
+
240
+ ### Patch Changes
241
+
242
+ - 3acc333: Update pow record at verify
243
+ - 3acc333: Fix type
244
+ - 0a38892: feat/cross-os-testing
245
+ - a8faa9a: bump license year
246
+ - 7543d17: mouse movements bot stopping
247
+ - 3acc333: Release 3.3.0
248
+ - 4ac7ef0: Fixing provider side typing of collectors
249
+ - Updated dependencies [3acc333]
250
+ - Updated dependencies [0a38892]
251
+ - Updated dependencies [1ee3d80]
252
+ - Updated dependencies [a8faa9a]
253
+ - Updated dependencies [7543d17]
254
+ - Updated dependencies [3acc333]
255
+ - @prosopo/types@3.8.0
256
+
257
+ ## 3.3.24
258
+ ### Patch Changes
259
+
260
+ - c6faa77: Fix
261
+
262
+ ## 3.3.23
263
+ ### Patch Changes
264
+
265
+ - caf53e2: Async user creation
266
+
267
+ ## 3.3.22
268
+ ### Patch Changes
269
+
270
+ - ea5f1f8: Fix detectors
271
+
272
+ ## 3.3.21
273
+ ### Patch Changes
274
+
275
+ - Updated dependencies [141e462]
276
+ - @prosopo/types@3.7.2
277
+
278
+ ## 3.3.20
279
+ ### Patch Changes
280
+
281
+ - Updated dependencies [345b25b]
282
+ - @prosopo/types@3.7.1
283
+
284
+ ## 3.3.19
285
+ ### Patch Changes
286
+
287
+ - 5ad6f48: Fix detect webview iphones
288
+ - e01227b: add turbo
289
+ - Updated dependencies [ce70a2b]
290
+ - Updated dependencies [c2b940f]
291
+ - Updated dependencies [f6b5094]
292
+ - @prosopo/types@3.7.0
293
+
3
294
  ## 3.3.18
4
295
  ### Patch Changes
5
296