@prosopo/procaptcha-wrapper 2.6.38 → 2.6.42

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,31 @@
1
+
2
+ > @prosopo/procaptcha-wrapper@2.6.42 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/types/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
12
+ ]
13
+ }
14
+ {
15
+ externals: [
16
+ '@prosopo/types',
17
+ '@prosopo/locale',
18
+ '@prosopo/util',
19
+ '@prosopo/util-crypto'
20
+ ]
21
+ }
22
+ vite v6.4.1 building SSR bundle for production...
23
+ Bundle build started
24
+ transforming...
25
+ Build end
26
+ ✓ 3 modules transformed.
27
+ rendering chunks...
28
+ dist/cjs/index.cjs 0.38 kB
29
+ dist/cjs/render/renderer.cjs 0.69 kB
30
+ dist/cjs/render/renderFunction.cjs 1.00 kB
31
+ ✓ built in 181ms
@@ -0,0 +1,31 @@
1
+
2
+ > @prosopo/procaptcha-wrapper@2.6.42 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/types/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
12
+ ]
13
+ }
14
+ {
15
+ externals: [
16
+ '@prosopo/types',
17
+ '@prosopo/locale',
18
+ '@prosopo/util',
19
+ '@prosopo/util-crypto'
20
+ ]
21
+ }
22
+ vite v6.4.1 building SSR bundle for production...
23
+ Bundle build started
24
+ transforming...
25
+ Build end
26
+ ✓ 3 modules transformed.
27
+ rendering chunks...
28
+ dist/index.js 0.27 kB
29
+ dist/render/renderer.js 0.57 kB
30
+ dist/render/renderFunction.js 0.90 kB
31
+ ✓ built in 221ms
@@ -0,0 +1,4 @@
1
+
2
+ > @prosopo/procaptcha-wrapper@2.6.42 typecheck
3
+ > tsc --project tsconfig.types.json
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @prosopo/procaptcha-wrapper
2
2
 
3
+ ## 2.6.42
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/locale@3.1.26
9
+ - @prosopo/types@3.6.4
10
+
11
+ ## 2.6.41
12
+ ### Patch Changes
13
+
14
+ - 93d92a7: little bump for publish all
15
+ - Updated dependencies [93d92a7]
16
+ - @prosopo/locale@3.1.25
17
+ - @prosopo/types@3.6.3
18
+
19
+ ## 2.6.40
20
+ ### Patch Changes
21
+
22
+ - 8ee8434: bump node engines to 24 and npm version to 11
23
+ - cfee479: make @prosopo/config a dev dep
24
+ - Updated dependencies [8ee8434]
25
+ - Updated dependencies [cfee479]
26
+ - @prosopo/locale@3.1.24
27
+ - @prosopo/types@3.6.2
28
+
29
+ ## 2.6.39
30
+ ### Patch Changes
31
+
32
+ - e926831: mega mini bump for all to trigger publish all
33
+ - Updated dependencies [e926831]
34
+ - @prosopo/config@3.1.23
35
+ - @prosopo/locale@3.1.23
36
+ - @prosopo/types@3.6.1
37
+
3
38
  ## 2.6.38
4
39
  ### Patch Changes
5
40
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-wrapper",
3
- "version": "2.6.38",
3
+ "version": "2.6.42",
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",
@@ -23,11 +23,11 @@
23
23
  "typecheck": "tsc --project tsconfig.types.json"
24
24
  },
25
25
  "dependencies": {
26
- "@prosopo/types": "3.6.0",
27
- "@prosopo/config": "3.1.22",
28
- "@prosopo/locale": "3.1.22"
26
+ "@prosopo/types": "3.6.4",
27
+ "@prosopo/locale": "3.1.26"
29
28
  },
30
29
  "devDependencies": {
30
+ "@prosopo/config": "3.1.26",
31
31
  "@types/node": "22.10.2",
32
32
  "del-cli": "6.0.0"
33
33
  },