@prosopo/vue-procaptcha-wrapper 1.1.79 → 1.1.80

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.79 build:cjs
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.80 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 911ms
35
+ ✓ built in 948ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/vue-procaptcha-wrapper@1.1.79 build
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.80 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/vue-procaptcha-wrapper@1.1.79 build:cross-env
6
+ > @prosopo/vue-procaptcha-wrapper@1.1.80 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 1.06s
39
+ ✓ built in 1.07s
@@ -1,4 +1,4 @@
1
1
 
2
- > @prosopo/vue-procaptcha-wrapper@1.1.79 typecheck
2
+ > @prosopo/vue-procaptcha-wrapper@1.1.80 typecheck
3
3
  > vue-tsc --project tsconfig.json
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @prosopo/vue-procaptcha-wrapper
2
2
 
3
+ ## 1.1.80
4
+ ### Patch Changes
5
+
6
+ - @prosopo/procaptcha-wrapper@2.6.82
7
+
3
8
  ## 1.1.79
4
9
  ### Patch Changes
5
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/vue-procaptcha-wrapper",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^24",
@@ -24,7 +24,7 @@
24
24
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/procaptcha-wrapper": "2.6.81",
27
+ "@prosopo/procaptcha-wrapper": "2.6.82",
28
28
  "vue": "3.5.13"
29
29
  },
30
30
  "devDependencies": {