fix tests and add .triggerOnlyOnProcessEnvCliCall()

This commit is contained in:
2017-10-12 22:44:34 +02:00
parent 45d3ce8ffc
commit c7e940f597
8 changed files with 350 additions and 412 deletions

View File

@@ -29,16 +29,16 @@
},
"homepage": "https://gitlab.com/pushrocks/smartcli",
"dependencies": {
"@types/yargs": "6.x.x",
"@types/yargs": "8.x.x",
"beautylog": "^6.1.10",
"lik": "^1.0.30",
"rxjs": "^5.3.1",
"smartparam": "0.1.1",
"smartq": "^1.1.1",
"typings-global": "^1.0.16",
"yargs": "^8.0.1"
"lik": "^1.0.42",
"rxjs": "^5.4.3",
"smartparam": "1.0.2",
"smartq": "^1.1.6",
"typings-global": "^1.0.20",
"yargs": "^9.0.1"
},
"devDependencies": {
"tapbundle": "^1.0.12"
"tapbundle": "^1.1.8"
}
}