@prosopo/procaptcha-wrapper 2.6.86 → 2.6.88

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/procaptcha-wrapper@2.6.86 build:cjs
2
+ > @prosopo/procaptcha-wrapper@2.6.88 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -28,4 +28,4 @@ rendering chunks...
28
28
  dist/cjs/index.cjs 0.38 kB
29
29
  dist/cjs/render/renderer.cjs 0.69 kB
30
30
  dist/cjs/render/renderFunction.cjs 1.00 kB
31
- ✓ built in 140ms
31
+ ✓ built in 135ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/procaptcha-wrapper@2.6.86 build:tsc
2
+ > @prosopo/procaptcha-wrapper@2.6.88 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 3:10:15 PM - Projects in this build:
5
+ 9:53:32 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -10,17 +10,17 @@
10
10
  * ../types/tsconfig.json
11
11
  * tsconfig.json
12
12
 
13
- 3:10:15 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/vite.threads.test.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
13
+ 9:53:32 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/dependencies.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
14
14
 
15
- 3:10:15 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 9:53:32 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
16
16
 
17
- 3:10:15 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 9:53:32 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
18
18
 
19
- 3:10:15 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
19
+ 9:53:32 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
20
20
 
21
- 3:10:15 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/procaptcha/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
21
+ 9:53:32 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/provider/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
22
22
 
23
- 3:10:15 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 9:53:32 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 3:10:15 PM - Building project '/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json'...
25
+ 9:53:32 PM - Building project '/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json'...
26
26
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/procaptcha-wrapper@2.6.86 build
2
+ > @prosopo/procaptcha-wrapper@2.6.88 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/procaptcha-wrapper@2.6.86 build:cross-env
6
+ > @prosopo/procaptcha-wrapper@2.6.88 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -32,4 +32,4 @@ rendering chunks...
32
32
  dist/index.js 0.27 kB
33
33
  dist/render/renderer.js 0.57 kB
34
34
  dist/render/renderFunction.js 0.90 kB
35
- ✓ built in 138ms
35
+ ✓ built in 134ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @prosopo/procaptcha-wrapper@2.6.86 typecheck
2
+ > @prosopo/procaptcha-wrapper@2.6.88 typecheck
3
3
  > tsc --project tsconfig.types.json
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @prosopo/procaptcha-wrapper
2
2
 
3
+ ## 2.6.88
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [89ab6fc]
7
+ - Updated dependencies [0f3750b]
8
+ - @prosopo/types@4.7.3
9
+
10
+ ## 2.6.87
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [edcd450]
14
+ - Updated dependencies [5295c4b]
15
+ - @prosopo/types@4.7.2
16
+ - @prosopo/locale@3.2.5
17
+
3
18
  ## 2.6.86
4
19
  ### Patch Changes
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-wrapper",
3
- "version": "2.6.86",
3
+ "version": "2.6.88",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^24",
@@ -24,8 +24,8 @@
24
24
  "typecheck": "tsc --project tsconfig.types.json"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/types": "4.7.1",
28
- "@prosopo/locale": "3.2.4"
27
+ "@prosopo/types": "4.7.3",
28
+ "@prosopo/locale": "3.2.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@prosopo/config": "3.3.2",