@prosopo/procaptcha-react 2.9.21 → 2.9.66

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.
Files changed (41) hide show
  1. package/.turbo/turbo-build$colon$cjs.log +9 -13
  2. package/.turbo/turbo-build$colon$tsc.log +62 -0
  3. package/.turbo/turbo-build.log +14 -14
  4. package/CHANGELOG.md +453 -0
  5. package/README.md +34 -84
  6. package/dist/cjs/components/ProcaptchaWidget.cjs +24 -16
  7. package/dist/components/Button.d.ts +11 -0
  8. package/dist/components/Button.d.ts.map +1 -0
  9. package/dist/components/Button.js.map +1 -0
  10. package/dist/components/CaptchaComponent.d.ts +15 -0
  11. package/dist/components/CaptchaComponent.d.ts.map +1 -0
  12. package/dist/components/CaptchaComponent.js.map +1 -0
  13. package/dist/components/CaptchaWidget.d.ts +9 -0
  14. package/dist/components/CaptchaWidget.d.ts.map +1 -0
  15. package/dist/components/CaptchaWidget.js.map +1 -0
  16. package/dist/components/Modal.d.ts +8 -0
  17. package/dist/components/Modal.d.ts.map +1 -0
  18. package/dist/components/Modal.js.map +1 -0
  19. package/dist/components/Procaptcha.d.ts +14 -0
  20. package/dist/components/Procaptcha.d.ts.map +1 -0
  21. package/dist/components/Procaptcha.js.map +1 -0
  22. package/dist/components/ProcaptchaWidget.d.ts +4 -0
  23. package/dist/components/ProcaptchaWidget.d.ts.map +1 -0
  24. package/dist/components/ProcaptchaWidget.js +26 -18
  25. package/dist/components/ProcaptchaWidget.js.map +1 -0
  26. package/dist/components/collector.d.ts +9 -0
  27. package/dist/components/collector.d.ts.map +1 -0
  28. package/dist/components/collector.js +26 -0
  29. package/dist/components/collector.js.map +1 -0
  30. package/dist/components/index.d.ts +6 -0
  31. package/dist/components/index.d.ts.map +1 -0
  32. package/dist/components/index.js.map +1 -0
  33. package/dist/index.d.ts +3 -0
  34. package/dist/index.d.ts.map +1 -0
  35. package/dist/index.js.map +1 -0
  36. package/dist/util/index.d.ts +9 -0
  37. package/dist/util/index.d.ts.map +1 -0
  38. package/dist/util/index.js.map +1 -0
  39. package/package.json +13 -11
  40. package/vite.cjs.config.ts +1 -1
  41. package/vite.esm.config.ts +1 -1
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/procaptcha-react@2.9.21 build:cjs
2
+ > @prosopo/procaptcha-react@2.9.66 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
@@ -25,21 +25,19 @@ ViteCommonJSConfig: .
25
25
  tsConfigPaths: [
26
26
  '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
27
  '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
- '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/logger/tsconfig.json',
29
29
  '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
30
31
  '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
32
  '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
32
33
  '/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
34
  '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
38
35
  '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
39
36
  '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
40
37
  '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
41
38
  '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
42
39
  '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
40
+ '/home/runner/work/captcha/captcha/packages/fingerprintjs/tsconfig.json',
43
41
  '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
44
42
  ]
45
43
  }
@@ -47,21 +45,19 @@ ViteCommonJSConfig: .
47
45
  externals: [
48
46
  '@prosopo/common',
49
47
  '@prosopo/locale',
50
- '@prosopo/types',
48
+ '@prosopo/logger',
51
49
  '@prosopo/util',
50
+ '@prosopo/types',
52
51
  '@prosopo/util-crypto',
53
52
  '@prosopo/procaptcha',
54
53
  '@prosopo/datasets',
55
- '@prosopo/types-database',
56
- '@prosopo/user-access-policy',
57
- '@prosopo/api-route',
58
- '@prosopo/redis-client',
59
54
  '@prosopo/api',
60
55
  '@prosopo/procaptcha-common',
61
56
  '@prosopo/load-balancer',
62
57
  '@prosopo/widget-skeleton',
63
58
  '@prosopo/account',
64
59
  '@prosopo/fingerprint',
60
+ '@prosopo/fingerprintjs',
65
61
  '@prosopo/keyring'
66
62
  ]
67
63
  }
