@desource/phone-mask-nuxt 0.2.2 → 0.3.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.
- package/CHANGELOG.md +21 -0
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/module.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @desource/phone-mask-nuxt
|
|
2
2
|
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- React: Design React version of phone-mask library
|
|
8
|
+
- Core: Add geoip reusable service for country detection based on IP address
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies []:
|
|
13
|
+
- @desource/phone-mask-vue@0.3.0
|
|
14
|
+
|
|
15
|
+
## 0.2.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Vue: Improve country dropdown scroll
|
|
20
|
+
|
|
21
|
+
- Updated dependencies []:
|
|
22
|
+
- @desource/phone-mask-vue@0.2.3
|
|
23
|
+
|
|
3
24
|
## 0.2.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/LICENSE
CHANGED
package/README.md
CHANGED
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desource/phone-mask-nuxt",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "🎯 Zero-config Nuxt module for international phone masking. Powered by @desource/phone-mask with Google libphonenumber sync.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"vue": "^3.4.33"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@desource/phone-mask-vue": "0.
|
|
57
|
+
"@desource/phone-mask-vue": "0.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@nuxt/kit": "^4.3.
|
|
60
|
+
"@nuxt/kit": "^4.3.1",
|
|
61
61
|
"@nuxt/module-builder": "^1.0.2",
|
|
62
|
-
"nuxt": "^4.3.
|
|
63
|
-
"vue": "^3.5.
|
|
62
|
+
"nuxt": "^4.3.1",
|
|
63
|
+
"vue": "^3.5.28"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"dev:prepare": "nuxt prepare",
|
|
67
|
-
"clean": "rimraf dist",
|
|
67
|
+
"clean": "rimraf dist .nuxt",
|
|
68
68
|
"build": "pnpm dev:prepare && nuxt-module-build build"
|
|
69
69
|
}
|
|
70
70
|
}
|