@prosopo/detector 3.3.18 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/detector@3.3.18 build:cjs
2
+ > @prosopo/detector@3.4.0 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 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
+
@@ -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.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
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 395.81 kB
33
+ ✓ built in 789ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
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
+
3
62
  ## 3.3.18
4
63
  ### Patch Changes
5
64