@semrel-extra/topo
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,1 +1,6 @@ | ||
## [1.6.0](https://github.com/semrel-extra/topo/compare/v1.5.0...v1.6.0) (2023-03-16) | ||
### Features | ||
* feat: mix graph sources to result ([fb00824](https://github.com/semrel-extra/topo/commit/fb00824ec8ce469febeca302104190cd4f5693f3)) | ||
## [1.5.0](https://github.com/semrel-extra/topo/compare/v1.4.4...v1.5.0) (2023-02-24) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@semrel-extra/topo", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Helper to resolve monorepo dependencies graph", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -30,2 +30,3 @@ import { TDepMap, TGraph } from 'toposource'; | ||
queue: string[]; | ||
sources: string[]; | ||
graphs: TGraph[]; | ||
@@ -32,0 +33,0 @@ next: TDepMap; |
@@ -30,2 +30,3 @@ import { TDepMap, TGraph } from 'toposource'; | ||
queue: string[]; | ||
sources: string[]; | ||
graphs: TGraph[]; | ||
@@ -32,0 +33,0 @@ next: TDepMap; |
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
19646
373