@prosopo/procaptcha-react 2.9.20 → 2.9.21

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,83 @@
1
+
2
+ > @prosopo/procaptcha-react@2.9.21 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:17:3:
8
+ 17 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:15:3:
14
+ 15 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:16:3:
20
+ 16 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteCommonJSConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
37
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
38
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
39
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
40
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
41
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
42
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
43
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
44
+ ]
45
+ }
46
+ {
47
+ externals: [
48
+ '@prosopo/common',
49
+ '@prosopo/locale',
50
+ '@prosopo/types',
51
+ '@prosopo/util',
52
+ '@prosopo/util-crypto',
53
+ '@prosopo/procaptcha',
54
+ '@prosopo/datasets',
55
+ '@prosopo/types-database',
56
+ '@prosopo/user-access-policy',
57
+ '@prosopo/api-route',
58
+ '@prosopo/redis-client',
59
+ '@prosopo/api',
60
+ '@prosopo/procaptcha-common',
61
+ '@prosopo/load-balancer',
62
+ '@prosopo/widget-skeleton',
63
+ '@prosopo/account',
64
+ '@prosopo/fingerprint',
65
+ '@prosopo/keyring'
66
+ ]
67
+ }
68
+ vite v6.4.1 building SSR bundle for production...
69
+ Bundle build started
70
+ transforming...
71
+ Build end
72
+ ✓ 9 modules transformed.
73
+ rendering chunks...
74
+ dist/cjs/components/index.cjs 0.42 kB
75
+ dist/cjs/util/index.cjs 0.45 kB
76
+ dist/cjs/index.cjs 0.48 kB
77
+ dist/cjs/components/Procaptcha.cjs 0.61 kB
78
+ dist/cjs/components/Modal.cjs 1.36 kB
79
+ dist/cjs/components/Button.cjs 2.38 kB
80
+ dist/cjs/components/ProcaptchaWidget.cjs 4.37 kB
81
+ dist/cjs/components/CaptchaWidget.cjs 5.94 kB
82
+ dist/cjs/components/CaptchaComponent.cjs 8.81 kB
83
+ ✓ built in 165ms
@@ -0,0 +1,83 @@
1
+
2
+ > @prosopo/procaptcha-react@2.9.21 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:17:3:
8
+ 17 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:15:3:
14
+ 15 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:16:3:
20
+ 16 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteEsmConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
37
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
38
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
39
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
40
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
41
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
42
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
43
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
44
+ ]
45
+ }
46
+ {
47
+ externals: [
48
+ '@prosopo/common',
49
+ '@prosopo/locale',
50
+ '@prosopo/types',
51
+ '@prosopo/util',
52
+ '@prosopo/util-crypto',
53
+ '@prosopo/procaptcha',
54
+ '@prosopo/datasets',
55
+ '@prosopo/types-database',
56
+ '@prosopo/user-access-policy',
57
+ '@prosopo/api-route',
58
+ '@prosopo/redis-client',
59
+ '@prosopo/api',
60
+ '@prosopo/procaptcha-common',
61
+ '@prosopo/load-balancer',
62
+ '@prosopo/widget-skeleton',
63
+ '@prosopo/account',
64
+ '@prosopo/fingerprint',
65
+ '@prosopo/keyring'
66
+ ]
67
+ }
68
+ vite v6.4.1 building SSR bundle for production...
69
+ Bundle build started
70
+ transforming...
71
+ Build end
72
+ ✓ 9 modules transformed.
73
+ rendering chunks...
74
+ dist/components/index.js 0.29 kB
75
+ dist/components/Procaptcha.js 0.33 kB
76
+ dist/index.js 0.35 kB
77
+ dist/util/index.js 0.44 kB
78
+ dist/components/Modal.js 1.31 kB
79
+ dist/components/Button.js 2.33 kB
80
+ dist/components/ProcaptchaWidget.js 4.23 kB
81
+ dist/components/CaptchaWidget.js 5.74 kB
82
+ dist/components/CaptchaComponent.js 8.48 kB
83
+ ✓ built in 274ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @prosopo/procaptcha-react
2
2
 
3
+ ## 2.9.21
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/common@3.1.26
9
+ - @prosopo/locale@3.1.26
10
+ - @prosopo/procaptcha@2.9.21
11
+ - @prosopo/procaptcha-common@2.9.19
12
+ - @prosopo/types@3.6.4
13
+ - @prosopo/util@3.2.4
14
+ - @prosopo/widget-skeleton@2.7.12
15
+
3
16
  ## 2.9.20
4
17
  ### Patch Changes
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-react",
3
- "version": "2.9.20",
3
+ "version": "2.9.21",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -28,19 +28,19 @@
28
28
  },
29
29
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
30
30
  "dependencies": {
31
- "@prosopo/common": "3.1.25",
32
- "@prosopo/locale": "3.1.25",
33
- "@prosopo/procaptcha": "2.9.20",
34
- "@prosopo/procaptcha-common": "2.9.18",
35
- "@prosopo/types": "3.6.3",
36
- "@prosopo/util": "3.2.3",
37
- "@prosopo/widget-skeleton": "2.7.11",
31
+ "@prosopo/common": "3.1.26",
32
+ "@prosopo/locale": "3.1.26",
33
+ "@prosopo/procaptcha": "2.9.21",
34
+ "@prosopo/procaptcha-common": "2.9.19",
35
+ "@prosopo/types": "3.6.4",
36
+ "@prosopo/util": "3.2.4",
37
+ "@prosopo/widget-skeleton": "2.7.12",
38
38
  "csstype": "3.1.3",
39
39
  "react": "18.3.1",
40
40
  "react-dom": "18.3.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@prosopo/config": "3.1.25",
43
+ "@prosopo/config": "3.1.26",
44
44
  "@emotion/react": "11.11.1",
45
45
  "@types/node": "22.10.2",
46
46
  "@types/react-dom": "18.3.1",