change to an all rxjs Subject architecture
This commit is contained in:
14
package.json
14
package.json
@ -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": {
|
||||
|
Reference in New Issue
Block a user