@prosopo/procaptcha-frictionless 2.8.15 → 2.8.22

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,67 @@
1
+
2
+ > @prosopo/procaptcha-frictionless@2.8.22 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/detector/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
29
+ ]
30
+ }
31
+ {
32
+ externals: [
33
+ '@prosopo/detector',
34
+ '@prosopo/types',
35
+ '@prosopo/locale',
36
+ '@prosopo/util',
37
+ '@prosopo/util-crypto',
38
+ '@prosopo/load-balancer',
39
+ '@prosopo/common',
40
+ '@prosopo/procaptcha-pow',
41
+ '@prosopo/api',
42
+ '@prosopo/procaptcha-common',
43
+ '@prosopo/widget-skeleton',
44
+ '@prosopo/account',
45
+ '@prosopo/fingerprint',
46
+ '@prosopo/keyring',
47
+ '@prosopo/procaptcha-react',
48
+ '@prosopo/procaptcha',
49
+ '@prosopo/datasets',
50
+ '@prosopo/types-database',
51
+ '@prosopo/user-access-policy',
52
+ '@prosopo/api-route',
53
+ '@prosopo/redis-client'
54
+ ]
55
+ }
56
+ vite v6.4.1 building SSR bundle for production...
57
+ Bundle build started
58
+ transforming...
59
+ Build end
60
+ ✓ 4 modules transformed.
61
+ Entry module "src/customDetectBot.ts" 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.
62
+ rendering chunks...
63
+ dist/cjs/index.cjs 0.24 kB
64
+ dist/cjs/detectorLoader.cjs 1.37 kB
65
+ dist/cjs/customDetectBot.cjs 2.11 kB
66
+ dist/cjs/ProcaptchaFrictionless.cjs 4.98 kB
67
+ ✓ built in 143ms
@@ -0,0 +1,66 @@
1
+
2
+ > @prosopo/procaptcha-frictionless@2.8.22 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ViteEsmConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
29
+ ]
30
+ }
31
+ {
32
+ externals: [
33
+ '@prosopo/detector',
34
+ '@prosopo/types',
35
+ '@prosopo/locale',
36
+ '@prosopo/util',
37
+ '@prosopo/util-crypto',
38
+ '@prosopo/load-balancer',
39
+ '@prosopo/common',
40
+ '@prosopo/procaptcha-pow',
41
+ '@prosopo/api',
42
+ '@prosopo/procaptcha-common',
43
+ '@prosopo/widget-skeleton',
44
+ '@prosopo/account',
45
+ '@prosopo/fingerprint',
46
+ '@prosopo/keyring',
47
+ '@prosopo/procaptcha-react',
48
+ '@prosopo/procaptcha',
49
+ '@prosopo/datasets',
50
+ '@prosopo/types-database',
51
+ '@prosopo/user-access-policy',
52
+ '@prosopo/api-route',
53
+ '@prosopo/redis-client'
54
+ ]
55
+ }
56
+ vite v6.4.1 building SSR bundle for production...
57
+ Bundle build started
58
+ transforming...
59
+ Build end
60
+ ✓ 4 modules transformed.
61
+ rendering chunks...
62
+ dist/index.js 0.11 kB
63
+ dist/detectorLoader.js 0.11 kB
64
+ dist/customDetectBot.js 1.93 kB
65
+ dist/ProcaptchaFrictionless.js 4.74 kB
66
+ ✓ built in 187ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,91 @@
1
1
  # @prosopo/procaptcha-frictionless
2
2
 
