@prosopo/vue-procaptcha-integration-demo 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @prosopo/vue-procaptcha-integration-demo
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/vue-procaptcha-wrapper@1.1.36
12
+ - @prosopo/config@3.1.22
13
+
14
+ ## 1.1.35
15
+ ### Patch Changes
16
+
17
+ - @prosopo/vue-procaptcha-wrapper@1.1.35
18
+
19
+ ## 1.1.34
20
+ ### Patch Changes
21
+
22
+ - @prosopo/vue-procaptcha-wrapper@1.1.34
23
+
24
+ ## 1.1.33
25
+ ### Patch Changes
26
+
27
+ - @prosopo/vue-procaptcha-wrapper@1.1.33
28
+
29
+ ## 1.1.32
30
+ ### Patch Changes
31
+
32
+ - @prosopo/vue-procaptcha-wrapper@1.1.32
33
+
34
+ ## 1.1.31
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [b8185a4]
38
+ - @prosopo/config@3.1.21
39
+ - @prosopo/vue-procaptcha-wrapper@1.1.31
40
+
41
+ ## 1.1.30
42
+ ### Patch Changes
43
+
44
+ - @prosopo/vue-procaptcha-wrapper@1.1.30
45
+
46
+ ## 1.1.29
47
+ ### Patch Changes
48
+
49
+ - @prosopo/vue-procaptcha-wrapper@1.1.29
50
+
51
+ ## 1.1.28
52
+ ### Patch Changes
53
+
54
+ - @prosopo/vue-procaptcha-wrapper@1.1.28
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-integration-demo",
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",
@@ -24,12 +24,12 @@
24
24
  "dev": "NODE_ENV=${NODE_ENV:-development}; vite dev --port=9331 --mode=$NODE_ENV"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/vue-procaptcha-wrapper": "1.1.27",
28
- "@prosopo/config": "3.1.20",
27
+ "@prosopo/vue-procaptcha-wrapper": "1.1.36",
28
+ "@prosopo/config": "3.1.22",
29
29
  "vue": "3.5.13"
30
30
  },
31
31
  "devDependencies": {
32
- "@prosopo/procaptcha-integration-build-config": "1.1.21",
32
+ "@prosopo/procaptcha-integration-build-config": "1.1.23",
33
33
  "@types/node": "22.10.2",
34
34
  "@vitejs/plugin-vue": "5.2.3",
35
35
  "del-cli": "6.0.0",
package/vite.config.ts CHANGED
@@ -11,23 +11,6 @@
11
11
  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
  // See the License for the specific language governing permissions and
13
13
  // limitations under the License.
14
-
15
- // Copyright 2021-2025 Prosopo (UK) Ltd.
16
- //
17
- // Licensed under the Apache License, Version 2.0 (the "License");
18
- // you may not use this file except in compliance with the License.
19
- // You may obtain a copy of the License at
20
- //
21
- // http://www.apache.org/licenses/LICENSE-2.0
22
- //
23
- // Unless required by applicable law or agreed to in writing, software
24
- // distributed under the License is distributed on an "AS IS" BASIS,
25
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26
- // See the License for the specific language governing permissions and
27
- // limitations under the License.
28
-
29
- import path from "node:path";
30
-
31
14
  import { createIntegrationViteConfig } from "@prosopo/procaptcha-integration-build-config";
32
15
  import vue from "@vitejs/plugin-vue";
33
16