@@ -77,7 +73,7 @@ rendering chunks...
77
73
  dist/cjs/components/Procaptcha.cjs 0.61 kB
78
74
  dist/cjs/components/Modal.cjs 1.36 kB
79
75
  dist/cjs/components/Button.cjs 2.38 kB
80
- dist/cjs/components/ProcaptchaWidget.cjs 4.37 kB
76
+ dist/cjs/components/ProcaptchaWidget.cjs 4.86 kB
81
77
  dist/cjs/components/CaptchaWidget.cjs 5.94 kB
82
78
  dist/cjs/components/CaptchaComponent.cjs 8.81 kB
83
- ✓ built in 165ms
79
+ ✓ built in 144ms
@@ -0,0 +1,62 @@
1
+
2
+ > @prosopo/procaptcha-react@2.9.66 build:tsc
3
+ > tsc --build --verbose
4
+
5
+ 8:15:12 AM - Projects in this build:
6
+ * ../../dev/config/tsconfig.json
7
+ * ../locale/tsconfig.json
8
+ * ../util/tsconfig.json
9
+ * ../logger/tsconfig.json
10
+ * ../util-crypto/tsconfig.json
11
+ * ../types/tsconfig.json
12
+ * ../common/tsconfig.json
13
+ * ../datasets/tsconfig.json
14
+ * ../api/tsconfig.json
15
+ * ../load-balancer/tsconfig.json
16
+ * ../widget-skeleton/tsconfig.json
17
+ * ../fingerprintjs/tsconfig.json
18
+ * ../fingerprint/tsconfig.json
19
+ * ../keyring/tsconfig.json
20
+ * ../account/tsconfig.json
21
+ * ../procaptcha-common/tsconfig.json
22
+ * ../procaptcha/tsconfig.json
23
+ * tsconfig.json
24
+
25
+ 8:15:12 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'
26
+
27
+ 8:15:12 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
28
+
29
+ 8:15:12 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
30
+
31
+ 8:15:12 AM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
32
+
33
+ 8:15:12 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'
34
+
35
+ 8:15:12 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/procaptcha/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
36
+
37
+ 8:15:12 AM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/error.ts' is older than output '../common/tsconfig.tsbuildinfo'
38
+
39
+ 8:15:12 AM - Project '../datasets/tsconfig.json' is up to date because newest input '../datasets/src/tests/mocks/data/captchas.ts' is older than output '../datasets/tsconfig.tsbuildinfo'
40
+
41
+ 8:15:12 AM - Project '../api/tsconfig.json' is up to date because newest input '../api/src/index.ts' is older than output '../api/tsconfig.tsbuildinfo'
42
+
43
+ 8:15:12 AM - Project '../load-balancer/tsconfig.json' is up to date because newest input '../load-balancer/src/balancer.ts' is older than output '../load-balancer/tsconfig.tsbuildinfo'
44
+
45
+ 8:15:12 AM - Project '../widget-skeleton/tsconfig.json' is up to date because newest input '../widget-skeleton/src/webComponent/createWidget.ts' is older than output '../widget-skeleton/tsconfig.tsbuildinfo'
46
+
47
+ 8:15:12 AM - Project '../fingerprintjs/tsconfig.json' is up to date because newest input '../fingerprintjs/src/sources/webgl.ts' is older than output '../fingerprintjs/tsconfig.tsbuildinfo'
48
+
49
+ 8:15:12 AM - Project '../fingerprint/tsconfig.json' is up to date because newest input '../fingerprint/src/index.ts' is older than output '../fingerprint/tsconfig.tsbuildinfo'
50
+
51
+ 8:15:12 AM - Project '../keyring/tsconfig.json' is up to date because newest input '../keyring/src/index.ts' is older than output '../keyring/tsconfig.tsbuildinfo'
52
+
53
+ 8:15:12 AM - Project '../account/tsconfig.json' is up to date because newest input '../account/src/workers/cryptoWorker.ts' is older than output '../account/tsconfig.tsbuildinfo'
54
+
55
+ 8:15:12 AM - Project '../procaptcha-common/tsconfig.json' is up to date because newest input '../procaptcha-common/src/reactComponents/Honeypot.tsx' is older than output '../procaptcha-common/tsconfig.tsbuildinfo'
56
+
57
+ 8:15:12 AM - Project '../procaptcha/tsconfig.json' is up to date because newest input '../procaptcha/src/index.ts' is older than output '../procaptcha/tsconfig.tsbuildinfo'
58
+
59
+ 8:15:12 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
60
+
61
+ 8:15:12 AM - Building project '/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json'...
62
+
@@ -1,6 +1,10 @@
1
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
2
+ > @prosopo/procaptcha-react@2.9.66 build
3
+ > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
+
5
+
6
+ > @prosopo/procaptcha-react@2.9.66 build:cross-env
7
+ > vite build --config vite.esm.config.ts --mode production
4
8
 
