vue-hook-optimizer 0.0.43 → 0.0.44
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue-hook-optimizer",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.44",
|
4
4
|
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
|
5
5
|
"packageManager": "pnpm@8.6.12",
|
6
6
|
"homepage": "https://github.com/zcf0508/vue-hook-optimizer",
|