@unocss/inspector
Advanced tools
Comparing version 0.12.18 to 0.13.0
@@ -58,3 +58,4 @@ var __create = Object.create; | ||
let config; | ||
function configureServer(server) { | ||
async function configureServer(server) { | ||
await ctx.ready; | ||
server.middlewares.use("/__unocss", (0, import_sirv.default)((0, import_path.resolve)(_dirname, "../dist/client"), { | ||
@@ -72,4 +73,4 @@ single: true, | ||
modules: Array.from(ctx.modules.keys()), | ||
configPath: ctx.configFilepath, | ||
config: ctx.uno.config | ||
config: ctx.uno.config, | ||
configSources: (await ctx.ready).sources | ||
}; | ||
@@ -76,0 +77,0 @@ res.setHeader("Content-Type", "application/json"); |
{ | ||
"name": "@unocss/inspector", | ||
"version": "0.12.18", | ||
"version": "0.13.0", | ||
"description": "The inspector UI for UnoCSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
264249
1209
1