@ng-apimock/base-client
Advanced tools
Comparing version
@@ -6,2 +6,14 @@ # Changelog | ||
# [3.0.0](https://github.com/ng-apimock/base-client/compare/v2.0.2...v3.0.0) (2021-07-21) | ||
### chore | ||
* 🤖 drop support for Nodejs v10 because EOL ended ([5d6d014](https://github.com/ng-apimock/base-client/commit/5d6d014783ead658fc5fa1cc69829eb6d812d73a)) | ||
### BREAKING CHANGES | ||
* 🧨 NodeJs v10 dropped | ||
## [2.0.2](https://github.com/ng-apimock/base-client/compare/v2.0.1...v2.0.2) (2020-12-03) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@ng-apimock/base-client", | ||
"description": "Base client for @ng-apimock/core", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"homepage": "https://github.com/ng-apimock/base-client#readme", | ||
@@ -17,2 +17,3 @@ "author": { | ||
"lint:fix": "npm run lint -- --fix", | ||
"lint-staged": "lint-staged", | ||
"test": "jest --config=jest.config.js -w 1", | ||
@@ -36,29 +37,29 @@ "semantic-release": "semantic-release" | ||
"devDependencies": { | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-conventional": "11.0.0", | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-conventional": "12.1.4", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.2.0", | ||
"@semantic-release/npm": "7.0.9", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"@types/jest": "26.0.16", | ||
"@types/node-fetch": "2.5.7", | ||
"@types/url-join": "4.0.0", | ||
"@types/uuid": "8.3.0", | ||
"@typescript-eslint/eslint-plugin": "4.9.0", | ||
"@typescript-eslint/parser": "4.9.0", | ||
"commitizen": "4.2.2", | ||
"eslint": "7.14.0", | ||
"@semantic-release/github": "7.2.3", | ||
"@semantic-release/npm": "7.1.3", | ||
"@semantic-release/release-notes-generator": "9.0.3", | ||
"@types/jest": "26.0.24", | ||
"@types/node-fetch": "2.5.11", | ||
"@types/url-join": "4.0.1", | ||
"@types/uuid": "8.3.1", | ||
"@typescript-eslint/eslint-plugin": "4.28.4", | ||
"@typescript-eslint/parser": "4.28.4", | ||
"commitizen": "4.2.4", | ||
"eslint": "7.31.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "24.1.3", | ||
"husky": "4.3.0", | ||
"jest": "26.6.3", | ||
"jest-createspyobj": "1.2.2", | ||
"lint-staged": "10.5.2", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-jest": "24.3.7", | ||
"husky": "7.0.1", | ||
"jest": "27.0.6", | ||
"jest-createspyobj": "2.0.0", | ||
"lint-staged": "11.0.1", | ||
"rimraf": "3.0.2", | ||
"semantic-release": "17.3.0", | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.2" | ||
"semantic-release": "17.4.4", | ||
"ts-jest": "27.0.4", | ||
"typescript": "4.3.5" | ||
}, | ||
@@ -68,10 +69,4 @@ "dependencies": { | ||
"url-join": "4.0.1", | ||
"uuid": "8.3.1" | ||
"uuid": "8.3.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -78,0 +73,0 @@ "**/**.{ts}": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32762
-3.8%21
-4.55%210
-0.47%+ Added
- Removed
Updated