@prosopo/procaptcha-frictionless 2.8.21 → 2.8.22
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 +67 -0
- package/.turbo/turbo-build.log +66 -0
- package/CHANGELOG.md +16 -0
- package/package.json +12 -12
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/procaptcha-frictionless@2.8.22 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/detector/tsconfig.json',
|
|
9
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
10
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
11
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
12
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
13
|
+
'/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
|
|
14
|
+
'/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
|
|
15
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
|
|
16
|
+
'/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
|
|
17
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
|
|
18
|
+
'/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
|
|
19
|
+
'/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
|
|
20
|
+
'/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
|
|
21
|
+
'/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
|
|
22
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
|
|
23
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
|
|
24
|
+
'/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
|
|
25
|
+
'/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
|
|
26
|
+
'/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
|
|
27
|
+
'/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
|
|
28
|
+
'/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
{
|
|
32
|
+
externals: [
|
|
33
|
+
'@prosopo/detector',
|
|
34
|
+
'@prosopo/types',
|
|
35
|
+
'@prosopo/locale',
|
|
36
|
+
'@prosopo/util',
|
|
37
|
+
'@prosopo/util-crypto',
|
|
38
|
+
'@prosopo/load-balancer',
|
|
39
|
+
'@prosopo/common',
|
|
40
|
+
'@prosopo/procaptcha-pow',
|
|
41
|
+
'@prosopo/api',
|
|
42
|
+
'@prosopo/procaptcha-common',
|
|
43
|
+
'@prosopo/widget-skeleton',
|
|
44
|
+
'@prosopo/account',
|
|
45
|
+
'@prosopo/fingerprint',
|
|
46
|
+
'@prosopo/keyring',
|
|
47
|
+
'@prosopo/procaptcha-react',
|
|
48
|
+
'@prosopo/procaptcha',
|
|
49
|
+
'@prosopo/datasets',
|
|
50
|
+
'@prosopo/types-database',
|
|
51
|
+
'@prosopo/user-access-policy',
|
|
52
|
+
'@prosopo/api-route',
|
|
53
|
+
'@prosopo/redis-client'
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
57
|
+
Bundle build started
|
|
58
|
+
transforming...
|
|
59
|
+
Build end
|
|
60
|
+
[32m✓[39m 4 modules transformed.
|
|
61
|
+
[33mEntry module "src/customDetectBot.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.[39m
|
|
62
|
+
rendering chunks...
|
|
63
|
+
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.24 kB[22m[1m[22m
|
|
64
|
+
[2mdist/cjs/[22m[36mdetectorLoader.cjs [39m[1m[2m1.37 kB[22m[1m[22m
|
|
65
|
+
[2mdist/cjs/[22m[36mcustomDetectBot.cjs [39m[1m[2m2.11 kB[22m[1m[22m
|
|
66
|
+
[2mdist/cjs/[22m[36mProcaptchaFrictionless.cjs [39m[1m[2m4.98 kB[22m[1m[22m
|
|
67
|
+
[32m✓ built in 143ms[39m
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/procaptcha-frictionless@2.8.22 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/detector/tsconfig.json',
|
|
9
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
10
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
11
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
12
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
13
|
+
'/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
|
|
14
|
+
'/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
|
|
15
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-pow/tsconfig.json',
|
|
16
|
+
'/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
|
|
17
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
|
|
18
|
+
'/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
|
|
19
|
+
'/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
|
|
20
|
+
'/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
|
|
21
|
+
'/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
|
|
22
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-react/tsconfig.json',
|
|
23
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha/tsconfig.json',
|
|
24
|
+
'/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
|
|
25
|
+
'/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
|
|
26
|
+
'/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
|
|
27
|
+
'/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
|
|
28
|
+
'/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json'
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
{
|
|
32
|
+
externals: [
|
|
33
|
+
'@prosopo/detector',
|
|
34
|
+
'@prosopo/types',
|
|
35
|
+
'@prosopo/locale',
|
|
36
|
+
'@prosopo/util',
|
|
37
|
+
'@prosopo/util-crypto',
|
|
38
|
+
'@prosopo/load-balancer',
|
|
39
|
+
'@prosopo/common',
|
|
40
|
+
'@prosopo/procaptcha-pow',
|
|
41
|
+
'@prosopo/api',
|
|
42
|
+
'@prosopo/procaptcha-common',
|
|
43
|
+
'@prosopo/widget-skeleton',
|
|
44
|
+
'@prosopo/account',
|
|
45
|
+
'@prosopo/fingerprint',
|
|
46
|
+
'@prosopo/keyring',
|
|
47
|
+
'@prosopo/procaptcha-react',
|
|
48
|
+
'@prosopo/procaptcha',
|
|
49
|
+
'@prosopo/datasets',
|
|
50
|
+
'@prosopo/types-database',
|
|
51
|
+
'@prosopo/user-access-policy',
|
|
52
|
+
'@prosopo/api-route',
|
|
53
|
+
'@prosopo/redis-client'
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
57
|
+
Bundle build started
|
|
58
|
+
transforming...
|
|
59
|
+
Build end
|
|
60
|
+
[32m✓[39m 4 modules transformed.
|
|
61
|
+
rendering chunks...
|
|
62
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m0.11 kB[22m[1m[22m
|
|
63
|
+
[2mdist/[22m[36mdetectorLoader.js [39m[1m[2m0.11 kB[22m[1m[22m
|
|
64
|
+
[2mdist/[22m[36mcustomDetectBot.js [39m[1m[2m1.93 kB[22m[1m[22m
|
|
65
|
+
[2mdist/[22m[36mProcaptchaFrictionless.js [39m[1m[2m4.74 kB[22m[1m[22m
|
|
66
|
+
[32m✓ built in 187ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @prosopo/procaptcha-frictionless
|
|
2
2
|
|
|
3
|
+
## 2.8.22
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 7d5eb3f: bump
|
|
7
|
+
- Updated dependencies [7d5eb3f]
|
|
8
|
+
- @prosopo/api@3.1.37
|
|
9
|
+
- @prosopo/common@3.1.26
|
|
10
|
+
- @prosopo/detector@3.3.18
|
|
11
|
+
- @prosopo/load-balancer@2.8.13
|
|
12
|
+
- @prosopo/locale@3.1.26
|
|
13
|
+
- @prosopo/procaptcha-common@2.9.19
|
|
14
|
+
- @prosopo/procaptcha-pow@2.8.27
|
|
15
|
+
- @prosopo/procaptcha-react@2.9.21
|
|
16
|
+
- @prosopo/types@3.6.4
|
|
17
|
+
- @prosopo/widget-skeleton@2.7.12
|
|
18
|
+
|
|
3
19
|
## 2.8.21
|
|
4
20
|
### Patch Changes
|
|
5
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/procaptcha-frictionless",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.22",
|
|
4
4
|
"author": "PROSOPO LIMITED <info@prosopo.io>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
},
|
|
30
30
|
"browserslist": ["> 0.5%, last 2 versions, not dead"],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@prosopo/api": "3.1.
|
|
33
|
-
"@prosopo/common": "3.1.
|
|
34
|
-
"@prosopo/detector": "3.3.
|
|
35
|
-
"@prosopo/load-balancer": "2.8.
|
|
36
|
-
"@prosopo/locale": "3.1.
|
|
37
|
-
"@prosopo/procaptcha-common": "2.9.
|
|
38
|
-
"@prosopo/procaptcha-pow": "2.8.
|
|
39
|
-
"@prosopo/procaptcha-react": "2.9.
|
|
40
|
-
"@prosopo/types": "3.6.
|
|
41
|
-
"@prosopo/widget-skeleton": "2.7.
|
|
32
|
+
"@prosopo/api": "3.1.37",
|
|
33
|
+
"@prosopo/common": "3.1.26",
|
|
34
|
+
"@prosopo/detector": "3.3.18",
|
|
35
|
+
"@prosopo/load-balancer": "2.8.13",
|
|
36
|
+
"@prosopo/locale": "3.1.26",
|
|
37
|
+
"@prosopo/procaptcha-common": "2.9.19",
|
|
38
|
+
"@prosopo/procaptcha-pow": "2.8.27",
|
|
39
|
+
"@prosopo/procaptcha-react": "2.9.21",
|
|
40
|
+
"@prosopo/types": "3.6.4",
|
|
41
|
+
"@prosopo/widget-skeleton": "2.7.12",
|
|
42
42
|
"dotenv": "16.4.5",
|
|
43
43
|
"react": "18.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@prosopo/config": "3.1.
|
|
46
|
+
"@prosopo/config": "3.1.26",
|
|
47
47
|
"@types/node": "22.10.2",
|
|
48
48
|
"@vitest/coverage-v8": "3.2.4",
|
|
49
49
|
"concurrently": "9.0.1",
|