@auto/workspaces
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,3 +0,3 @@ | ||
import { TPackages } from "@auto/utils"; | ||
import { TCrossDependents } from "./types"; | ||
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents; | ||
import { TPackages } from '@auto/utils/src/'; | ||
import { TCrossDependents } from './types'; | ||
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents; |
@@ -1,2 +0,2 @@ | ||
import { TWorkspacesPackageBump } from "@auto/utils"; | ||
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number; | ||
import { TWorkspacesPackageBump } from '@auto/utils/src/'; | ||
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number; |
@@ -1,3 +0,3 @@ | ||
import { TPackages } from "@auto/utils"; | ||
import { TDependent } from "./types"; | ||
export declare const getDependentsOf: (packages: TPackages, name: string) => TDependent[]; | ||
import { TPackages } from '@auto/utils/src/'; | ||
import { TDependent } from './types'; | ||
export declare const getDependentsOf: (packages: TPackages, name: string) => TDependent[]; |
@@ -1,4 +0,4 @@ | ||
export { getCrossDependents } from "./get-cross-dependents"; | ||
export { getDependentsOf } from "./get-dependents-of"; | ||
export { getDependentsCount } from "./get-dependents-count"; | ||
export * from "./types"; | ||
export { getCrossDependents } from './get-cross-dependents'; | ||
export { getDependentsOf } from './get-dependents-of'; | ||
export { getDependentsCount } from './get-dependents-count'; | ||
export * from './types'; |
export declare type TDependent = { | ||
name: string; | ||
range: string | null; | ||
devRange: string | null; | ||
name: string; | ||
range: string | null; | ||
devRange: string | null; | ||
}; | ||
export declare type TCrossDependents = { | ||
[name: string]: TDependent[]; | ||
}; | ||
[name: string]: TDependent[]; | ||
}; |
{ | ||
"name": "@auto/workspaces", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "", | ||
@@ -26,5 +26,5 @@ "keywords": "", | ||
"dependencies": { | ||
"@auto/utils": "^0.0.8", | ||
"esm": "^3.0.81" | ||
"@auto/utils": "^0.0.9", | ||
"esm": "^3.0.82" | ||
} | ||
} |
3561
63
+ Added@auto/utils@0.0.9(transitive)
- Removed@auto/utils@0.0.8(transitive)
Updated@auto/utils@^0.0.9
Updatedesm@^3.0.82