@semrel-extra/topo
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -0,1 +1,8 @@ | ||
## [1.4.4](https://github.com/semrel-extra/topo/compare/v1.4.3...v1.4.4) (2023-01-05) | ||
### Bug Fixes | ||
* update fast-glob to v3.2.12 ([d414511](https://github.com/semrel-extra/topo/commit/d414511f09142e194642330283718b1f6eb3fedd)) | ||
## [1.4.3](https://github.com/semrel-extra/topo/compare/v1.4.2...v1.4.3) (2022-07-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@semrel-extra/topo", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Helper to resolve monorepo dependencies graph", | ||
@@ -54,17 +54,18 @@ "publishConfig": { | ||
"@types/toposort": "^2.0.3", | ||
"fast-glob": "^3.2.11", | ||
"fast-glob": "^3.2.12", | ||
"toposort": "^2.0.2", | ||
"tslib": "^2.4.0" | ||
"tslib": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/micromatch": "^4.0.2", | ||
"c8": "^7.12.0", | ||
"esbuild": "^0.14.51", | ||
"esbuild-node-externals": "^1.4.1", | ||
"esbuild": "^0.16.14", | ||
"esbuild-node-externals": "^1.6.0", | ||
"loadr": "^0.1.1", | ||
"micromatch": "^4.0.5", | ||
"prettier": "^2.7.1", | ||
"tsc-esm-fix": "^2.20.0", | ||
"tsm": "^2.2.2", | ||
"typescript": "^4.7.4", | ||
"prettier": "^2.8.1", | ||
"tsc-esm-fix": "^2.20.8", | ||
"tsm": "^2.3.0", | ||
"typescript": "^4.9.4", | ||
"uvu": "^0.5.6" | ||
@@ -71,0 +72,0 @@ }, |
@@ -17,4 +17,4 @@ export interface IPackageJson { | ||
} | ||
export declare type ITopoOptions = Partial<ITopoOptionsNormalized>; | ||
export declare type ITopoOptionsNormalized = { | ||
export type ITopoOptions = Partial<ITopoOptionsNormalized>; | ||
export type ITopoOptionsNormalized = { | ||
workspaces: string[]; | ||
@@ -21,0 +21,0 @@ cwd: string; |
@@ -17,4 +17,4 @@ export interface IPackageJson { | ||
} | ||
export declare type ITopoOptions = Partial<ITopoOptionsNormalized>; | ||
export declare type ITopoOptionsNormalized = { | ||
export type ITopoOptions = Partial<ITopoOptionsNormalized>; | ||
export type ITopoOptionsNormalized = { | ||
workspaces: string[]; | ||
@@ -21,0 +21,0 @@ cwd: string; |
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
18413
336
12
Updatedfast-glob@^3.2.12
Updatedtslib@^2.4.1