Comparing version 0.7.2 to 0.7.3
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.7.3](https://github.com/adaltas/node-ssh2-exec/compare/v0.7.2...v0.7.3) (2022-03-11) | ||
### [0.7.2](https://github.com/adaltas/node-ssh2-exec/compare/v0.7.0...v0.7.2) (2022-01-12) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "ssh2-exec", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`", | ||
@@ -53,10 +53,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.2", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@commitlint/cz-commitlint": "^16.0.0", | ||
"@commitlint/cli": "^16.2.1", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@commitlint/cz-commitlint": "^16.2.1", | ||
"coffeescript": "^2.6.1", | ||
"husky": "^7.0.4", | ||
"mocha": "^9.1.3", | ||
"mocha": "^9.2.1", | ||
"mocha-they": "^0.1.3", | ||
"should": "^13.2.3", | ||
"ssh2-they": "^2.2.1", | ||
"ssh2-connect": "^3.2.2", | ||
"standard-version": "^9.3.2" | ||
@@ -75,9 +76,11 @@ }, | ||
"build": "coffee -b -o lib src", | ||
"publish": "git push --follow-tags origin master && npm publish", | ||
"prepare": "husky install", | ||
"pretest": "npm run build", | ||
"prepublish": "git push --follow-tags origin master", | ||
"publish": "npm publish", | ||
"release": "npm test && standard-version", | ||
"test": "mocha test/**/*.coffee" | ||
"release": "standard-version", | ||
"release:minor": "standard-version --release-as minor", | ||
"release:patch": "standard-version --release-as patch", | ||
"release:major": "standard-version --release-as major", | ||
"test": "mocha 'test/**/*.coffee'" | ||
} | ||
} |
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
141867
10
9