@devflow-tools/plugin-vue 0.17.6 → 0.17.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devflow-tools/plugin-vue
2
2
 
3
- > Vue 3 专家插件 — Bug 诊断、Composition API、响应式调试、组件重构。(v0.17.6
3
+ > Vue 3 专家插件 — Bug 诊断、Composition API、响应式调试、组件重构。(v0.17.8
4
4
 
5
5
  ## 安装
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-vue",
3
- "version": "0.17.6",
3
+ "version": "0.17.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "0.17.6"
20
+ "@devflow-tools/sdk": "0.17.8"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "669fea3aa72aa3fde14ed50d24c1fec4dfac088f"
29
+ "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666"
30
30
  }