@prosopo/procaptcha 2.9.14 → 2.9.21

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,60 @@
1
+
2
+ > @prosopo/procaptcha@2.9.21 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/datasets/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/types-database/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/redis-client/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/load-balancer/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
25
+ ]
26
+ }
27
+ {
28
+ externals: [
29
+ '@prosopo/datasets',
30
+ '@prosopo/common',
31
+ '@prosopo/locale',
32
+ '@prosopo/types',
33
+ '@prosopo/util',
34
+ '@prosopo/util-crypto',
35
+ '@prosopo/types-database',
36
+ '@prosopo/user-access-policy',
37
+ '@prosopo/api-route',
38
+ '@prosopo/redis-client',
39
+ '@prosopo/api',
40
+ '@prosopo/procaptcha-common',
41
+ '@prosopo/load-balancer',
42
+ '@prosopo/widget-skeleton',
43
+ '@prosopo/account',
44
+ '@prosopo/fingerprint',
45
+ '@prosopo/keyring'
46
+ ]
47
+ }
48
+ vite v6.4.1 building SSR bundle for production...
49
+ Bundle build started
50
+ transforming...
51
+ Build end
52
+ ✓ 5 modules transformed.
53
+ Entry module "src/modules/ProsopoCaptchaApi.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.
54
+ rendering chunks...
55
+ dist/cjs/modules/index.cjs  0.39 kB
56
+ dist/cjs/index.cjs  0.44 kB
57
+ dist/cjs/modules/collector.cjs  2.18 kB
58
+ dist/cjs/modules/ProsopoCaptchaApi.cjs  2.33 kB
59
+ dist/cjs/modules/Manager.cjs 12.12 kB
60
+ ✓ built in 170ms
@@ -0,0 +1,59 @@
1
+
2
+ > @prosopo/procaptcha@2.9.21 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/datasets/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/types-database/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/redis-client/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/load-balancer/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
25
+ ]
26
+ }
27
+ {
28
+ externals: [
29
+ '@prosopo/datasets',
30
+ '@prosopo/common',
31
+ '@prosopo/locale',
32
+ '@prosopo/types',
33
+ '@prosopo/util',
34
+ '@prosopo/util-crypto',
35
+ '@prosopo/types-database',
36
+ '@prosopo/user-access-policy',
37
+ '@prosopo/api-route',
38
+ '@prosopo/redis-client',
39
+ '@prosopo/api',
40
+ '@prosopo/procaptcha-common',
41
+ '@prosopo/load-balancer',
42
+ '@prosopo/widget-skeleton',
43
+ '@prosopo/account',
44
+ '@prosopo/fingerprint',
45
+ '@prosopo/keyring'
46
+ ]
47
+ }
48
+ vite v6.4.1 building SSR bundle for production...
49
+ Bundle build started
50
+ transforming...
51
+ Build end
52
+ ✓ 5 modules transformed.
53
+ rendering chunks...
54
+ dist/modules/index.js  0.21 kB
55
+ dist/index.js  0.26 kB
56
+ dist/modules/collector.js  2.08 kB
57
+ dist/modules/ProsopoCaptchaApi.js  2.21 kB
58
+ dist/modules/Manager.js 11.88 kB
59
+ ✓ built in 233ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # @prosopo/procaptcha
2
2
 
3
+ ## 2.9.21
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/datasets@3.0.49
11
+ - @prosopo/procaptcha-common@2.9.19
12
+ - @prosopo/types@3.6.4
13
+ - @prosopo/util@3.2.4
14
+ - @prosopo/util-crypto@13.5.28
15
+
16
+ ## 2.9.20
17
+ ### Patch Changes
18
+
19
+ - 93d92a7: little bump for publish all
20
+ - Updated dependencies [93d92a7]
21
+ - @prosopo/api@3.1.36
22
+ - @prosopo/common@3.1.25
23
+ - @prosopo/datasets@3.0.48
24
+ - @prosopo/procaptcha-common@2.9.18
25
+ - @prosopo/types@3.6.3
26
+ - @prosopo/util@3.2.3
27
+ - @prosopo/util-crypto@13.5.27
28
+
29
+ ## 2.9.19
30
+ ### Patch Changes
31
+
32
+ - 8ee8434: bump node engines to 24 and npm version to 11
33
+ - cfee479: make @prosopo/config a dev dep
34
+ - Updated dependencies [8ee8434]
35
+ - Updated dependencies [cfee479]
36
+ - @prosopo/procaptcha-common@2.9.17
37
+ - @prosopo/util-crypto@13.5.26
38
+ - @prosopo/datasets@3.0.47
39
+ - @prosopo/common@3.1.24
40
+ - @prosopo/types@3.6.2
41
+ - @prosopo/util@3.2.2
42
+ - @prosopo/api@3.1.35
43
+
44
+ ## 2.9.18
45
+ ### Patch Changes
46
+
47
+ - e926831: mega mini bump for all to trigger publish all
48
+ - Updated dependencies [e926831]
49
+ - @prosopo/config@3.1.23
50
+ - @prosopo/api@3.1.34
51
+ - @prosopo/common@3.1.23
52
+ - @prosopo/datasets@3.0.46
53
+ - @prosopo/procaptcha-common@2.9.16
54
+ - @prosopo/types@3.6.1
55
+ - @prosopo/util@3.2.1
56
+ - @prosopo/util-crypto@13.5.25
57
+
58
+ ## 2.9.17
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [9128d5e]
62
+ - Updated dependencies [9128d5e]
63
+ - @prosopo/procaptcha-common@2.9.15
64
+
65
+ ## 2.9.16
66
+ ### Patch Changes
67
+
68
+ - @prosopo/datasets@3.0.45
69
+
70
+ ## 2.9.15
71
+ ### Patch Changes
72
+
73
+ - @prosopo/datasets@3.0.44
74
+
3
75
  ## 2.9.14
4
76
  ### Patch Changes
5
77
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha",
3
- "version": "2.9.14",
3
+ "version": "2.9.21",
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
  "types": "./dist/index.d.ts",
9
9
  "engines": {
10
- "node": ">=v20.0.0",
11
- "npm": ">=10.6.0"
10
+ "node": "^24",
11
+ "npm": "^11"
12
12
  },
13
13
  "scripts": {
14
14
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@polkadot/util": "13.5.7",
35
- "@prosopo/api": "3.1.33",
36
- "@prosopo/common": "3.1.22",
37
- "@prosopo/config": "3.1.22",
38
- "@prosopo/datasets": "3.0.43",
39
- "@prosopo/procaptcha-common": "2.9.14",
40
- "@prosopo/types": "3.6.0",
41
- "@prosopo/util": "3.2.0",
42
- "@prosopo/util-crypto": "13.5.24"
35
+ "@prosopo/api": "3.1.37",
36
+ "@prosopo/common": "3.1.26",
37
+ "@prosopo/datasets": "3.0.49",
38
+ "@prosopo/procaptcha-common": "2.9.19",
39
+ "@prosopo/types": "3.6.4",
40
+ "@prosopo/util": "3.2.4",
41
+ "@prosopo/util-crypto": "13.5.28"
43
42
  },
44
43
  "devDependencies": {
44
+ "@prosopo/config": "3.1.26",
45
45
  "@types/node": "22.10.2",
46
46
  "@vitest/coverage-v8": "3.2.4",
47
47
  "concurrently": "9.0.1",