Compare commits

..

2 Commits

Author SHA1 Message Date
a6f164602c 2.0.16 2019-05-22 15:45:09 +02:00
f8457ad58d fix(core): update 2019-05-22 15:45:08 +02:00
2 changed files with 8 additions and 7 deletions

11
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartshell", "name": "@pushrocks/smartshell",
"version": "2.0.15", "version": "2.0.16",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -171,11 +171,12 @@
} }
}, },
"@pushrocks/smartexit": { "@pushrocks/smartexit": {
"version": "1.0.7", "version": "1.0.8",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.7.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.8.tgz",
"integrity": "sha512-G/gBbYWRAZs/O7YPUKTeEpCFvvfH7fayYvP3jqeHbZFFwILmaweLXDw/ns6R3bkI5w+lnlCoj26aXCtUWfqMtA==", "integrity": "sha512-g63guRL93Ni7Dj4hxYWqTW9M/ueHKFpa0fBrqycSgLHwpn4lxk8dTEGBpvraaSWUABox4SxpIupHwBxfxvHQnA==",
"requires": { "requires": {
"@pushrocks/lik": "^3.0.5" "@pushrocks/lik": "^3.0.5",
"@pushrocks/smartdelay": "^2.0.3"
} }
}, },
"@pushrocks/smartfile": { "@pushrocks/smartfile": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/smartshell", "name": "@pushrocks/smartshell",
"private": false, "private": false,
"version": "2.0.15", "version": "2.0.16",
"description": "shell actions designed as promises", "description": "shell actions designed as promises",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -33,7 +33,7 @@
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartexit": "^1.0.7", "@pushrocks/smartexit": "^1.0.8",
"@pushrocks/smartpromise": "^3.0.2", "@pushrocks/smartpromise": "^3.0.2",
"@types/which": "^1.3.1", "@types/which": "^1.3.1",
"which": "^1.3.1" "which": "^1.3.1"