vue-hook-optimizer 0.0.35 → 0.0.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.35",
3
+ "version": "0.0.36",
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",