@vue/devtools-api
Advanced tools
Comparing version 6.2.1 to 6.3.0
@@ -18,2 +18,3 @@ import type { InspectorNodeTag } from './api.js'; | ||
tags: InspectorNodeTag[]; | ||
autoOpen: boolean; | ||
meta?: any; | ||
@@ -20,0 +21,0 @@ } |
@@ -56,2 +56,3 @@ import type { ComponentTreeNode, InspectedComponentData, ComponentInstance, ComponentDevtoolsOptions } from './component.js'; | ||
filter: string; | ||
recursively: boolean; | ||
}; | ||
@@ -58,0 +59,0 @@ [Hooks.VISIT_COMPONENT_TREE]: { |
{ | ||
"name": "@vue/devtools-api", | ||
"version": "6.2.1", | ||
"version": "6.3.0", | ||
"description": "Interact with the Vue devtools from the page", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33074
910