@mcpc-tech/unplugin-dev-inspector-mcp 0.0.22 → 0.0.23
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.
- package/dist/config-updater.js +1 -1
- package/dist/index.cjs +15 -26170
- package/dist/index.js +15 -26156
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpc-tech/unplugin-dev-inspector-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -165,7 +165,8 @@
|
|
|
165
165
|
"unplugin": "^2.3.10",
|
|
166
166
|
"use-stick-to-bottom": "^1.1.1",
|
|
167
167
|
"@vue/compiler-sfc": "^3.5.25",
|
|
168
|
-
"zod": "^3.24.1"
|
|
168
|
+
"zod": "^3.24.1",
|
|
169
|
+
"svelte": "^5.45.8"
|
|
169
170
|
},
|
|
170
171
|
"devDependencies": {
|
|
171
172
|
"@babel/types": "^7.28.5",
|
|
@@ -178,7 +179,6 @@
|
|
|
178
179
|
"oxfmt": "^0.17.0",
|
|
179
180
|
"oxlint": "^1.32.0",
|
|
180
181
|
"postcss": "^8.5.6",
|
|
181
|
-
"svelte": "^5.45.8",
|
|
182
182
|
"tailwindcss": "^4.1.14",
|
|
183
183
|
"tsdown": "^0.15.6",
|
|
184
184
|
"typescript": "^5.9.3"
|