Auto-merge for PR #883 via VersionBot

Update resin-compose-parse dependency version
This commit is contained in:
resin-io-versionbot[bot] 2018-05-31 16:16:47 +00:00 committed by GitHub
commit 16f70fd946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v7.5.0 - 2018-05-31
* Update resin-compose-parse dependency version to 1.10.2 #883 [Ariel Flesler]
## v7.4.1 - 2018-05-24
* Update SDK in resin device(s) to ensure the dashboard URL is correct #879 [Tim Perry]

View File

@ -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()

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "7.4.1",
"version": "7.5.0",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -137,7 +137,7 @@
"resin-bundle-resolve": "^0.5.3",
"resin-cli-form": "^1.4.1",
"resin-cli-visuals": "^1.4.0",
"resin-compose-parse": "^1.8.1",
"resin-compose-parse": "^1.10.2",
"resin-config-json": "^1.0.0",
"resin-device-config": "^4.0.0",
"resin-device-init": "^4.0.0",