@maz-ui/utils 4.1.2 → 4.1.3
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,6 +1,6 @@
|
|
|
1
1
|
import { DefineComponent } from 'vue';
|
|
2
2
|
/**
|
|
3
|
-
* This type solves a problem with generic Vue
|
|
3
|
+
* This type solves a problem with generic Vue components.
|
|
4
4
|
*
|
|
5
5
|
* When a component is not generic, we can simply use InstanceType<typeof Component>
|
|
6
6
|
* to get the correct typing. However, with generic components, this approach doesn't work
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.3",
|
|
5
5
|
"description": "Utils of maz-ui for JavaScript/TypeScript users",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"eslint --fix"
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "09f62e1bb3a3faaaa1dc48ea6434f8da80a23d76"
|
|
79
79
|
}
|