@clerc/core
Advanced tools
Comparing version 0.23.0 to 0.24.0
import * as _clerc_utils from '@clerc/utils'; | ||
import { Dict, MaybeArray as MaybeArray$1, CamelCase, LiteralUnion } from '@clerc/utils'; | ||
import { Dict, MaybeArray as MaybeArray$1, Equals, CamelCase, LiteralUnion } from '@clerc/utils'; | ||
@@ -126,7 +126,9 @@ declare const DOUBLE_DASH = "--"; | ||
}; | ||
parameters: { | ||
parameters: Equals<{ | ||
[K in keyof TransformParameters<C[N]>]: TransformParameters<C[N]>[K]; | ||
}, {}> extends true ? Dict<string | string[] | undefined> : { | ||
[K in keyof TransformParameters<C[N]>]: TransformParameters<C[N]>[K]; | ||
}; | ||
unknownFlags: ParsedFlags["unknownFlags"]; | ||
flags: TypeFlagWithDefault<C[N]>["flags"]; | ||
flags: Equals<TypeFlagWithDefault<C[N]>["flags"], {}> extends true ? Dict<any> : TypeFlagWithDefault<C[N]>["flags"]; | ||
cli: Clerc<C>; | ||
@@ -133,0 +135,0 @@ } |
{ | ||
"name": "@clerc/core", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -53,3 +53,3 @@ "description": "Clerc core", | ||
"type-flag": "^3.0.0", | ||
"@clerc/utils": "0.23.0" | ||
"@clerc/utils": "0.24.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
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
44607
1140
+ Added@clerc/utils@0.24.0(transitive)
- Removed@clerc/utils@0.23.0(transitive)
Updated@clerc/utils@0.24.0