@prosopo/angular-procaptcha-wrapper 1.1.35 → 1.1.39

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 +35 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @prosopo/angular-procaptcha-wrapper
2
2
 
3
+ ## 1.1.39
4
+ ### Patch Changes
5
+
6
+ - 93d92a7: little bump for publish all
7
+ - Updated dependencies [93d92a7]
8
+ - @prosopo/procaptcha-wrapper@2.6.41
9
+
10
+ ## 1.1.38
11
+ ### Patch Changes
12
+
13
+ - 8ee8434: bump node engines to 24 and npm version to 11
14
+ - cfee479: make @prosopo/config a dev dep
15
+ - Updated dependencies [8ee8434]
16
+ - Updated dependencies [cfee479]
17
+ - @prosopo/procaptcha-wrapper@2.6.40
18
+
19
+ ## 1.1.37
20
+ ### Patch Changes
21
+
22
+ - e926831: mega mini bump for all to trigger publish all
23
+ - Updated dependencies [e926831]
24
+ - @prosopo/config@3.1.23
25
+ - @prosopo/procaptcha-wrapper@2.6.39
26
+
27
+ ## 1.1.36
28
+ ### Patch Changes
29
+
30
+ - 8ce9205: Change engine requirements
31
+ - b6e98b2: Run npm audit
32
+ - Updated dependencies [8ce9205]
33
+ - Updated dependencies [df79c03]
34
+ - Updated dependencies [b6e98b2]
35
+ - @prosopo/procaptcha-wrapper@2.6.38
36
+ - @prosopo/config@3.1.22
37
+
3
38
  ## 1.1.35
4
39
  ### Patch Changes
5
40
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prosopo/angular-procaptcha-wrapper",
3
- "version": "1.1.35",
3
+ "version": "1.1.39",
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/fesm2022/prosopo-angular-procaptcha-wrapper.mjs",
10
10
  "typings": "dist/index.d.ts",
@@ -15,13 +15,13 @@
15
15
  "dev": "npm run build -- --watch"
16
16
  },
17
17
  "dependencies": {
18
- "@prosopo/config": "3.1.21",
19
- "@prosopo/procaptcha-wrapper": "2.6.37"
18
+ "@prosopo/procaptcha-wrapper": "2.6.41"
20
19
  },
21
20
  "peerDependencies": {
22
21
  "@angular/core": "^20.3.9"
23
22
  },
24
23
  "devDependencies": {
24
+ "@prosopo/config": "3.1.25",
25
25
  "@angular/compiler-cli": "20.3.9",
26
26
  "@types/node": "22.10.2",
27
27
  "del-cli": "6.0.0",