@br-validators/vue 1.6.2 → 1.8.0

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/README.md +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # @br-validators/vue
2
2
 
3
- [Vue 3](https://vuejs.org/) composables that delegate validation and formatting to [`@br-validators/core`](../br-validators).
3
+ [![npm](https://img.shields.io/npm/v/@br-validators/vue)](https://www.npmjs.com/package/@br-validators/vue)
4
+ [![MIT](https://img.shields.io/badge/license-MIT-blue)](https://github.com/AlexandreZanata/br-validators/blob/main/LICENSE)
5
+ [![GitHub release](https://img.shields.io/github/v/release/AlexandreZanata/br-validators)](https://github.com/AlexandreZanata/br-validators/releases)
6
+
7
+ [Vue 3](https://vuejs.org/) composables that delegate validation and formatting to [`@br-validators/core`](../br-validators) **v1.7.0**.
4
8
 
5
9
  ## Install
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@br-validators/vue",
3
- "version": "1.6.2",
3
+ "version": "1.8.0",
4
4
  "description": "Vue 3 composables for Brazilian document validators — delegates to @br-validators/core",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -64,10 +64,10 @@
64
64
  ],
65
65
  "peerDependencies": {
66
66
  "vue": "^3.5.0",
67
- "@br-validators/core": "1.6.2"
67
+ "@br-validators/core": "1.8.0"
68
68
  },
69
69
  "dependencies": {
70
- "@br-validators/core": "1.6.2"
70
+ "@br-validators/core": "1.8.0"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/node": "^22.15.21",