@vue/devtools-core
Advanced tools
Comparing version 7.0.13 to 7.0.14
import { ViteHotContext } from 'vite-hot-client'; | ||
import { V as ViteRPCFunctions, A as AssetInfo, I as ImageMeta, M as ModuleInfo } from './types-ebIxW6MM.js'; | ||
export { b as AssetEntry, a as AssetType, C as CodeSnippet } from './types-ebIxW6MM.js'; | ||
import { V as ViteRPCFunctions, A as AssetInfo, I as ImageMeta, M as ModuleInfo } from './types-L_Q5flRy.js'; | ||
export { b as AssetEntry, a as AssetType, C as CodeSnippet } from './types-L_Q5flRy.js'; | ||
import { ToggleComponentInspectorOptions, ScrollToComponentOptions, InspectorStateEditorPayload, CustomTab, CustomCommand, InspectorNodeTag, InspectorState, RouterInfo, TimelineEvent, OpenInEditorOptions } from '@vue/devtools-kit'; | ||
@@ -81,2 +81,3 @@ import * as mitt from 'mitt'; | ||
moduleUpdated?: () => void; | ||
assetsUpdated?: () => void; | ||
} | ||
@@ -217,2 +218,3 @@ declare function setupViteRPCClient(ctx: ViteHotContext | undefined, options?: SetupViteRPCClientOptions): BirpcReturn<ViteRPCFunctions, unknown>; | ||
static graphModuleUpdated(fn: Function): () => void; | ||
static assetsUpdated(fn: Function): () => void; | ||
} | ||
@@ -219,0 +221,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { A as AssetInfo, I as ImageMeta, V as ViteRPCFunctions, M as ModuleInfo } from '../types-ebIxW6MM.js'; | ||
import { BirpcGroupReturn } from 'birpc'; | ||
import { A as AssetInfo, I as ImageMeta, V as ViteRPCFunctions, M as ModuleInfo } from '../types-L_Q5flRy.js'; | ||
import { ViteInspectAPI } from 'vite-plugin-inspect'; | ||
import { BirpcGroupReturn } from 'birpc'; | ||
@@ -8,2 +8,4 @@ interface SetupAssetsOptions { | ||
base: string; | ||
server: any; | ||
getRpcServer: () => BirpcGroupReturn<ViteRPCFunctions>; | ||
} | ||
@@ -14,2 +16,3 @@ declare function setupAssetsRPC(config: SetupAssetsOptions): { | ||
getTextAssetContent(filepath: string, limit?: number | undefined): Promise<string | undefined>; | ||
assetsUpdated(): void; | ||
}; | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@vue/devtools-core", | ||
"type": "module", | ||
"version": "7.0.13", | ||
"version": "7.0.14", | ||
"author": "webfansplz", | ||
@@ -9,8 +9,7 @@ "license": "MIT", | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./server": { | ||
"types": "./dist/server/index.d.ts", | ||
"import": "./dist/server/index.mjs", | ||
"import": "./dist/server/index.js", | ||
"require": "./dist/server/index.cjs" | ||
@@ -20,9 +19,9 @@ } | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"server.d.ts" | ||
], | ||
"dependencies": { | ||
"birpc": "^0.2.14", | ||
"birpc": "^0.2.15", | ||
"fast-glob": "^3.3.2", | ||
@@ -36,5 +35,5 @@ "image-meta": "^0.2.0", | ||
"vite-plugin-inspect": "^0.8.3", | ||
"@vue/devtools-kit": "^7.0.13", | ||
"@vue/devtools-schema": "^7.0.13", | ||
"@vue/devtools-shared": "^7.0.13" | ||
"@vue/devtools-kit": "^7.0.14", | ||
"@vue/devtools-schema": "^7.0.14", | ||
"@vue/devtools-shared": "^7.0.14" | ||
}, | ||
@@ -41,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
84643
14
2056
Updated@vue/devtools-kit@^7.0.14
Updated@vue/devtools-schema@^7.0.14
Updated@vue/devtools-shared@^7.0.14
Updatedbirpc@^0.2.15