@prosopo/procaptcha-wrapper 2.6.38 → 2.6.41

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @prosopo/procaptcha-wrapper
2
2
 
3
+ ## 2.6.41
4
+ ### Patch Changes
5
+
6
+ - 93d92a7: little bump for publish all
7
+ - Updated dependencies [93d92a7]
8
+ - @prosopo/locale@3.1.25
9
+ - @prosopo/types@3.6.3
10
+
11
+ ## 2.6.40
12
+ ### Patch Changes
13
+
14
+ - 8ee8434: bump node engines to 24 and npm version to 11
15
+ - cfee479: make @prosopo/config a dev dep
16
+ - Updated dependencies [8ee8434]
17
+ - Updated dependencies [cfee479]
18
+ - @prosopo/locale@3.1.24
19
+ - @prosopo/types@3.6.2
20
+
21
+ ## 2.6.39
22
+ ### Patch Changes
23
+
24
+ - e926831: mega mini bump for all to trigger publish all
25
+ - Updated dependencies [e926831]
26
+ - @prosopo/config@3.1.23
27
+ - @prosopo/locale@3.1.23
28
+ - @prosopo/types@3.6.1
29
+
3
30
  ## 2.6.38
4
31
  ### Patch Changes
5
32
 
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.41",
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.3",
27
+ "@prosopo/locale": "3.1.25"
29
28
  },
30
29
  "devDependencies": {
30
+ "@prosopo/config": "3.1.25",
31
31
  "@types/node": "22.10.2",
32
32
  "del-cli": "6.0.0"
33
33
  },