fix: direct & total dependency count #3045
Annotations
2 errors
|
test
Process completed with exit code 2.
|
|
test:
app/composables/usePackageComparison.ts#L192
Property 'directDepCount' is missing in type '{ selfSize: number; totalSize: number; dependencyCount: number; }' but required in type '{ selfSize: number; totalSize: number; directDepCount: number; dependencyCount: number; }'.
|