@prosopo/procaptcha-common 2.9.18 → 2.9.19

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,51 @@
1
+
2
+ > @prosopo/procaptcha-common@2.9.19 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/load-balancer/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
18
+ ]
19
+ }
20
+ {
21
+ externals: [
22
+ '@prosopo/load-balancer',
23
+ '@prosopo/common',
24
+ '@prosopo/locale',
25
+ '@prosopo/types',
26
+ '@prosopo/util',
27
+ '@prosopo/util-crypto',
28
+ '@prosopo/widget-skeleton',
29
+ '@prosopo/account',
30
+ '@prosopo/fingerprint',
31
+ '@prosopo/keyring'
32
+ ]
33
+ }
34
+ vite v6.4.1 building SSR bundle for production...
35
+ Bundle build started
36
+ transforming...
37
+ Build end
38
+ ✓ 10 modules transformed.
39
+ Entry module "src/reactComponents/Checkbox.tsx" 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.
40
+ rendering chunks...
41
+ dist/cjs/callbacks/defaultEvents.cjs 0.31 kB
42
+ dist/cjs/elements/window.cjs 0.39 kB
43
+ dist/cjs/elements/form.cjs 0.65 kB
44
+ dist/cjs/providers.cjs 0.98 kB
45
+ dist/cjs/index.cjs 1.16 kB
46
+ dist/cjs/extensionLoader.cjs 1.48 kB
47
+ dist/cjs/reactComponents/Reload.cjs 3.19 kB
48
+ dist/cjs/state/builder.cjs 3.26 kB
49
+ dist/cjs/callbacks/defaultCallbacks.cjs 4.07 kB
50
+ dist/cjs/reactComponents/Checkbox.cjs 4.26 kB
51
+ ✓ built in 223ms
@@ -0,0 +1,50 @@
1
+
2
+ > @prosopo/procaptcha-common@2.9.19 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/load-balancer/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
18
+ ]
19
+ }
20
+ {
21
+ externals: [
22
+ '@prosopo/load-balancer',
23
+ '@prosopo/common',
24
+ '@prosopo/locale',
25
+ '@prosopo/types',
26
+ '@prosopo/util',
27
+ '@prosopo/util-crypto',
28
+ '@prosopo/widget-skeleton',
29
+ '@prosopo/account',
30
+ '@prosopo/fingerprint',
31
+ '@prosopo/keyring'
32
+ ]
33
+ }
34
+ vite v6.4.1 building SSR bundle for production...
35
+ Bundle build started
36
+ transforming...
37
+ Build end
38
+ ✓ 10 modules transformed.
39
+ rendering chunks...
40
+ dist/callbacks/defaultEvents.js 0.19 kB
41
+ dist/extensionLoader.js 0.21 kB
42
+ dist/elements/window.js 0.29 kB
43
+ dist/elements/form.js 0.52 kB
44
+ dist/index.js 0.77 kB
45
+ dist/providers.js 0.83 kB
46
+ dist/reactComponents/Reload.js 3.01 kB
47
+ dist/state/builder.js 3.14 kB
48
+ dist/callbacks/defaultCallbacks.js 3.91 kB
49
+ dist/reactComponents/Checkbox.js 4.04 kB
50
+ ✓ built in 254ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @prosopo/procaptcha-common
2
2
 
3
+ ## 2.9.19
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/account@2.7.43
9
+ - @prosopo/load-balancer@2.8.13
10
+ - @prosopo/types@3.6.4
11
+ - @prosopo/widget-skeleton@2.7.12
12
+
3
13
  ## 2.9.18
4
14
  ### Patch Changes
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-common",
3
- "version": "2.9.18",
3
+ "version": "2.9.19",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "dependencies": {
34
34
  "@emotion/react": "11.11.1",
35
35
  "@emotion/styled": "11.11.0",
36
- "@prosopo/account": "2.7.42",
37
- "@prosopo/load-balancer": "2.8.12",
38
- "@prosopo/types": "3.6.3",
39
- "@prosopo/widget-skeleton": "2.7.11",
36
+ "@prosopo/account": "2.7.43",
37
+ "@prosopo/load-balancer": "2.8.13",
38
+ "@prosopo/types": "3.6.4",
39
+ "@prosopo/widget-skeleton": "2.7.12",
40
40
  "react": "18.3.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@prosopo/config": "3.1.25",
43
+ "@prosopo/config": "3.1.26",
44
44
  "@types/jsdom": "21.1.7",
45
45
  "@types/node": "22.10.2",
46
46
  "@types/react": "18.3.1",