shipit-cli
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.3.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.2.0...v5.3.0) (2020-03-18) | ||
### Features | ||
* add support of `asUser` ([#260](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/issues/260)) ([4e79edb](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/commit/4e79edb)) | ||
# [5.2.0](https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy/compare/v5.1.0...v5.2.0) (2020-03-07) | ||
@@ -8,0 +19,0 @@ |
@@ -149,2 +149,3 @@ "use strict"; | ||
key: this.config.key, | ||
asUser: this.config.asUser, | ||
strict: this.config.strict, | ||
@@ -151,0 +152,0 @@ verbosityLevel: this.config.verboseSSHLevel === undefined ? 0 : this.config.verboseSSHLevel |
{ | ||
"name": "shipit-cli", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Universal automation and deployment tool written in JavaScript.", | ||
@@ -34,7 +34,7 @@ "engines": { | ||
"pretty-hrtime": "^1.0.0", | ||
"ssh-pool": "^5.2.0", | ||
"ssh-pool": "^5.3.0", | ||
"stream-line-wrapper": "^0.1.1", | ||
"v8flags": "^3.1.0" | ||
}, | ||
"gitHead": "199df664cc59a06e4ed5b8e68746ec72feed6fad" | ||
"gitHead": "5e9b5fb4396e75cbe43382781c0b06491a66ad3c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23430
365
Updatedssh-pool@^5.3.0