@prosopo/procaptcha-bundle 3.2.3 → 3.2.9

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @prosopo/procaptcha-bundle
2
2
 
3
+ ## 3.2.9
4
+ ### Patch Changes
5
+
6
+ - 93d92a7: little bump for publish all
7
+ - Updated dependencies [93d92a7]
8
+ - @prosopo/dotenv@3.0.30
9
+ - @prosopo/locale@3.1.25
10
+ - @prosopo/procaptcha-common@2.9.18
11
+ - @prosopo/procaptcha-frictionless@2.8.21
12
+ - @prosopo/procaptcha-pow@2.8.26
13
+ - @prosopo/procaptcha-react@2.9.20
14
+ - @prosopo/types@3.6.3
15
+ - @prosopo/util@3.2.3
16
+ - @prosopo/widget-skeleton@2.7.11
17
+
18
+ ## 3.2.8
19
+ ### Patch Changes
20
+
21
+ - 8ee8434: bump node engines to 24 and npm version to 11
22
+ - cfee479: make @prosopo/config a dev dep
23
+ - Updated dependencies [8ee8434]
24
+ - Updated dependencies [cfee479]
25
+ - @prosopo/procaptcha-frictionless@2.8.20
26
+ - @prosopo/procaptcha-common@2.9.17
27
+ - @prosopo/procaptcha-react@2.9.19
28
+ - @prosopo/widget-skeleton@2.7.10
29
+ - @prosopo/procaptcha-pow@2.8.25
30
+ - @prosopo/dotenv@3.0.29
31
+ - @prosopo/locale@3.1.24
32
+ - @prosopo/types@3.6.2
33
+ - @prosopo/util@3.2.2
34
+
35
+ ## 3.2.7
36
+ ### Patch Changes
37
+
38
+ - e926831: mega mini bump for all to trigger publish all
39
+ - Updated dependencies [e926831]
40
+ - @prosopo/config@3.1.23
41
+ - @prosopo/dotenv@3.0.28
42
+ - @prosopo/locale@3.1.23
43
+ - @prosopo/procaptcha-common@2.9.16
44
+ - @prosopo/procaptcha-frictionless@2.8.19
45
+ - @prosopo/procaptcha-pow@2.8.24
46
+ - @prosopo/procaptcha-react@2.9.18
47
+ - @prosopo/types@3.6.1
48
+ - @prosopo/util@3.2.1
49
+ - @prosopo/widget-skeleton@2.7.9
50
+
51
+ ## 3.2.6
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [9128d5e]
55
+ - Updated dependencies [9128d5e]
56
+ - @prosopo/procaptcha-common@2.9.15
57
+ - @prosopo/procaptcha-frictionless@2.8.18
58
+ - @prosopo/procaptcha-pow@2.8.23
59
+ - @prosopo/procaptcha-react@2.9.17
60
+
61
+ ## 3.2.5
62
+ ### Patch Changes
63
+
64
+ - @prosopo/procaptcha-react@2.9.16
65
+ - @prosopo/procaptcha-frictionless@2.8.17
66
+
67
+ ## 3.2.4
68
+ ### Patch Changes
69
+
70
+ - @prosopo/procaptcha-react@2.9.15
71
+ - @prosopo/procaptcha-frictionless@2.8.16
72
+
3
73
  ## 3.2.3
4
74
  ### Patch Changes
5
75
 
@@ -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.9",
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.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",
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.25",
71
71
  "@types/jsdom": "21.1.7",
72
72
  "@types/node": "22.10.2",
73
73
  "@types/react": "18.3.1",