@prosopo/procaptcha-bundle 3.2.9 → 3.2.10

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,81 @@
1
+
2
+ > @prosopo/procaptcha-bundle@3.2.10 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/dotenv/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/procaptcha-frictionless/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
31
+ ]
32
+ }
33
+ {
34
+ externals: [
35
+ '@prosopo/dotenv',
36
+ '@prosopo/common',
37
+ '@prosopo/locale',
38
+ '@prosopo/types',
39
+ '@prosopo/util',
40
+ '@prosopo/util-crypto',
41
+ '@prosopo/procaptcha-frictionless',
42
+ '@prosopo/detector',
43
+ '@prosopo/load-balancer',
44
+ '@prosopo/procaptcha-pow',
45
+ '@prosopo/api',
46
+ '@prosopo/procaptcha-common',
47
+ '@prosopo/widget-skeleton',
48
+ '@prosopo/account',
49
+ '@prosopo/fingerprint',
50
+ '@prosopo/keyring',
51
+ '@prosopo/procaptcha-react',
52
+ '@prosopo/procaptcha',
53
+ '@prosopo/datasets',
54
+ '@prosopo/types-database',
55
+ '@prosopo/user-access-policy',
56
+ '@prosopo/api-route',
57
+ '@prosopo/redis-client'
58
+ ]
59
+ }
60
+ vite v6.4.1 building SSR bundle for production...
61
+ Bundle build started
62
+ transforming...
63
+ Build end
64
+ ✓ 14 modules transformed.
65
+ Entry module "src/index.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.
66
+ rendering chunks...
67
+ dist/cjs/util/captcha/captchaType.cjs 0.47 kB
68
+ dist/cjs/util/captcha/components/powCaptcha.cjs 0.55 kB
69
+ dist/cjs/util/captcha/components/imageCaptcha.cjs 0.56 kB
70
+ dist/cjs/util/captcha/captchaComponentsList.cjs 0.60 kB
71
+ dist/cjs/util/timeout.cjs 0.61 kB
72
+ dist/cjs/util/widgetThemeResolver.cjs 0.62 kB
73
+ dist/cjs/util/config.cjs 0.67 kB
74
+ dist/cjs/util/language.cjs 0.67 kB
75
+ dist/cjs/util/captcha/components/frictionlessCaptcha.cjs 0.85 kB
76
+ dist/cjs/util/captcha/captchaComponentProvider.cjs 0.88 kB
77
+ dist/cjs/util/configCreator.cjs 0.89 kB
78
+ dist/cjs/util/captcha/captchaRenderer.cjs 2.24 kB
79
+ dist/cjs/util/widgetFactory.cjs 3.08 kB
80
+ dist/cjs/index.cjs 5.66 kB
81
+ ✓ built in 252ms
@@ -0,0 +1,80 @@
1
+
2
+ > @prosopo/procaptcha-bundle@3.2.10 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/dotenv/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/procaptcha-frictionless/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
31
+ ]
32
+ }
33
+ {
34
+ externals: [
35
+ '@prosopo/dotenv',
36
+ '@prosopo/common',
37
+ '@prosopo/locale',
38
+ '@prosopo/types',
39
+ '@prosopo/util',
40
+ '@prosopo/util-crypto',
41
+ '@prosopo/procaptcha-frictionless',
42
+ '@prosopo/detector',
43
+ '@prosopo/load-balancer',
44
+ '@prosopo/procaptcha-pow',
45
+ '@prosopo/api',
46
+ '@prosopo/procaptcha-common',
47
+ '@prosopo/widget-skeleton',
48
+ '@prosopo/account',
49
+ '@prosopo/fingerprint',
50
+ '@prosopo/keyring',
51
+ '@prosopo/procaptcha-react',
52
+ '@prosopo/procaptcha',
53
+ '@prosopo/datasets',
54
+ '@prosopo/types-database',
55
+ '@prosopo/user-access-policy',
56
+ '@prosopo/api-route',
57
+ '@prosopo/redis-client'
58
+ ]
59
+ }
60
+ vite v6.4.1 building SSR bundle for production...
61
+ Bundle build started
62
+ transforming...
63
+ Build end
64
+ ✓ 14 modules transformed.
65
+ rendering chunks...
66
+ dist/util/captcha/captchaType.js 0.36 kB
67
+ dist/util/captcha/components/imageCaptcha.js 0.40 kB
68
+ dist/util/captcha/components/powCaptcha.js 0.40 kB
69
+ dist/util/captcha/captchaComponentsList.js 0.43 kB
70
+ dist/util/timeout.js 0.50 kB
71
+ dist/util/widgetThemeResolver.js 0.51 kB
72
+ dist/util/config.js 0.54 kB
73
+ dist/util/language.js 0.57 kB
74
+ dist/util/captcha/components/frictionlessCaptcha.js 0.68 kB
75
+ dist/util/captcha/captchaComponentProvider.js 0.73 kB
76
+ dist/util/configCreator.js 0.81 kB
77
+ dist/util/captcha/captchaRenderer.js 2.09 kB
78
+ dist/util/widgetFactory.js 2.88 kB
79
+ dist/index.js 5.36 kB
80
+ ✓ built in 270ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @prosopo/procaptcha-bundle
2
2
 
3
+ ## 3.2.10
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/dotenv@3.0.31
9
+ - @prosopo/locale@3.1.26
10
+ - @prosopo/procaptcha-common@2.9.19
11
+ - @prosopo/procaptcha-frictionless@2.8.22
12
+ - @prosopo/procaptcha-pow@2.8.27
13
+ - @prosopo/procaptcha-react@2.9.21
14
+ - @prosopo/types@3.6.4
15
+ - @prosopo/util@3.2.4
16
+ - @prosopo/widget-skeleton@2.7.12
17
+
3
18
  ## 3.2.9
4
19
  ### Patch Changes
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-bundle",
3
- "version": "3.2.9",
3
+ "version": "3.2.10",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
39
39
  "dependencies": {
40
- "@prosopo/dotenv": "3.0.30",
41
- "@prosopo/locale": "3.1.25",
42
- "@prosopo/procaptcha-common": "2.9.18",
43
- "@prosopo/procaptcha-frictionless": "2.8.21",
44
- "@prosopo/procaptcha-pow": "2.8.26",
45
- "@prosopo/procaptcha-react": "2.9.20",
46
- "@prosopo/types": "3.6.3",
47
- "@prosopo/util": "3.2.3",
48
- "@prosopo/widget-skeleton": "2.7.11",
40
+ "@prosopo/dotenv": "3.0.31",
41
+ "@prosopo/locale": "3.1.26",
42
+ "@prosopo/procaptcha-common": "2.9.19",
43
+ "@prosopo/procaptcha-frictionless": "2.8.22",
44
+ "@prosopo/procaptcha-pow": "2.8.27",
45
+ "@prosopo/procaptcha-react": "2.9.21",
46
+ "@prosopo/types": "3.6.4",
47
+ "@prosopo/util": "3.2.4",
48
+ "@prosopo/widget-skeleton": "2.7.12",
49
49
  "dotenv": "16.4.5",
50
50
  "fast-glob": "3.3.2",
51
51
  "jsdom": "25.0.0",
@@ -67,7 +67,7 @@
67
67
  "registry": "https://registry.npmjs.org"
68
68
  },
69
69
  "devDependencies": {
70
- "@prosopo/config": "3.1.25",
70
+ "@prosopo/config": "3.1.26",
71
71
  "@types/jsdom": "21.1.7",
72
72
  "@types/node": "22.10.2",
73
73
  "@types/react": "18.3.1",