@br-validators/vue 1.8.2 → 1.8.3-data.1
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @br-validators/vue
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@br-validators/vue)
|
|
4
|
-
[](https://github.com/
|
|
5
|
-
[](https://github.com/open-data-brazil/br-validators/blob/main/LICENSE)
|
|
5
|
+
[](https://github.com/open-data-brazil/br-validators/releases)
|
|
6
6
|
|
|
7
|
-
[Vue 3](https://vuejs.org/) composables that delegate validation and formatting to [`@br-validators/core`](../br-validators) **v1.8.
|
|
7
|
+
[Vue 3](https://vuejs.org/) composables that delegate validation and formatting to [`@br-validators/core`](../br-validators) **v1.8.3**.
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@br-validators/vue",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3-data.0001",
|
|
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.8.
|
|
67
|
+
"@br-validators/core": "1.8.3-data.0001"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@br-validators/core": "1.8.
|
|
70
|
+
"@br-validators/core": "1.8.3-data.0001"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/node": "^22.15.21",
|