3
+ ## 2.8.22
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/api@3.1.37
9
+ - @prosopo/common@3.1.26
10
+ - @prosopo/detector@3.3.18
11
+ - @prosopo/load-balancer@2.8.13
12
+ - @prosopo/locale@3.1.26
13
+ - @prosopo/procaptcha-common@2.9.19
14
+ - @prosopo/procaptcha-pow@2.8.27
15
+ - @prosopo/procaptcha-react@2.9.21
16
+ - @prosopo/types@3.6.4
17
+ - @prosopo/widget-skeleton@2.7.12
18
+
19
+ ## 2.8.21
20
+ ### Patch Changes
21
+
22
+ - 93d92a7: little bump for publish all
23
+ - Updated dependencies [93d92a7]
24
+ - @prosopo/api@3.1.36
25
+ - @prosopo/common@3.1.25
26
+ - @prosopo/detector@3.3.17
27
+ - @prosopo/load-balancer@2.8.12
28
+ - @prosopo/locale@3.1.25
29
+ - @prosopo/procaptcha-common@2.9.18
30
+ - @prosopo/procaptcha-pow@2.8.26
31
+ - @prosopo/procaptcha-react@2.9.20
32
+ - @prosopo/types@3.6.3
33
+ - @prosopo/widget-skeleton@2.7.11
34
+
35
+ ## 2.8.20
36
+ ### Patch Changes
37
+
38
+ - 8ee8434: bump node engines to 24 and npm version to 11
39
+ - cfee479: make @prosopo/config a dev dep
40
+ - Updated dependencies [8ee8434]
41
+ - Updated dependencies [cfee479]
42
+ - @prosopo/procaptcha-common@2.9.17
43
+ - @prosopo/procaptcha-react@2.9.19
44
+ - @prosopo/widget-skeleton@2.7.10
45
+ - @prosopo/procaptcha-pow@2.8.25
46
+ - @prosopo/load-balancer@2.8.11
47
+ - @prosopo/detector@3.3.16
48
+ - @prosopo/common@3.1.24
49
+ - @prosopo/locale@3.1.24
50
+ - @prosopo/types@3.6.2
51
+ - @prosopo/api@3.1.35
52
+
53
+ ## 2.8.19
54
+ ### Patch Changes
55
+
56
+ - e926831: mega mini bump for all to trigger publish all
57
+ - Updated dependencies [e926831]
58
+ - @prosopo/config@3.1.23
59
+ - @prosopo/api@3.1.34
60
+ - @prosopo/common@3.1.23
61
+ - @prosopo/detector@3.3.15
62
+ - @prosopo/load-balancer@2.8.10
63
+ - @prosopo/locale@3.1.23
64
+ - @prosopo/procaptcha-common@2.9.16
65
+ - @prosopo/procaptcha-pow@2.8.24
66
+ - @prosopo/procaptcha-react@2.9.18
67
+ - @prosopo/types@3.6.1
68
+ - @prosopo/widget-skeleton@2.7.9
69
+
70
+ ## 2.8.18
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [9128d5e]
74
+ - Updated dependencies [9128d5e]
75
+ - @prosopo/procaptcha-common@2.9.15
76
+ - @prosopo/procaptcha-pow@2.8.23
77
+ - @prosopo/procaptcha-react@2.9.17
78
+
79
+ ## 2.8.17
80
+ ### Patch Changes
81
+
82
+ - @prosopo/procaptcha-react@2.9.16
83
+
84
+ ## 2.8.16
85
+ ### Patch Changes
86
+
87
+ - @prosopo/procaptcha-react@2.9.15
88
+
3
89
  ## 2.8.15
4
90
  ### Patch Changes
5
91
 
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { loadI18next } from "@prosopo/locale";
3
3
  import { Checkbox, getDefaultEvents, providerRetry } from "@prosopo/procaptcha-common";
4
4
  import { ProcaptchaPow } from "@prosopo/procaptcha-pow";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const jsxRuntime = require("@emotion/react/jsx-runtime");
3
+ const jsxRuntime = require("react/jsx-runtime");
4
4
  const locale = require("@prosopo/locale");
5
5
  const procaptchaCommon = require("@prosopo/procaptcha-common");
6
6
  const procaptchaPow = require("@prosopo/procaptcha-pow");
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-frictionless",
3
- "version": "2.8.15",
3
+ "version": "2.8.22",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "engines": {
10
- "node": ">=v20.0.0",
11
- "npm": ">=10.6.0"
10
+ "node": "^24",
11
+ "npm": "^11"
12
12
  },
13
13
  "exports": {
14
14
  ".": {
@@ -29,21 +29,21 @@
29
29
  },
30
30
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
31
31
  "dependencies": {
32
- "@prosopo/api": "3.1.33",
33
- "@prosopo/common": "3.1.22",
34
- "@prosopo/config": "3.1.22",
35
- "@prosopo/detector": "3.3.14",
36
- "@prosopo/load-balancer": "2.8.9",
37
- "@prosopo/locale": "3.1.22",
38
- "@prosopo/procaptcha-common": "2.9.14",
39
- "@prosopo/procaptcha-pow": "2.8.22",
40
- "@prosopo/procaptcha-react": "2.9.14",
41
- "@prosopo/types": "3.6.0",
42
- "@prosopo/widget-skeleton": "2.7.8",
32
+ "@prosopo/api": "3.1.37",
33
+ "@prosopo/common": "3.1.26",
34
+ "@prosopo/detector": "3.3.18",
35
+ "@prosopo/load-balancer": "2.8.13",
36
+ "@prosopo/locale": "3.1.26",
37
+ "@prosopo/procaptcha-common": "2.9.19",
38
+ "@prosopo/procaptcha-pow": "2.8.27",
39
+ "@prosopo/procaptcha-react": "2.9.21",
40
+ "@prosopo/types": "3.6.4",
41
+ "@prosopo/widget-skeleton": "2.7.12",
43
42
  "dotenv": "16.4.5",
44
43
  "react": "18.3.1"
45
44
  },
46
45
  "devDependencies": {
46
+ "@prosopo/config": "3.1.26",
47
47
  "@types/node": "22.10.2",
48
48
  "@vitest/coverage-v8": "3.2.4",
49
49
  "concurrently": "9.0.1",