@auto/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -17,14 +17,15 @@ import { TJsonMap } from 'typeon'; | ||
}; | ||
export declare type TBumpStackItem = { | ||
path: string; | ||
version: string | null; | ||
type: TBumpType | null; | ||
deps: { | ||
[name: string]: string; | ||
} | null; | ||
devDeps: { | ||
[name: string]: string; | ||
} | null; | ||
}; | ||
export declare type TBumpStack = { | ||
[name: string]: { | ||
path: string; | ||
version: string | null; | ||
type: TBumpType | null; | ||
deps: { | ||
[name: string]: string; | ||
} | null; | ||
devDeps: { | ||
[name: string]: string; | ||
} | null; | ||
}; | ||
[name: string]: TBumpStackItem; | ||
}; | ||
@@ -31,0 +32,0 @@ export declare type TChangelog = { |
{ | ||
"name": "@auto/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": "", |
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
2487
61