@lerna-dockerize/logger
Advanced tools
Comparing version 1.0.6-build.51a74da.0 to 1.0.6-build.93ed2b3.0
@@ -1,3 +0,3 @@ | ||
declare type IsLiteral<T> = T extends string ? string extends T ? false : true : false; | ||
declare type DemandedField<T> = ({ | ||
type IsLiteral<T> = T extends string ? string extends T ? false : true : false; | ||
type DemandedField<T> = ({ | ||
demandOption: true; | ||
@@ -7,3 +7,3 @@ } | { | ||
}); | ||
export declare type OptionsOf<T> = Required<{ | ||
export type OptionsOf<T> = Required<{ | ||
[P in keyof T]: (T[P] extends string ? { | ||
@@ -10,0 +10,0 @@ type: 'string'; |
{ | ||
"name": "@lerna-dockerize/logger", | ||
"version": "1.0.6-build.51a74da.0", | ||
"version": "1.0.6-build.93ed2b3.0", | ||
"description": "A dockerfile generator for lerna projects", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -48,0 +48,0 @@ "files": [ |
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
18724