@devflow-tools/plugin-react 0.17.7 → 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-react
2
2
 
3
- > React 18 专家插件 — Bug 诊断、组件重构、性能审计、Hooks 审查、新功能开发。(v0.17.7
3
+ > React 18 专家插件 — Bug 诊断、组件重构、性能审计、Hooks 审查、新功能开发。(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-react",
3
- "version": "0.17.7",
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.7"
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": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
29
+ "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666"
30
30
  }