@prosopo/procaptcha-bundle 3.2.3 → 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,90 @@
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
+
18
+ ## 3.2.9
19
+ ### Patch Changes
20
+
21
+ - 93d92a7: little bump for publish all
22
+ - Updated dependencies [93d92a7]
23
+ - @prosopo/dotenv@3.0.30
24
+ - @prosopo/locale@3.1.25
25
+ - @prosopo/procaptcha-common@2.9.18
26
+ - @prosopo/procaptcha-frictionless@2.8.21
27
+ - @prosopo/procaptcha-pow@2.8.26
28
+ - @prosopo/procaptcha-react@2.9.20
29
+ - @prosopo/types@3.6.3
30
+ - @prosopo/util@3.2.3
31
+ - @prosopo/widget-skeleton@2.7.11
32
+
33
+ ## 3.2.8
34
+ ### Patch Changes
35
+
36
+ - 8ee8434: bump node engines to 24 and npm version to 11
37
+ - cfee479: make @prosopo/config a dev dep
38
+ - Updated dependencies [8ee8434]
39
+ - Updated dependencies [cfee479]
40
+ - @prosopo/procaptcha-frictionless@2.8.20
41
+ - @prosopo/procaptcha-common@2.9.17
42
+ - @prosopo/procaptcha-react@2.9.19
43
+ - @prosopo/widget-skeleton@2.7.10
44
+ - @prosopo/procaptcha-pow@2.8.25
45
+ - @prosopo/dotenv@3.0.29
46
+ - @prosopo/locale@3.1.24
47
+ - @prosopo/types@3.6.2
48
+ - @prosopo/util@3.2.2
49
+
50
+ ## 3.2.7
51
+ ### Patch Changes
52
+
53
+ - e926831: mega mini bump for all to trigger publish all
54
+ - Updated dependencies [e926831]
55
+ - @prosopo/config@3.1.23
56
+ - @prosopo/dotenv@3.0.28
57
+ - @prosopo/locale@3.1.23
58
+ - @prosopo/procaptcha-common@2.9.16
59
+ - @prosopo/procaptcha-frictionless@2.8.19
60
+ - @prosopo/procaptcha-pow@2.8.24
61
+ - @prosopo/procaptcha-react@2.9.18
62
+ - @prosopo/types@3.6.1
63
+ - @prosopo/util@3.2.1
64
+ - @prosopo/widget-skeleton@2.7.9
65
+
66
+ ## 3.2.6
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [9128d5e]
70
+ - Updated dependencies [9128d5e]
71
+ - @prosopo/procaptcha-common@2.9.15
72
+ - @prosopo/procaptcha-frictionless@2.8.18
73
+ - @prosopo/procaptcha-pow@2.8.23
74
+ - @prosopo/procaptcha-react@2.9.17
75
+
76
+ ## 3.2.5
77
+ ### Patch Changes
78
+
79
+ - @prosopo/procaptcha-react@2.9.16
80
+ - @prosopo/procaptcha-frictionless@2.8.17
81
+
82
+ ## 3.2.4
83
+ ### Patch Changes
84
+
85
+ - @prosopo/procaptcha-react@2.9.15
86
+ - @prosopo/procaptcha-frictionless@2.8.16
87
+
3
88
  ## 3.2.3
4
89
  ### Patch Changes
5
90
 
@@ -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 types = require("@prosopo/types");
5
5
  const captchaComponentsList = require("./captchaComponentsList.cjs");
6
6
  class CaptchaComponentProvider {
@@ -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 createCache = require("@emotion/cache");
5
5
  const react = require("@emotion/react");
6
6
  const client = require("react-dom/client");
@@ -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 procaptchaCommon = require("@prosopo/procaptcha-common");
5
5
  const procaptchaFrictionless = require("@prosopo/procaptcha-frictionless");
6
6
  const react = require("react");
@@ -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 procaptchaCommon = require("@prosopo/procaptcha-common");
5
5
  const procaptchaReact = require("@prosopo/procaptcha-react");
6
6
  const ImageCaptcha = (props) => {
@@ -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 procaptchaCommon = require("@prosopo/procaptcha-common");
5
5
  const procaptchaPow = require("@prosopo/procaptcha-pow");
6
6
  const PowCaptcha = (props) => {
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { CaptchaType } from "@prosopo/types";
3
3
  import { captchaComponentsList } from "./captchaComponentsList.js";
4
4
  class CaptchaComponentProvider {
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import createCache from "@emotion/cache";
3
3
  import { CacheProvider } from "@emotion/react";
4
4
  import { createRoot } from "react-dom/client";
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { getDefaultEvents } from "@prosopo/procaptcha-common";
3
3
  import { ProcaptchaFrictionless } from "@prosopo/procaptcha-frictionless";
4
4
  import { useState } from "react";
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { getDefaultEvents } from "@prosopo/procaptcha-common";
3
3
  import { Procaptcha } from "@prosopo/procaptcha-react";
4
4
  const ImageCaptcha = (props) => {
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { getDefaultEvents } from "@prosopo/procaptcha-common";
3
3
  import { ProcaptchaPow } from "@prosopo/procaptcha-pow";
4
4
  const PowCaptcha = (props) => {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-bundle",
3
- "version": "3.2.3",
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",
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
  ".": {
@@ -37,16 +37,15 @@
37
37
  },
38
38
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
39
39
  "dependencies": {
40
- "@prosopo/dotenv": "3.0.27",
41
- "@prosopo/locale": "3.1.22",
42
- "@prosopo/procaptcha-common": "2.9.14",
43
- "@prosopo/procaptcha-frictionless": "2.8.15",
44
- "@prosopo/procaptcha-pow": "2.8.22",
45
- "@prosopo/procaptcha-react": "2.9.14",
46
- "@prosopo/types": "3.6.0",
47
- "@prosopo/util": "3.2.0",
48
- "@prosopo/widget-skeleton": "2.7.8",
49
- "@prosopo/config": "3.1.22",
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",
50
49
  "dotenv": "16.4.5",
51
50
  "fast-glob": "3.3.2",
52
51
  "jsdom": "25.0.0",
@@ -68,6 +67,7 @@
68
67
  "registry": "https://registry.npmjs.org"
69
68
  },
70
69
  "devDependencies": {
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",