Skip to content

Commit 84269b1

Browse files
AlexStrNikclaude
andcommitted
bump: version 0.0.14 - Vue component detection support
- Added Vue 2 and Vue 3 component detection - Extract component hierarchy from __vueParentComponent - Collect file paths from __v_inspector properties - Improved React detection to check element directly - Updated descriptions to include Vue support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f41f826 commit 84269b1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

chrome-extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Claude DevTools",
4-
"version": "0.0.13",
5-
"description": "Pick elements and send them to Claude with React/Angular component detection",
4+
"version": "0.0.14",
5+
"description": "Pick elements and send them to Claude with React/Angular/Vue component detection",
66
"permissions": ["activeTab", "storage", "tabs", "debugger", "scripting"],
77
"host_permissions": ["<all_urls>"],
88
"content_security_policy": {

claude-devtools/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexstrnik/claude-devtools",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Host server for Claude DevTools Chrome extension",
55
"main": "server.js",
66
"bin": {
@@ -16,7 +16,8 @@
1616
"devtools",
1717
"chrome-extension",
1818
"react",
19-
"angular"
19+
"angular",
20+
"vue"
2021
],
2122
"author": {
2223
"name": "alexstrnik",

0 commit comments

Comments
 (0)