change to an all rxjs Subject architecture

This commit is contained in:
2018-05-03 12:10:39 +02:00
parent 390e0cb491
commit 9d1108e40d
16 changed files with 1196 additions and 340 deletions

View File

@ -1,5 +1,5 @@
{
"name": "smartcli",
"name": "@pushrocks/smartcli",
"version": "2.0.12",
"description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js",
@ -25,18 +25,18 @@
},
"homepage": "https://gitlab.com/pushrocks/smartcli",
"dependencies": {
"@types/yargs": "^10.0.1",
"@types/yargs": "^11.0.0",
"beautylog": "^6.1.10",
"lik": "^2.0.2",
"rxjs": "^5.4.3",
"lik": "^2.0.5",
"rxjs": "^6.0.0",
"smartparam": "1.0.2",
"smartq": "^1.1.6",
"typings-global": "^1.0.20",
"smartq": "^1.1.8",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/node": "^10.0.3",
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.1.8"
"tapbundle": "^2.0.0"
},
"config": {
"commitizen": {