vite-plugin-inspect
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -120,2 +120,4 @@ import { Plugin } from 'vite'; | ||
declare const DIR_CLIENT: string; | ||
interface ViteInspectAPI { | ||
@@ -126,2 +128,2 @@ rpc: RpcFunctions; | ||
export { type ViteInspectAPI, ViteInspectOptions, PluginInspect as default }; | ||
export { DIR_CLIENT, type ViteInspectAPI, ViteInspectOptions, PluginInspect as default }; |
{ | ||
"name": "vite-plugin-inspect", | ||
"type": "module", | ||
"version": "0.10.4", | ||
"packageManager": "pnpm@9.15.1", | ||
"version": "0.10.5", | ||
"description": "Inspect the intermediate state of Vite plugins", | ||
@@ -62,14 +61,2 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && run-s build:* && esno ./scripts/postbuild.ts", | ||
"build:client": "vite build src/client", | ||
"build:js": "unbuild", | ||
"dev": "nr stub && cross-env INSPECT_DEV=true vite src/client", | ||
"dev:client": "vite build src/client --watch", | ||
"stub": "unbuild --stub", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit", | ||
"prepublishOnly": "npm run build", | ||
"release": "bumpp && npm publish" | ||
}, | ||
"peerDependencies": { | ||
@@ -97,2 +84,3 @@ "vite": "^6.0.0" | ||
"@antfu/ni": "^0.23.1", | ||
"@arethetypeswrong/cli": "^0.17.2", | ||
"@iconify-json/catppuccin": "^1.2.8", | ||
@@ -157,3 +145,15 @@ "@iconify/json": "^2.2.286", | ||
] | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && run-s build:* && esno ./scripts/postbuild.ts && pnpm run test:attw", | ||
"build:client": "vite build src/client", | ||
"build:js": "unbuild", | ||
"dev": "nr stub && cross-env INSPECT_DEV=true vite src/client", | ||
"dev:client": "vite build src/client --watch", | ||
"stub": "unbuild --stub", | ||
"lint": "eslint .", | ||
"typecheck": "vue-tsc --noEmit", | ||
"test:attw": "attw --pack", | ||
"release": "bumpp && npm publish" | ||
} | ||
} | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4444968
122141
0
51