vue-hook-optimizer 0.0.54 → 0.0.56

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.54",
4
- "packageManager": "pnpm@8.15.7",
3
+ "version": "0.0.56",
5
4
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
6
5
  "author": "zcf0508 <zcf0508@live.com>",
7
6
  "license": "MIT",
@@ -66,7 +65,7 @@
66
65
  "vis-network": "^9.1.9",
67
66
  "vitest": "^1.5.2",
68
67
  "vue-eslint-parser": "^9.4.2",
69
- "eslint-plugin-vue-hook-optimizer": "0.0.54"
68
+ "eslint-plugin-vue-hook-optimizer": "0.0.56"
70
69
  },
71
70
  "scripts": {
72
71
  "dev": "nodemon",