@prosopo/procaptcha-pow 2.8.22 → 2.8.27

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,48 @@
1
+
2
+ > @prosopo/procaptcha-pow@2.8.27 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/api/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/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
20
+ ]
21
+ }
22
+ {
23
+ externals: [
24
+ '@prosopo/api',
25
+ '@prosopo/types',
26
+ '@prosopo/locale',
27
+ '@prosopo/util',
28
+ '@prosopo/util-crypto',
29
+ '@prosopo/common',
30
+ '@prosopo/procaptcha-common',
31
+ '@prosopo/load-balancer',
32
+ '@prosopo/widget-skeleton',
33
+ '@prosopo/account',
34
+ '@prosopo/fingerprint',
35
+ '@prosopo/keyring'
36
+ ]
37
+ }
38
+ vite v6.4.1 building SSR bundle for production...
39
+ Bundle build started
40
+ transforming...
41
+ Build end
42
+ ✓ 4 modules transformed.
43
+ rendering chunks...
44
+ dist/cjs/index.cjs 0.25 kB
45
+ dist/cjs/components/ProcaptchaPoW.cjs 0.82 kB
46
+ dist/cjs/components/ProcaptchaWidget.cjs 2.97 kB
47
+ dist/cjs/services/Manager.cjs 7.26 kB
48
+ ✓ built in 205ms
@@ -0,0 +1,48 @@
1
+
2
+ > @prosopo/procaptcha-pow@2.8.27 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/api/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/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/procaptcha-common/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/widget-skeleton/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/account/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
20
+ ]
21
+ }
22
+ {
23
+ externals: [
24
+ '@prosopo/api',
25
+ '@prosopo/types',
26
+ '@prosopo/locale',
27
+ '@prosopo/util',
28
+ '@prosopo/util-crypto',
29
+ '@prosopo/common',
30
+ '@prosopo/procaptcha-common',
31
+ '@prosopo/load-balancer',
32
+ '@prosopo/widget-skeleton',
33
+ '@prosopo/account',
34
+ '@prosopo/fingerprint',
35
+ '@prosopo/keyring'
36
+ ]
37
+ }
38
+ vite v6.4.1 building SSR bundle for production...
39
+ Bundle build started
40
+ transforming...
41
+ Build end
42
+ ✓ 4 modules transformed.
43
+ rendering chunks...
44
+ dist/index.js 0.13 kB
45
+ dist/components/ProcaptchaPoW.js 0.46 kB
46
+ dist/components/ProcaptchaWidget.js 2.86 kB
47
+ dist/services/Manager.js 7.11 kB
48
+ ✓ built in 187ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @prosopo/procaptcha-pow
2
2
 
3
+ ## 2.8.27
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/locale@3.1.26
11
+ - @prosopo/procaptcha-common@2.9.19
12
+ - @prosopo/types@3.6.4
13
+ - @prosopo/util@3.2.4
14
+ - @prosopo/widget-skeleton@2.7.12
15
+
16
+ ## 2.8.26
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/locale@3.1.25
24
+ - @prosopo/procaptcha-common@2.9.18
25
+ - @prosopo/types@3.6.3
26
+ - @prosopo/util@3.2.3
27
+ - @prosopo/widget-skeleton@2.7.11
28
+
29
+ ## 2.8.25
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/widget-skeleton@2.7.10
38
+ - @prosopo/common@3.1.24
39
+ - @prosopo/locale@3.1.24
40
+ - @prosopo/types@3.6.2
41
+ - @prosopo/util@3.2.2
42
+ - @prosopo/api@3.1.35
43
+
44
+ ## 2.8.24
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/locale@3.1.23
53
+ - @prosopo/procaptcha-common@2.9.16
54
+ - @prosopo/types@3.6.1
55
+ - @prosopo/util@3.2.1
56
+ - @prosopo/widget-skeleton@2.7.9
57
+
58
+ ## 2.8.23
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [9128d5e]
62
+ - Updated dependencies [9128d5e]
63
+ - @prosopo/procaptcha-common@2.9.15
64
+
3
65
  ## 2.8.22
4
66
  ### Patch Changes
5
67
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-pow",
3
- "version": "2.8.22",
3
+ "version": "2.8.27",
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
  ".": {
@@ -29,17 +29,17 @@
29
29
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
30
30
  "dependencies": {
31
31
  "@polkadot/util": "13.5.7",
32
- "@prosopo/api": "3.1.33",
33
- "@prosopo/common": "3.1.22",
34
- "@prosopo/config": "3.1.22",
35
- "@prosopo/locale": "3.1.22",
36
- "@prosopo/procaptcha-common": "2.9.14",
37
- "@prosopo/types": "3.6.0",
38
- "@prosopo/util": "3.2.0",
39
- "@prosopo/widget-skeleton": "2.7.8",
32
+ "@prosopo/api": "3.1.37",
33
+ "@prosopo/common": "3.1.26",
34
+ "@prosopo/locale": "3.1.26",
35
+ "@prosopo/procaptcha-common": "2.9.19",
36
+ "@prosopo/types": "3.6.4",
37
+ "@prosopo/util": "3.2.4",
38
+ "@prosopo/widget-skeleton": "2.7.12",
40
39
  "react": "18.3.1"
41
40
  },
42
41
  "devDependencies": {
42
+ "@prosopo/config": "3.1.26",
43
43
  "@emotion/react": "11.11.1",
44
44
  "@emotion/styled": "11.11.0",
45
45
  "@types/node": "22.10.2",