@prosopo/react-procaptcha-integration-demo 1.1.36 → 1.1.40

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,55 @@
1
+
2
+ > @prosopo/react-procaptcha-integration-demo@1.1.40 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:15:3:
8
+ 15 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:13:3:
14
+ 13 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:14:3:
20
+ 14 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteCommonJSConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/integration/frameworks/react/react-procaptcha-wrapper/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
33
+ ]
34
+ }
35
+ {
36
+ externals: [
37
+ '@prosopo/react-procaptcha-wrapper',
38
+ '@prosopo/procaptcha-wrapper',
39
+ '@prosopo/types',
40
+ '@prosopo/locale',
41
+ '@prosopo/util',
42
+ '@prosopo/util-crypto',
43
+ '@prosopo/procaptcha-integration-build-config'
44
+ ]
45
+ }
46
+ vite v6.4.1 building SSR bundle for production...
47
+ Bundle build started
48
+ transforming...
49
+ Build end
50
+ ✓ 3 modules transformed.
51
+ rendering chunks...
52
+ dist/cjs/index.cjs 0.07 kB
53
+ dist/cjs/app.cjs 0.68 kB
54
+ dist/cjs/integrationDemo.cjs 0.72 kB
55
+ ✓ built in 210ms
@@ -0,0 +1,55 @@
1
+
2
+ > @prosopo/react-procaptcha-integration-demo@1.1.40 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:15:3:
8
+ 15 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:13:3:
14
+ 13 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:14:3:
20
+ 14 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteEsmConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/integration/frameworks/react/react-procaptcha-wrapper/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
33
+ ]
34
+ }
35
+ {
36
+ externals: [
37
+ '@prosopo/react-procaptcha-wrapper',
38
+ '@prosopo/procaptcha-wrapper',
39
+ '@prosopo/types',
40
+ '@prosopo/locale',
41
+ '@prosopo/util',
42
+ '@prosopo/util-crypto',
43
+ '@prosopo/procaptcha-integration-build-config'
44
+ ]
45
+ }
46
+ vite v6.4.1 building SSR bundle for production...
47
+ Bundle build started
48
+ transforming...
49
+ Build end
50
+ ✓ 3 modules transformed.
51
+ rendering chunks...
52
+ dist/index.js 0.05 kB
53
+ dist/app.js 0.56 kB
54
+ dist/integrationDemo.js 0.56 kB
55
+ ✓ built in 168ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @prosopo/react-procaptcha-integration-demo
2
2
 
3
+ ## 1.1.40
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/react-procaptcha-wrapper@1.1.40
9
+
10
+ ## 1.1.39
11
+ ### Patch Changes
12
+
13
+ - 93d92a7: little bump for publish all
14
+ - Updated dependencies [93d92a7]
15
+ - @prosopo/react-procaptcha-wrapper@1.1.39
16
+
17
+ ## 1.1.38
18
+ ### Patch Changes
19
+
20
+ - 8ee8434: bump node engines to 24 and npm version to 11
21
+ - cfee479: make @prosopo/config a dev dep
22
+ - Updated dependencies [8ee8434]
23
+ - Updated dependencies [cfee479]
24
+ - @prosopo/react-procaptcha-wrapper@1.1.38
25
+
26
+ ## 1.1.37
27
+ ### Patch Changes
28
+
29
+ - e926831: mega mini bump for all to trigger publish all
30
+ - Updated dependencies [e926831]
31
+ - @prosopo/config@3.1.23
32
+ - @prosopo/react-procaptcha-wrapper@1.1.37
33
+
3
34
  ## 1.1.36
4
35
  ### Patch Changes
5
36
 
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import ReactDOM from "react-dom/client";
3
3
  import { IntegrationDemoComponent } from "./integrationDemo.js";
4
4
  class App {
package/dist/cjs/app.cjs CHANGED
@@ -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 ReactDOM = require("react-dom/client");
5
5
  const integrationDemo = require("./integrationDemo.cjs");
6
6
  class App {
@@ -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 reactProcaptchaWrapper = require("@prosopo/react-procaptcha-wrapper");
5
5
  const IntegrationDemoComponent = () => {
6
6
  const siteKey = "";
@@ -1,4 +1,4 @@
1
- import { jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import { ProcaptchaComponent } from "@prosopo/react-procaptcha-wrapper";
3
3
  const IntegrationDemoComponent = () => {
4
4
  const siteKey = "";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prosopo/react-procaptcha-integration-demo",
3
- "version": "1.1.36",
3
+ "version": "1.1.40",
4
4
  "type": "module",
5
5
  "engines": {
6
- "node": ">=v20.0.0",
7
- "npm": ">=10.6.0"
6
+ "node": "^24",
7
+ "npm": "^11"
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -24,13 +24,13 @@
24
24
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/react-procaptcha-wrapper": "1.1.36",
27
+ "@prosopo/react-procaptcha-wrapper": "1.1.40",
28
28
  "react": "18.3.1",
29
- "react-dom": "18.3.1",
30
- "@prosopo/config": "3.1.22"
29
+ "react-dom": "18.3.1"
31
30
  },
32
31
  "devDependencies": {
33
- "@prosopo/procaptcha-integration-build-config": "1.1.23",
32
+ "@prosopo/config": "3.1.26",
33
+ "@prosopo/procaptcha-integration-build-config": "1.1.27",
34
34
  "@types/node": "22.10.2",
35
35
  "@vitejs/plugin-react": "5.1.0",
36
36
  "del-cli": "6.0.0"