shipit-cli
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="4.0.2"></a> | ||
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25) | ||
### Bug Fixes | ||
* be compatible with CommonJS ([abd2316](https://github.com/shipitjs/shipit/commit/abd2316)) | ||
<a name="4.0.1"></a> | ||
@@ -8,0 +19,0 @@ ## [4.0.1](https://github.com/shipitjs/shipit/compare/v4.0.0...v4.0.1) (2018-03-18) |
'use strict'; | ||
exports.__esModule = true; | ||
var _Shipit = require('./Shipit'); | ||
Object.defineProperty(exports, 'default', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_Shipit).default; | ||
} | ||
}); | ||
var _Shipit2 = _interopRequireDefault(_Shipit); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
module.exports = _Shipit2.default; |
{ | ||
"name": "shipit-cli", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Universal automation and deployment tool written in JavaScript.", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"pretty-hrtime": "^1.0.0", | ||
"ssh-pool": "^4.0.0", | ||
"ssh-pool": "^4.0.2", | ||
"stream-line-wrapper": "^0.1.1", | ||
@@ -23,0 +23,0 @@ "v8flags": "^3.0.2" |
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
20926
369
Updatedssh-pool@^4.0.2