@prosopo/detector 3.3.17 → 3.4.0

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.
@@ -0,0 +1,30 @@
1
+
2
+ > @prosopo/detector@3.4.0 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ViteCommonJSConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
12
+ ]
13
+ }
14
+ {
15
+ externals: [
16
+ '@prosopo/types',
17
+ '@prosopo/locale',
18
+ '@prosopo/util',
19
+ '@prosopo/util-crypto'
20
+ ]
21
+ }
22
+ vite v6.4.1 building SSR bundle for production...
23
+ Bundle build started
24
+ transforming...
25
+ Build end
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.
28
+ rendering chunks...
29
+ dist/cjs/index.cjs 395.94 kB
30
+ ✓ built in 713ms
@@ -0,0 +1,26 @@
1
+
2
+ > @prosopo/detector@3.4.0 build:tsc
3
+ > tsc --build --verbose
4
+
5
+ 4:56:46 PM - 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
+ 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'
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'
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'
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'
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'
22
+
23
+ 4:56:46 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
+
25
+ 4:56:46 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
26
+
@@ -0,0 +1,33 @@
1
+
2
+ > @prosopo/detector@3.4.0 build
3
+ > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
+
5
+
6
+ > @prosopo/detector@3.4.0 build:cross-env
7
+ > vite build --config vite.esm.config.ts --mode production
8
+
9
+ ViteEsmConfig: .
10
+ {
11
+ tsConfigPaths: [
12
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
16
+ ]
17
+ }
18
+ {
19
+ externals: [
20
+ '@prosopo/types',
21
+ '@prosopo/locale',
22
+ '@prosopo/util',
23
+ '@prosopo/util-crypto'
24
+ ]
25
+ }
26
+ vite v6.4.1 building SSR bundle for production...
27
+ Bundle build started
28
+ transforming...
29
+ Build end
30
+ ✓ 1 modules transformed.
31
+ rendering chunks...
32
+ dist/index.js 395.81 kB
33
+ ✓ built in 789ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,71 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.4.0
4
+ ### Minor Changes
5
+
6
+ - 6a4d57d: Move account creation into worker
7
+
8
+ ### Patch Changes
9
+
10
+ - 3acc333: Update pow record at verify
11
+ - 3acc333: Fix type
12
+ - 0a38892: feat/cross-os-testing
13
+ - a8faa9a: bump license year
14
+ - 7543d17: mouse movements bot stopping
15
+ - 3acc333: Release 3.3.0
16
+ - 4ac7ef0: Fixing provider side typing of collectors
17
+ - Updated dependencies [3acc333]
18
+ - Updated dependencies [0a38892]
19
+ - Updated dependencies [1ee3d80]
20
+ - Updated dependencies [a8faa9a]
21
+ - Updated dependencies [7543d17]
22
+ - Updated dependencies [3acc333]
23
+ - @prosopo/types@3.8.0
24
+
25
+ ## 3.3.24
26
+ ### Patch Changes
27
+
28
+ - c6faa77: Fix
29
+
30
+ ## 3.3.23
31
+ ### Patch Changes
32
+
33
+ - caf53e2: Async user creation
34
+
35
+ ## 3.3.22
36
+ ### Patch Changes
37
+
38
+ - ea5f1f8: Fix detectors
39
+
40
+ ## 3.3.21
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [141e462]
44
+ - @prosopo/types@3.7.2
45
+
46
+ ## 3.3.20
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [345b25b]
50
+ - @prosopo/types@3.7.1
51
+
52
+ ## 3.3.19
53
+ ### Patch Changes
54
+
55
+ - 5ad6f48: Fix detect webview iphones
56
+ - e01227b: add turbo
57
+ - Updated dependencies [ce70a2b]
58
+ - Updated dependencies [c2b940f]
59
+ - Updated dependencies [f6b5094]
60
+ - @prosopo/types@3.7.0
61
+
62
+ ## 3.3.18
63
+ ### Patch Changes
64
+
65
+ - 7d5eb3f: bump
66
+ - Updated dependencies [7d5eb3f]
67
+ - @prosopo/types@3.6.4
68
+
3
69
  ## 3.3.17
4
70
  ### Patch Changes
5
71