5
9
  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
10
 
@@ -25,21 +29,19 @@ ViteEsmConfig: .
25
29
  tsConfigPaths: [
26
30
  '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
31
  '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
- '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/logger/tsconfig.json',
29
33
  '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
30
35
  '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
36
  '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
32
37
  '/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
38
  '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
38
39
  '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
39
40
  '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
40
41
  '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
41
42
  '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
42
43
  '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
44
+ '/home/runner/work/captcha/captcha/packages/fingerprintjs/tsconfig.json',
43
45
  '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
44
46
  ]
45
47
  }
@@ -47,21 +49,19 @@ ViteEsmConfig: .
47
49
  externals: [
48
50
  '@prosopo/common',
49
51
  '@prosopo/locale',
50
- '@prosopo/types',
52
+ '@prosopo/logger',
51
53
  '@prosopo/util',
54
+ '@prosopo/types',
52
55
  '@prosopo/util-crypto',
53
56
  '@prosopo/procaptcha',
54
57
  '@prosopo/datasets',
55
- '@prosopo/types-database',
56
- '@prosopo/user-access-policy',
57
- '@prosopo/api-route',
58
- '@prosopo/redis-client',
59
58
  '@prosopo/api',
60
59
  '@prosopo/procaptcha-common',
61
60
  '@prosopo/load-balancer',
62
61
  '@prosopo/widget-skeleton',
63
62
  '@prosopo/account',
64
63
  '@prosopo/fingerprint',
64
+ '@prosopo/fingerprintjs',
65
65
  '@prosopo/keyring'
66
66
  ]
67
67
  }
@@ -77,7 +77,7 @@ rendering chunks...
77
77
  dist/util/index.js 0.44 kB
78
78
  dist/components/Modal.js 1.31 kB
79
79
  dist/components/Button.js 2.33 kB
80
- dist/components/ProcaptchaWidget.js 4.23 kB
80
+ dist/components/ProcaptchaWidget.js 4.67 kB
81
81
  dist/components/CaptchaWidget.js 5.74 kB
82
82
  dist/components/CaptchaComponent.js 8.48 kB
83
- ✓ built in 274ms
83
+ ✓ built in 259ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,458 @@
1
1
  # @prosopo/procaptcha-react
2
2
 
