@types/vue-tel-input 2.1.5 → 2.1.6
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.
- vue-tel-input/README.md +1 -1
- vue-tel-input/package.json +2 -2
vue-tel-input/README.md
CHANGED
|
@@ -109,7 +109,7 @@ export interface VueTelInputConstructor extends VueConstructor {
|
|
|
109
109
|
````
|
|
110
110
|
|
|
111
111
|
### Additional Details
|
|
112
|
-
* Last updated:
|
|
112
|
+
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
|
113
113
|
* Dependencies: [vue](https://npmjs.com/package/vue)
|
|
114
114
|
|
|
115
115
|
# Credits
|
vue-tel-input/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/vue-tel-input",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "TypeScript definitions for vue-tel-input",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-tel-input",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"vue": "^2.0.0"
|
|
24
24
|
},
|
|
25
|
-
"typesPublisherContentHash": "
|
|
25
|
+
"typesPublisherContentHash": "7d94537d633ce24fc59d1d0d006dbb7a57bb7d3819a41314367adc276dbfe3f4",
|
|
26
26
|
"typeScriptVersion": "4.5"
|
|
27
27
|
}
|