vite-plugin-ai-diagnostic 1.0.4 → 1.0.6

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 (1) hide show
  1. package/package.json +5 -7
package/package.json CHANGED
@@ -1,16 +1,14 @@
1
1
  {
2
2
  "name": "vite-plugin-ai-diagnostic",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "AI-powered diagnostic plugin for Vite - Automatically detect and fix build errors",
5
5
  "keywords": [
6
+ "vite-plugin-ai-diagnostic",
7
+ "vite-plugin-ai",
6
8
  "vite",
7
- "vite-plugin",
8
- "diagnostic",
9
9
  "ai",
10
- "openai",
11
10
  "error-fix",
12
- "debugging",
13
- "troubleshooting"
11
+ "debugging"
14
12
  ],
15
13
  "author": "Haihui Mo <591348205@qq.com>",
16
14
  "license": "MIT",
@@ -45,7 +43,7 @@
45
43
  "@langchain/core": "^0.3.0",
46
44
  "@langchain/openai": "^0.3.0",
47
45
  "@langchain/langgraph": "^0.2.0",
48
- "vite-plugin-ai-shared": "1.0.0"
46
+ "vite-plugin-ai-shared": "1.0.1"
49
47
  },
50
48
  "devDependencies": {
51
49
  "@types/node": "^20.0.0",