@prosopo/vue-procaptcha-wrapper 1.1.27 → 1.1.36

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 +53 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @prosopo/vue-procaptcha-wrapper
2
2
 
3
+ ## 1.1.36
4
+ ### Patch Changes
5
+
6
+ - 8ce9205: Change engine requirements
7
+ - b6e98b2: Run npm audit
8
+ - Updated dependencies [8ce9205]
9
+ - Updated dependencies [df79c03]
10
+ - Updated dependencies [b6e98b2]
11
+ - @prosopo/procaptcha-wrapper@2.6.38
12
+ - @prosopo/config@3.1.22
13
+
14
+ ## 1.1.35
15
+ ### Patch Changes
16
+
17
+ - @prosopo/procaptcha-wrapper@2.6.37
18
+
19
+ ## 1.1.34
20
+ ### Patch Changes
21
+
22
+ - @prosopo/procaptcha-wrapper@2.6.36
23
+
24
+ ## 1.1.33
25
+ ### Patch Changes
26
+
27
+ - @prosopo/procaptcha-wrapper@2.6.35
28
+
29
+ ## 1.1.32
30
+ ### Patch Changes
31
+
32
+ - @prosopo/procaptcha-wrapper@2.6.34
33
+
34
+ ## 1.1.31
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [b8185a4]
38
+ - @prosopo/config@3.1.21
39
+ - @prosopo/procaptcha-wrapper@2.6.33
40
+
41
+ ## 1.1.30
42
+ ### Patch Changes
43
+
44
+ - @prosopo/procaptcha-wrapper@2.6.32
45
+
46
+ ## 1.1.29
47
+ ### Patch Changes
48
+
49
+ - @prosopo/procaptcha-wrapper@2.6.31
50
+
51
+ ## 1.1.28
52
+ ### Patch Changes
53
+
54
+ - @prosopo/procaptcha-wrapper@2.6.30
55
+
3
56
  ## 1.1.27
4
57
  ### Patch Changes
5
58
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prosopo/vue-procaptcha-wrapper",
3
- "version": "1.1.27",
3
+ "version": "1.1.36",
4
4
  "type": "module",
5
5
  "engines": {
6
- "node": "20",
7
- "npm": "10.8.2"
6
+ "node": ">=v20.0.0",
7
+ "npm": ">=10.6.0"
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
24
24
  },
25
25
  "dependencies": {
26
- "@prosopo/procaptcha-wrapper": "2.6.29",
27
- "@prosopo/config": "3.1.20",
26
+ "@prosopo/procaptcha-wrapper": "2.6.38",
27
+ "@prosopo/config": "3.1.22",
28
28
  "vue": "3.5.13"
29
29
  },
30
30
  "devDependencies": {
31
- "@prosopo/procaptcha-integration-build-config": "1.1.21",
31
+ "@prosopo/procaptcha-integration-build-config": "1.1.23",
32
32
  "@types/node": "22.10.2",
33
33
  "@vitejs/plugin-vue": "5.2.3",
34
34
  "del-cli": "6.0.0",