@vue/devtools-api
Advanced tools
Comparing version 7.0.15 to 7.0.16
@@ -1,1 +0,1 @@ | ||
export { CustomCommand, CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin } from '@vue/devtools-kit'; | ||
export { CustomCommand, CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevToolsPlugin as setupDevtoolsPlugin } from '@vue/devtools-kit'; |
@@ -6,2 +6,3 @@ // src/index.ts | ||
setupDevToolsPlugin, | ||
setupDevToolsPlugin as setupDevToolsPlugin2, | ||
addCustomTab, | ||
@@ -17,3 +18,4 @@ addCustomCommand, | ||
removeCustomCommand, | ||
setupDevToolsPlugin | ||
setupDevToolsPlugin, | ||
setupDevToolsPlugin2 as setupDevtoolsPlugin | ||
}; |
{ | ||
"name": "@vue/devtools-api", | ||
"type": "module", | ||
"version": "7.0.15", | ||
"version": "7.0.16", | ||
"author": "webfansplz", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@vue/devtools-kit": "^7.0.15" | ||
"@vue/devtools-kit": "^7.0.16" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4508
61
Updated@vue/devtools-kit@^7.0.16