mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-13 05:28:08 +00:00
Update resin-compose-parse dependency version to 1.10.2
Change-type: minor
This commit is contained in:
committed by
Ariel Flesler
parent
7bea2c26b8
commit
b7f94a222d
@ -34,7 +34,8 @@ const resin = ResinSdk.fromSharedOptions();
|
||||
export function getGroupDefaults(group: {
|
||||
options: { name: string; default?: string }[];
|
||||
}): { [name: string]: string | undefined } {
|
||||
return _.chain(group)
|
||||
return _
|
||||
.chain(group)
|
||||
.get('options')
|
||||
.map(question => [question.name, question.default])
|
||||
.fromPairs()
|
||||
|
Reference in New Issue
Block a user