@vue/devtools-api
Advanced tools
Comparing version 6.0.13 to 6.1.0
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./plugin"), exports); | ||
__exportStar(require("./time"), exports); | ||
function setupDevtoolsPlugin(pluginDescriptor, setupFn) { | ||
@@ -21,0 +22,0 @@ const descriptor = pluginDescriptor; |
@@ -5,2 +5,3 @@ "use strict"; | ||
const const_1 = require("./const"); | ||
const time_1 = require("./time"); | ||
class ApiProxy { | ||
@@ -43,2 +44,5 @@ constructor(plugin, hook) { | ||
}, | ||
now() { | ||
return (0, time_1.now)(); | ||
}, | ||
}; | ||
@@ -45,0 +49,0 @@ if (hook) { |
@@ -5,2 +5,3 @@ import { DevtoolsPluginApi } from './api'; | ||
export * from './plugin'; | ||
export * from './time'; | ||
export { PluginQueueItem } from './env'; | ||
@@ -7,0 +8,0 @@ declare type Cast<A, B> = A extends B ? A : B; |
@@ -6,2 +6,3 @@ import { getTarget, getDevtoolsGlobalHook, isProxyAvailable } from './env'; | ||
export * from './plugin'; | ||
export * from './time'; | ||
export function setupDevtoolsPlugin(pluginDescriptor, setupFn) { | ||
@@ -8,0 +9,0 @@ const descriptor = pluginDescriptor; |
import { HOOK_PLUGIN_SETTINGS_SET } from './const'; | ||
import { now } from './time'; | ||
export class ApiProxy { | ||
@@ -39,2 +40,5 @@ constructor(plugin, hook) { | ||
}, | ||
now() { | ||
return now(); | ||
}, | ||
}; | ||
@@ -41,0 +45,0 @@ if (hook) { |
{ | ||
"name": "@vue/devtools-api", | ||
"version": "6.0.13", | ||
"version": "6.1.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
31578
40
883