@hexonet/ispapi-apiconnector
Advanced tools
Comparing version 4.3.8 to 4.3.9
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v4.3.9](https://github.com/hexonet/node-sdk/compare/v4.3.8...v4.3.9) | ||
> 2 July 2018 | ||
- Review version scripts to simplify and improve CI [`2e13c83`](https://github.com/hexonet/node-sdk/commit/2e13c831694a61ca03447b017a981ddfae2affd7) | ||
#### [v4.3.8](https://github.com/hexonet/node-sdk/compare/v4.3.7...v4.3.8) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "@hexonet/ispapi-apiconnector", | ||
"description": "Node.js SDK for the insanely fast HEXONET API", | ||
"version": "4.3.8", | ||
"version": "4.3.9", | ||
"private": false, | ||
@@ -52,4 +52,5 @@ "author": { | ||
"scripts": { | ||
"publish": "git push && git push --tags", | ||
"preversion": "git fetch origin --prune && git checkout master && git pull && npm test", | ||
"version": "auto-changelog --commit-limit false --package --output HISTORY.md; git add HISTORY.md", | ||
"postversion": "git push && git push --tags", | ||
"test": "npm run test-NODE --silent", | ||
@@ -56,0 +57,0 @@ "test-NODE": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')" |
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
99344