sencrop-js-api-client
Advanced tools
Comparing version 1.20.0 to 1.21.0
@@ -0,1 +1,10 @@ | ||
# [1.21.0](https://github.com/sencrop/sencrop-js-api-client/compare/v1.20.0...v1.21.0) (2019-02-27) | ||
### Features | ||
* **release:** automatize releases ([193af38](https://github.com/sencrop/sencrop-js-api-client/commit/193af38)) | ||
# [1.20.0](https://github.com/sencrop/sencrop-js-api-client/compare/v1.18.0...v1.20.0) (2019-02-13) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "sencrop-js-api-client", | ||
"version": "1.20.0", | ||
"version": "1.21.0", | ||
"description": "The Sencrop JavaScript API client", | ||
@@ -18,2 +18,3 @@ "main": "dist/index.js", | ||
"files": "'src/**/*.js' bin/*.js test/*.js", | ||
"eslintConfigType": "backend", | ||
"testFiles": "'src/**/*.test..js'", | ||
@@ -36,3 +37,2 @@ "ignore": [ | ||
"cover": "NODE_ENV=${NODE_ENV:-test} jest --coverage", | ||
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz", | ||
"doc": " echo \"# API\" > API.md; jsdoc2md 'src/**/*.js' bin/*.js test/*.js >> API.md", | ||
@@ -43,3 +43,2 @@ "import": "node bin/import.js", | ||
"metapak": "metapak", | ||
"precz": "npm run lint && npm run metapak -- -s && npm t", | ||
"prettier": "prettier --write 'src/**/*.js' bin/*.js test/*.js", | ||
@@ -74,10 +73,18 @@ "preversion": "npm run compile && npm run lint && npm t && npm run metapak -- -s", | ||
"@babel/preset-env": "^7.1.0", | ||
"@commitlint/cli": "^7.5.2", | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/commit-analyzer": "^6.1.0", | ||
"@semantic-release/git": "^7.0.8", | ||
"@semantic-release/github": "^5.2.10", | ||
"@semantic-release/npm": "^5.1.4", | ||
"@semantic-release/release-notes-generator": "^7.1.4", | ||
"babel-core": "^7.0.0-0", | ||
"browserify": "^16.2.3", | ||
"commitizen": "^3.0.5", | ||
"conventional-changelog-cli": "^2.0.11", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.12.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint": "^5.14.1", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"husky": "^1.3.1", | ||
"inquirer": "^6.2.0", | ||
@@ -93,6 +100,8 @@ "jasmine-core": "^3.2.1", | ||
"karma-jasmine": "^1.1.2", | ||
"lint-staged": "^3.0.1", | ||
"metapak": "1.0.3", | ||
"metapak-sencrop": "6.6.0", | ||
"metapak-sencrop": "7.2.0", | ||
"nock": "^10.0.0", | ||
"prettier": "^1.15.3", | ||
"prettier": "^1.16.4", | ||
"semantic-release": "^15.13.3", | ||
"swagger-http-router": "^1.6.3", | ||
@@ -104,7 +113,3 @@ "watchify": "^3.11.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"config": {}, | ||
"eslintConfig": { | ||
@@ -165,3 +170,32 @@ "extends": "eslint:recommended", | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS && npm run doc && git add API.md", | ||
"pre-commit": "npm run architecture && (git add ARCHITECTURE.md || exit 1) && npm t && lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx}": "eslint" | ||
}, | ||
"release": { | ||
"branch": "master", | ||
"repositoryUrl": "git@github.com:sencrop/sencrop-js-api-client.git", | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json" | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
], | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
707374
27
21629
39
1