fix(core): update
This commit is contained in:
parent
6fec1a00ea
commit
565c002127
1221
package-lock.json
generated
1221
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
@ -32,25 +32,24 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.0.22",
|
"@gitzone/tsbuild": "^2.1.11",
|
||||||
"@gitzone/tsrun": "^1.1.13",
|
"@gitzone/tsrun": "^1.2.6",
|
||||||
"@gitzone/tstest": "^1.0.15",
|
"@gitzone/tstest": "^1.0.20",
|
||||||
"@pushrocks/tapbundle": "^3.0.7",
|
"@pushrocks/tapbundle": "^3.0.9",
|
||||||
"@types/node": "^10.12.0",
|
"@types/node": "^12.0.0",
|
||||||
"tslint": "^5.11.0",
|
"tslint": "^5.16.0",
|
||||||
"tslint-config-prettier": "^1.15.0"
|
"tslint-config-prettier": "^1.18.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/npmextra": "^3.0.1",
|
"@pushrocks/npmextra": "^3.0.1",
|
||||||
"@pushrocks/projectinfo": "^4.0.2",
|
"@pushrocks/projectinfo": "^4.0.2",
|
||||||
"@pushrocks/qenv": "^2.0.2",
|
"@pushrocks/qenv": "^4.0.0",
|
||||||
"@pushrocks/smartanalytics": "^2.0.15",
|
"@pushrocks/smartanalytics": "^2.0.15",
|
||||||
"@pushrocks/smartcli": "^3.0.6",
|
"@pushrocks/smartcli": "^3.0.7",
|
||||||
"@pushrocks/smartfile": "^6.0.8",
|
"@pushrocks/smartfile": "^7.0.2",
|
||||||
"@pushrocks/smartpromise": "^2.0.5",
|
"@pushrocks/smartpromise": "^3.0.2",
|
||||||
"@pushrocks/smartshell": "^2.0.8",
|
"@pushrocks/smartshell": "^2.0.13",
|
||||||
"@pushrocks/smartstring": "^3.0.4",
|
"@pushrocks/smartstring": "^3.0.10",
|
||||||
"@types/shelljs": "^0.8.0",
|
"@types/shelljs": "^0.8.5"
|
||||||
"beautylog": "^6.1.10"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Your Open Source team at Lossless GmbH :)
|
* Your Open Source team at Lossless GmbH :)
|
||||||
*/
|
*/
|
||||||
import * as smartanalytics from '@pushrocks/smartanalytics';
|
import * as smartanalytics from '@pushrocks/smartanalytics';
|
||||||
let npmdockerAnalytics = new smartanalytics.Analytics({
|
const npmdockerAnalytics = new smartanalytics.Analytics({
|
||||||
apiEndPoint: 'https://pubapi.lossless.one',
|
apiEndPoint: 'https://pubapi.lossless.one',
|
||||||
appName: 'npmdocker',
|
appName: 'npmdocker',
|
||||||
projectId: 'gitzone'
|
projectId: 'gitzone'
|
||||||
|
@ -9,7 +9,6 @@ let npmdockerCli = new plugins.smartcli.Smartcli();
|
|||||||
|
|
||||||
export let run = () => {
|
export let run = () => {
|
||||||
npmdockerCli.standardTask().subscribe(async argvArg => {
|
npmdockerCli.standardTask().subscribe(async argvArg => {
|
||||||
plugins.beautylog.figletSync('npmdocker');
|
|
||||||
let configArg = await ConfigModule.run().then(DockerModule.run);
|
let configArg = await ConfigModule.run().then(DockerModule.run);
|
||||||
if (configArg.exitCode === 0) {
|
if (configArg.exitCode === 0) {
|
||||||
plugins.beautylog.success('container ended all right!');
|
plugins.beautylog.success('container ended all right!');
|
||||||
|
0
ts/npmdocker.logging.ts
Normal file
0
ts/npmdocker.logging.ts
Normal file
Loading…
Reference in New Issue
Block a user