@semrel-extra/topo
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -0,1 +1,6 @@ | ||
## [1.12.1](https://github.com/semrel-extra/topo/compare/v1.12.0...v1.12.1) (2023-05-24) | ||
### Fixes & improvements | ||
* fix: handle yarn `wokspaces.packages` directive ([979cc99](https://github.com/semrel-extra/topo/commit/979cc99c42fc2fd01fb85fcc7b5d9ef9b89e38f5)) | ||
## [1.12.0](https://github.com/semrel-extra/topo/compare/v1.11.0...v1.12.0) (2023-05-24) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@semrel-extra/topo", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Helper to resolve monorepo dependencies graph", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -5,3 +5,5 @@ import { TDepMap, TGraph } from 'toposource'; | ||
name: string; | ||
workspaces?: string[]; | ||
workspaces?: string[] | { | ||
packages?: string[]; | ||
}; | ||
bolt?: { | ||
@@ -8,0 +10,0 @@ workspaces?: string[]; |
@@ -7,3 +7,3 @@ import { TTopoResult } from 'toposource'; | ||
export declare const topo: (options?: ITopoOptions) => Promise<ITopoContext>; | ||
export declare const getWorkspaces: (root: IPackageEntry) => Promise<string[]>; | ||
export declare const extractWorkspaces: (root: IPackageEntry) => Promise<string[]>; | ||
export declare const getGraph: (manifests: IPackageJson[], depFilter: ITopoOptionsNormalized['depFilter'], scopes?: string[]) => { | ||
@@ -10,0 +10,0 @@ nodes: string[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31196
107