3
+ ## 2.9.66
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [a1d60db]
7
+ - Updated dependencies [2392aaf]
8
+ - Updated dependencies [6ca1125]
9
+ - @prosopo/types@4.3.0
10
+ - @prosopo/util@3.2.15
11
+ - @prosopo/common@3.1.38
12
+ - @prosopo/procaptcha@2.10.27
13
+ - @prosopo/procaptcha-common@2.10.17
14
+
15
+ ## 2.9.65
16
+ ### Patch Changes
17
+
18
+ - d3db08d: feat(widget): bait AI responses with empty input + decoded label, portaled into the dapp's form
19
+
20
+ Redesigns the honeypot so it can actually catch AI agents instead of being inert:
21
+
22
+ - Empty input + decoded label: the encoded morse/semaphore question moves from `input.value` to an offscreen `<label>` (base64-decoded at render). Naive form-fillers and humans leave the empty input alone; agents that read the DOM as a prompt write into the empty field, captured as `clientMetaData.hp` on submit.
23
+ - Portaled to light DOM, inside the dapp's `<form>`: widget stays in shadow DOM, but the honeypot portals via `react-dom/createPortal` into the enclosing form (`document.body` fallback). Bots no longer have to traverse `.shadowRoot` to reach it (which was tripping `@prosopo/catcher`'s shadow-DOM guard and wiping the bot's value), and the bait sits where bots actually look — `form.querySelectorAll('input')`.
24
+ - `form="<useId>-d"`: opaque per-instance non-existent form id disassociates the input from native form submission while keeping it DOM-discoverable. Dapp backends don't receive a stray `email_confirm=` field.
25
+ - Shared `<Honeypot />` extracted to `@prosopo/procaptcha-common`.
26
+ - `procaptcha-bundle` Vite config now routes the Honeypot module into a per-build opaque chunk (`c<random8hex>-<hash>.js`) so the URL doesn't identify the component or stay stable across builds for static blocklisting.
27
+ - Updated dependencies [d3db08d]
28
+ - @prosopo/procaptcha-common@2.10.16
29
+ - @prosopo/procaptcha@2.10.26
30
+
31
+ ## 2.9.64
32
+ ### Patch Changes
33
+
34
+ - 6c26669: Add per-site honeypot trap. When enabled, the provider attaches an encoded question (morse or semaphore, base64-wrapped) in the `x-prosopo-meta` response header on frictionless responses. The widget renders the value into an off-screen hidden input with `name="email_confirm"`; bots that auto-fill text inputs populate it and the value rides back on the solution submit as `clientMetaData.hp`, which is persisted on the `StoredCaptcha` record. Falls back to a random phrase from `PROSOPO_HONEYPOT_PHRASE_BANK_PATH` when no custom question is configured.
35
+ - f7f9ec5: feat(provider,widget): reserved always-pass / always-fail test site keys
36
+
37
+ Add two fixed, well-known reserved site keys (`ALWAYS_PASS_SITE_KEY` /
38
+ `ALWAYS_FAIL_SITE_KEY`) that force a deterministic captcha verdict for CI/CD and
39
+ integration testing, constant across production, staging and development.
40
+
41
+ - `@prosopo/types`: shared constants + `getTestSiteKeyMode`, imported by both the
42
+ provider and the widget.
43
+ - `@prosopo/provider`: short-circuits the `submit*` and `verify` endpoints (verify
44
+ runs before the signature check, so no dapp secret is needed), serves an
45
+ invisible PoW session from the frictionless handler, and bypasses domain
46
+ middleware. Works in every environment with no DB record.
47
+ - `@prosopo/procaptcha-common` / `-react` / `-frictionless`: render a prominent
48
+ `TestModeBanner` warning (always pass/fail) plus a console warning so a test key
49
+ can never ship to production unnoticed.
50
+
51
+ always-pass verifies at both the submit and verify layers; always-fail fails at
52
+ both. Safe in production by design: the override only weakens protection for a
53
+ dapp that deliberately opts in, mirroring reCAPTCHA's public test keys.
54
+ - Updated dependencies [6c26669]
55
+ - Updated dependencies [f7f9ec5]
56
+ - @prosopo/types@4.2.1
57
+ - @prosopo/procaptcha@2.10.25
58
+ - @prosopo/procaptcha-common@2.10.15
59
+
60
+ ## 2.9.63
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [0fd81af]
64
+ - @prosopo/common@3.1.37
65
+ - @prosopo/procaptcha@2.10.24
66
+ - @prosopo/procaptcha-common@2.10.14
67
+
68
+ ## 2.9.62
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [20cae63]
72
+ - Updated dependencies [4d9923e]
73
+ - @prosopo/types@4.2.0
74
+ - @prosopo/procaptcha@2.10.23
75
+ - @prosopo/procaptcha-common@2.10.13
76
+
77
+ ## 2.9.61
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies [d351362]
81
+ - @prosopo/types@4.1.4
82
+ - @prosopo/procaptcha@2.10.22
83
+ - @prosopo/procaptcha-common@2.10.12
84
+
85
+ ## 2.9.60
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [6567ce0]
89
+ - Updated dependencies [e2711ae]
90
+ - Updated dependencies [5786629]
91
+ - @prosopo/util@3.2.14
92
+ - @prosopo/types@4.1.3
93
+ - @prosopo/locale@3.2.4
94
+ - @prosopo/procaptcha@2.10.21
95
+ - @prosopo/common@3.1.36
96
+ - @prosopo/procaptcha-common@2.10.11
97
+
98
+ ## 2.9.59
99
+ ### Patch Changes
100
+
101
+ - Updated dependencies [72a1218]
102
+ - Updated dependencies [566c1f6]
103
+ - @prosopo/util@3.2.13
104
+ - @prosopo/widget-skeleton@2.8.3
105
+ - @prosopo/procaptcha@2.10.20
106
+ - @prosopo/types@4.1.2
107
+ - @prosopo/procaptcha-common@2.10.10
108
+
109
+ ## 2.9.58
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [53bfd45]
113
+ - Updated dependencies [91958da]
114
+ - @prosopo/procaptcha-common@2.10.9
115
+ - @prosopo/locale@3.2.3
116
+ - @prosopo/types@4.1.1
117
+ - @prosopo/procaptcha@2.10.19
118
+ - @prosopo/common@3.1.35
119
+
120
+ ## 2.9.57
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies [6a741ce]
124
+ - @prosopo/types@4.1.0
125
+ - @prosopo/procaptcha@2.10.18
126
+ - @prosopo/procaptcha-common@2.10.8
127
+
128
+ ## 2.9.56
129
+ ### Patch Changes
130
+
131
+ - @prosopo/procaptcha-common@2.10.7
132
+ - @prosopo/procaptcha@2.10.17
133
+
134
+ ## 2.9.55
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies [3c0be68]
138
+ - Updated dependencies [f9ea09d]
139
+ - Updated dependencies [4aae4e6]
140
+ - Updated dependencies [d865319]
141
+ - Updated dependencies [753304b]
142
+ - Updated dependencies [8bb7286]
143
+ - Updated dependencies [f9ea09d]
144
+ - Updated dependencies [4aae4e6]
145
+ - Updated dependencies [4993813]
146
+ - Updated dependencies [5f1ae53]
147
+ - @prosopo/types@4.0.0
148
+ - @prosopo/locale@3.2.2
149
+ - @prosopo/util@3.2.12
150
+ - @prosopo/procaptcha@2.10.16
151
+ - @prosopo/common@3.1.34
152
+ - @prosopo/widget-skeleton@2.8.2
153
+ - @prosopo/procaptcha-common@2.10.6
154
+
155
+ ## 2.9.54
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [819ed95]
159
+ - @prosopo/types@3.16.1
160
+ - @prosopo/procaptcha@2.10.15
161
+ - @prosopo/procaptcha-common@2.10.5
162
+
163
+ ## 2.9.53
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [f6a4402]
167
+ - Updated dependencies [99dfb44]
168
+ - @prosopo/types@3.16.0
169
+ - @prosopo/procaptcha@2.10.14
170
+ - @prosopo/procaptcha-common@2.10.4
171
+
172
+ ## 2.9.52
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [3e54c0a]
176
+ - @prosopo/types@3.15.0
177
+ - @prosopo/procaptcha@2.10.13
178
+ - @prosopo/procaptcha-common@2.10.3
179
+
180
+ ## 2.9.51
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [946a8ba]
184
+ - Updated dependencies [5614814]
185
+ - Updated dependencies [b94890c]
186
+ - @prosopo/types@3.14.1
187
+ - @prosopo/locale@3.2.1
188
+ - @prosopo/common@3.1.33
189
+ - @prosopo/procaptcha@2.10.12
190
+ - @prosopo/procaptcha-common@2.10.2
191
+
192
+ ## 2.9.50
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [06970d2]
196
+ - Updated dependencies [fc514dd]
197
+ - Updated dependencies [42650db]
198
+ - Updated dependencies [dd3e06e]
199
+ - @prosopo/procaptcha-common@2.10.1
200
+ - @prosopo/widget-skeleton@2.8.1
201
+ - @prosopo/locale@3.2.0
202
+ - @prosopo/types@3.14.0
203
+ - @prosopo/procaptcha@2.10.11
204
+ - @prosopo/common@3.1.32
205
+
206
+ ## 2.9.49
207
+ ### Patch Changes
208
+
209
+ - Updated dependencies [73df23c]
210
+ - Updated dependencies [8139819]
211
+ - Updated dependencies [4a9c518]
212
+ - @prosopo/procaptcha-common@2.10.0
213
+ - @prosopo/widget-skeleton@2.8.0
214
+ - @prosopo/common@3.1.31
215
+ - @prosopo/procaptcha@2.10.10
216
+
217
+ ## 2.9.48
218
+ ### Patch Changes
219
+
220
+ - Updated dependencies [a25dffa]
221
+ - @prosopo/util@3.2.11
222
+ - @prosopo/procaptcha@2.10.9
223
+ - @prosopo/types@3.13.3
224
+ - @prosopo/procaptcha-common@2.9.41
225
+
226
+ ## 2.9.47
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies [346edd7]
230
+ - @prosopo/util@3.2.10
231
+ - @prosopo/procaptcha@2.10.8
232
+ - @prosopo/types@3.13.2
233
+ - @prosopo/procaptcha-common@2.9.40
234
+
235
+ ## 2.9.46
236
+ ### Patch Changes
237
+
238
+ - Updated dependencies [22bfee7]
239
+ - Updated dependencies [20192d2]
240
+ - @prosopo/util@3.2.9
241
+ - @prosopo/widget-skeleton@2.7.14
242
+ - @prosopo/procaptcha@2.10.7
243
+ - @prosopo/types@3.13.1
244
+ - @prosopo/procaptcha-common@2.9.39
245
+
246
+ ## 2.9.45
247
+ ### Patch Changes
248
+
249
+ - Updated dependencies [e0fb3d6]
250
+ - Updated dependencies [e6d9553]
251
+ - Updated dependencies [f3f23e3]
252
+ - @prosopo/util@3.2.8
253
+ - @prosopo/types@3.13.0
254
+ - @prosopo/procaptcha@2.10.6
255
+ - @prosopo/procaptcha-common@2.9.38
256
+
257
+ ## 2.9.44
258
+ ### Patch Changes
259
+
260
+ - Updated dependencies [d5082a9]
261
+ - Updated dependencies [e1ea65f]
262
+ - Updated dependencies [c316257]
263
+ - @prosopo/types@3.12.3
264
+ - @prosopo/util@3.2.7
265
+ - @prosopo/procaptcha-common@2.9.37
266
+ - @prosopo/procaptcha@2.10.5
267
+
268
+ ## 2.9.43
269
+ ### Patch Changes
270
+
271
+ - Updated dependencies [adb89a6]
272
+ - @prosopo/locale@3.1.29
273
+ - @prosopo/types@3.12.2
274
+ - @prosopo/util@3.2.6
275
+ - @prosopo/common@3.1.30
276
+ - @prosopo/procaptcha@2.10.4
277
+ - @prosopo/procaptcha-common@2.9.36
278
+
279
+ ## 2.9.42
280
+ ### Patch Changes
281
+
282
+ - Updated dependencies [c5ee492]
283
+ - Updated dependencies [a90eb54]
284
+ - @prosopo/common@3.1.29
285
+ - @prosopo/types@3.12.1
286
+ - @prosopo/procaptcha@2.10.3
287
+ - @prosopo/procaptcha-common@2.9.35
288
+
289
+ ## 2.9.41
290
+ ### Patch Changes
291
+
292
+ - Updated dependencies [676c5f2]
293
+ - Updated dependencies [feaca02]
294
+ - @prosopo/types@3.12.0
295
+ - @prosopo/procaptcha-common@2.9.34
296
+ - @prosopo/procaptcha@2.10.2
297
+
298
+ ## 2.9.40
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [8148587]
302
+ - @prosopo/types@3.11.1
303
+ - @prosopo/procaptcha@2.10.1
304
+ - @prosopo/procaptcha-common@2.9.33
305
+
306
+ ## 2.9.39
307
+ ### Patch Changes
308
+
309
+ - Updated dependencies [7f6ffc5]
310
+ - @prosopo/procaptcha@2.10.0
311
+ - @prosopo/types@3.11.0
312
+ - @prosopo/procaptcha-common@2.9.32
313
+
314
+ ## 2.9.38
315
+ ### Patch Changes
316
+
317
+ - Updated dependencies [93fa086]
318
+ - @prosopo/types@3.10.2
319
+ - @prosopo/procaptcha@2.9.38
320
+ - @prosopo/procaptcha-common@2.9.31
321
+
322
+ ## 2.9.37
323
+ ### Patch Changes
324
+
325
+ - Updated dependencies [cde7550]
326
+ - @prosopo/types@3.10.1
327
+ - @prosopo/procaptcha@2.9.37
328
+ - @prosopo/procaptcha-common@2.9.30
329
+
330
+ ## 2.9.36
331
+ ### Patch Changes
332
+
333
+ - Updated dependencies [ad6d622]
334
+ - @prosopo/types@3.10.0
335
+ - @prosopo/procaptcha@2.9.36
336
+ - @prosopo/procaptcha-common@2.9.29
337
+
338
+ ## 2.9.35
339
+ ### Patch Changes
340
+
341
+ - 592adf1: Don't make people wait so long for a new session
342
+ - Updated dependencies [ff58a70]
343
+ - @prosopo/types@3.9.0
344
+ - @prosopo/procaptcha@2.9.35
345
+ - @prosopo/procaptcha-common@2.9.28
346
+
347
+ ## 2.9.34
348
+ ### Patch Changes
349
+
350
+ - @prosopo/procaptcha@2.9.34
351
+
352
+ ## 2.9.33
353
+ ### Patch Changes
354
+
355
+ - Updated dependencies [d2431cd]
356
+ - @prosopo/types@3.8.4
357
+ - @prosopo/procaptcha@2.9.33
358
+ - @prosopo/procaptcha-common@2.9.27
359
+
360
+ ## 2.9.32
361
+ ### Patch Changes
362
+
363
+ - @prosopo/procaptcha@2.9.32
364
+
365
+ ## 2.9.31
366
+ ### Patch Changes
367
+
368
+ - Updated dependencies [bd6995b]
369
+ - @prosopo/types@3.8.3
370
+ - @prosopo/procaptcha@2.9.31
371
+ - @prosopo/procaptcha-common@2.9.26
372
+
373
+ ## 2.9.30
374
+ ### Patch Changes
375
+
376
+ - Updated dependencies [9633e58]
377
+ - @prosopo/types@3.8.2
378
+ - @prosopo/procaptcha@2.9.30
379
+ - @prosopo/procaptcha-common@2.9.25
380
+
381
+ ## 2.9.29
382
+ ### Patch Changes
383
+
384
+ - Updated dependencies [f52a5c1]
385
+ - @prosopo/types@3.8.1
386
+ - @prosopo/procaptcha@2.9.29
387
+ - @prosopo/procaptcha-common@2.9.24
388
+
389
+ ## 2.9.28
390
+ ### Patch Changes
391
+
392
+ - @prosopo/procaptcha@2.9.28
393
+
394
+ ## 2.9.27
395
+ ### Patch Changes
396
+
397
+ - 0a38892: feat/cross-os-testing
398
+ - a8faa9a: bump license year
399
+ - 3acc333: Release 3.3.0
400
+ - Updated dependencies [a53526b]
401
+ - Updated dependencies [f3cf586]
402
+ - Updated dependencies [3acc333]
403
+ - Updated dependencies [0a38892]
404
+ - Updated dependencies [1ee3d80]
405
+ - Updated dependencies [a8faa9a]
406
+ - Updated dependencies [7543d17]
407
+ - Updated dependencies [fe9fe22]
408
+ - Updated dependencies [3acc333]
409
+ - @prosopo/util@3.2.5
410
+ - @prosopo/procaptcha-common@2.9.23
411
+ - @prosopo/types@3.8.0
412
+ - @prosopo/widget-skeleton@2.7.13
413
+ - @prosopo/procaptcha@2.9.27
414
+ - @prosopo/common@3.1.28
415
+ - @prosopo/locale@3.1.28
416
+
417
+ ## 2.9.26
418
+ ### Patch Changes
419
+
420
+ - @prosopo/procaptcha@2.9.26
421
+
422
+ ## 2.9.25
423
+ ### Patch Changes
424
+
425
+ - @prosopo/procaptcha@2.9.25
426
+
427
+ ## 2.9.24
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies [141e462]
431
+ - @prosopo/types@3.7.2
432
+ - @prosopo/procaptcha@2.9.24
433
+ - @prosopo/procaptcha-common@2.9.22
434
+
435
+ ## 2.9.23
436
+ ### Patch Changes
437
+
438
+ - Updated dependencies [345b25b]
439
+ - @prosopo/types@3.7.1
440
+ - @prosopo/procaptcha@2.9.23
441
+ - @prosopo/procaptcha-common@2.9.21
442
+
443
+ ## 2.9.22
444
+ ### Patch Changes
445
+
446
+ - Updated dependencies [ce70a2b]
447
+ - Updated dependencies [c2b940f]
448
+ - Updated dependencies [f6b5094]
449
+ - Updated dependencies [e01227b]
450
+ - @prosopo/types@3.7.0
451
+ - @prosopo/locale@3.1.27
452
+ - @prosopo/common@3.1.27
453
+ - @prosopo/procaptcha@2.9.22
454
+ - @prosopo/procaptcha-common@2.9.20
455
+
3
456
  ## 2.9.21
4
457
  ### Patch Changes
5
458