@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.
- package/.turbo/turbo-build$colon$cjs.log +55 -0
- package/.turbo/turbo-build.log +55 -0
- package/CHANGELOG.md +31 -0
- package/dist/app.js +1 -1
- package/dist/cjs/app.cjs +1 -1
- package/dist/cjs/integrationDemo.cjs +1 -1
- package/dist/integrationDemo.js +1 -1
- package/package.json +7 -7
|
@@ -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
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
47
|
+
Bundle build started
|
|
48
|
+
transforming...
|
|
49
|
+
Build end
|
|
50
|
+
[32m✓[39m 3 modules transformed.
|
|
51
|
+
rendering chunks...
|
|
52
|
+
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.07 kB[22m[1m[22m
|
|
53
|
+
[2mdist/cjs/[22m[36mapp.cjs [39m[1m[2m0.68 kB[22m[1m[22m
|
|
54
|
+
[2mdist/cjs/[22m[36mintegrationDemo.cjs [39m[1m[2m0.72 kB[22m[1m[22m
|
|
55
|
+
[32m✓ built in 210ms[39m
|
|
@@ -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
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
47
|
+
Bundle build started
|
|
48
|
+
transforming...
|
|
49
|
+
Build end
|
|
50
|
+
[32m✓[39m 3 modules transformed.
|
|
51
|
+
rendering chunks...
|
|
52
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m0.05 kB[22m[1m[22m
|
|
53
|
+
[2mdist/[22m[36mapp.js [39m[1m[2m0.56 kB[22m[1m[22m
|
|
54
|
+
[2mdist/[22m[36mintegrationDemo.js [39m[1m[2m0.56 kB[22m[1m[22m
|
|
55
|
+
[32m✓ built in 168ms[39m
|
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
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("
|
|
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("
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const reactProcaptchaWrapper = require("@prosopo/react-procaptcha-wrapper");
|
|
5
5
|
const IntegrationDemoComponent = () => {
|
|
6
6
|
const siteKey = "";
|
package/dist/integrationDemo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/react-procaptcha-integration-demo",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": "
|
|
7
|
-
"npm": "
|
|
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.
|
|
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/
|
|
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"
|