@prosopo/procaptcha-wrapper 2.6.41 → 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,13 @@
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
+
3
11
  ## 2.6.41
4
12
  ### Patch Changes
5
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-wrapper",
3
- "version": "2.6.41",
3
+ "version": "2.6.42",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^24",
@@ -23,11 +23,11 @@
23
23
  "typecheck": "tsc --project tsconfig.types.json"
24
24
  },
25
25
  "dependencies": {
26
- "@prosopo/types": "3.6.3",
27
- "@prosopo/locale": "3.1.25"
26
+ "@prosopo/types": "3.6.4",
27
+ "@prosopo/locale": "3.1.26"
28
28
  },
29
29
  "devDependencies": {
30
- "@prosopo/config": "3.1.25",
30
+ "@prosopo/config": "3.1.26",
31
31
  "@types/node": "22.10.2",
32
32
  "del-cli": "6.0.0"
33
33
  },