@prosopo/vue-procaptcha-wrapper 1.1.81 → 1.1.83

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/vue-procaptcha-wrapper@1.1.81 build:cjs
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.83 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -32,4 +32,4 @@ rendering chunks...
32
32
  dist/cjs/index.cjs 0.32 kB
33
33
  dist/cjs/procaptchaComponent.vue.cjs 0.60 kB
34
34
  dist/cjs/procaptchaComponent.vue2.cjs 1.57 kB
35
- ✓ built in 1.01s
35
+ ✓ built in 936ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/vue-procaptcha-wrapper@1.1.81 build
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.83 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/vue-procaptcha-wrapper@1.1.81 build:cross-env
6
+ > @prosopo/vue-procaptcha-wrapper@1.1.83 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -36,4 +36,4 @@ rendering chunks...
36
36
  dist/index.js 0.15 kB
37
37
  dist/procaptchaComponent.vue.js 0.41 kB
38
38
  dist/procaptchaComponent.vue2.js 1.56 kB
39
- ✓ built in 988ms
39
+ ✓ built in 946ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @prosopo/vue-procaptcha-wrapper@1.1.81 typecheck
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.83 typecheck
3
3
  > vue-tsc --project tsconfig.json
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @prosopo/vue-procaptcha-wrapper
2
2
 
3
+ ## 1.1.83
4
+ ### Patch Changes
5
+
6
+ - @prosopo/procaptcha-wrapper@2.6.85
7
+
8
+ ## 1.1.82
9
+ ### Patch Changes
10
+
11
+ - @prosopo/procaptcha-wrapper@2.6.84
12
+
3
13
  ## 1.1.81
4
14
  ### Patch Changes
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/vue-procaptcha-wrapper",
3
- "version": "1.1.81",
3
+ "version": "1.1.83",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^24",
@@ -24,11 +24,11 @@
24
24
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/procaptcha-wrapper": "2.6.83",
27
+ "@prosopo/procaptcha-wrapper": "2.6.85",
28
28
  "vue": "3.5.13"
29
29
  },
30
30
  "devDependencies": {
31
- "@prosopo/config": "3.3.1",
31
+ "@prosopo/config": "3.3.2",
32
32
  "@prosopo/procaptcha-integration-build-config": "1.1.28",
33
33
  "@types/node": "22.10.2",
34
34
  "@vitejs/plugin-vue": "5.2.3",