@unlighthouse/client
Advanced tools
Comparing version 0.10.5 to 0.10.6
{ | ||
"name": "@unlighthouse/client", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "UI Client for Unlighthouse.", | ||
@@ -47,3 +47,3 @@ "license": "MIT", | ||
"vite-plugin-windicss": "^1.9.3", | ||
"@unlighthouse/core": "0.10.5" | ||
"@unlighthouse/core": "0.10.6" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
@@ -13,4 +13,4 @@ import type { ClientOptionsPayload, ScanMeta } from '@unlighthouse/core' | ||
*/ | ||
__unlighthouse_payload: { options: ClientOptionsPayload; scanMeta: ScanMeta; reports: UnlighthouseRouteReport[] } | ||
__unlighthouse_payload: { options: ClientOptionsPayload, scanMeta: ScanMeta, reports: UnlighthouseRouteReport[] } | ||
} | ||
} |
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
0