@semrel-extra/topo
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -0,1 +1,6 @@ | ||
## [1.8.1](https://github.com/semrel-extra/topo/compare/v1.8.0...v1.8.1) (2023-04-01) | ||
### Fixes & improvements | ||
* fix: add missing iface reexport ([57d391a](https://github.com/semrel-extra/topo/commit/57d391a39dbbcabfec1eb4d078920fc0b0674d4c)) | ||
## [1.8.0](https://github.com/semrel-extra/topo/compare/v1.7.0...v1.8.0) (2023-04-01) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@semrel-extra/topo", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Helper to resolve monorepo dependencies graph", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -1,1 +0,2 @@ | ||
export { topo } from './topo'; | ||
export { topo, traverseDeps, traverseQueue } from './topo'; | ||
export * from './interface'; |
@@ -1,1 +0,2 @@ | ||
export { topo } from './topo'; | ||
export { topo, traverseDeps, traverseQueue } from './topo'; | ||
export * from './interface'; |
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
25086
525