@ng-apimock/base-client
Advanced tools
Comparing version
@@ -6,2 +6,9 @@ # Changelog | ||
## [2.0.2](https://github.com/ng-apimock/base-client/compare/v2.0.1...v2.0.2) (2020-12-03) | ||
### Bug Fixes | ||
* 💄 fix linting issue ([78c2d96](https://github.com/ng-apimock/base-client/commit/78c2d962e136ade1c106de346511a7be5e8278e7)) | ||
## [2.0.1](https://github.com/ng-apimock/base-client/compare/v2.0.0...v2.0.1) (2020-07-08) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@ng-apimock/base-client", | ||
"description": "Base client for @ng-apimock/core", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://github.com/ng-apimock/base-client#readme", | ||
@@ -35,34 +35,34 @@ "author": { | ||
"devDependencies": { | ||
"@commitlint/cli": "9.0.1", | ||
"@commitlint/config-conventional": "9.0.1", | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-conventional": "11.0.0", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/npm": "7.0.5", | ||
"@semantic-release/github": "7.2.0", | ||
"@semantic-release/npm": "7.0.9", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"@types/jest": "26.0.4", | ||
"@types/jest": "26.0.16", | ||
"@types/node-fetch": "2.5.7", | ||
"@types/url-join": "4.0.0", | ||
"@types/uuid": "8.0.0", | ||
"@typescript-eslint/eslint-plugin": "3.6.0", | ||
"@typescript-eslint/parser": "3.6.0", | ||
"commitizen": "4.1.2", | ||
"eslint": "7.4.0", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-jest": "23.18.0", | ||
"husky": "4.2.5", | ||
"jest": "26.1.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", | ||
"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.2.11", | ||
"lint-staged": "10.5.2", | ||
"rimraf": "3.0.2", | ||
"semantic-release": "17.1.1", | ||
"ts-jest": "26.1.1", | ||
"typescript": "3.9.6" | ||
"semantic-release": "17.3.0", | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.2" | ||
}, | ||
"dependencies": { | ||
"node-fetch": "2.6.0", | ||
"node-fetch": "2.6.1", | ||
"url-join": "4.0.1", | ||
"uuid": "8.2.0" | ||
"uuid": "8.3.1" | ||
}, | ||
@@ -69,0 +69,0 @@ "husky": { |
# ng-apimock/base-client [](https://www.npmjs.com/package/@ng-apimock/base-client) [](https://github.com/ng-apimock/base-client/actions?workflow=CI) [](https://sonarcloud.io/dashboard?id=ng-apimock_base-client) [](http://commitizen.github.io/cz-cli/) [](https://github.com/semantic-release/semantic-release) [](https://dependabot.com) [](https://david-dm.org/ng-apimock/base-client) [](https://david-dm.org/ng-apimock/base-client#info=devDependencies)  | ||
Base client for ng-apimock api. | ||
Base client for [@ng-apimock/core](https://github.com/ng-apimock/core). | ||
## Usage | ||
The base-client is an abstract client interface that can be implemented to connect to the @ng-apimock/core. | ||
## Getting started | ||
[Get started with @ng-apimock][gettingStarted]. | ||
## API | ||
[All the features][api]. | ||
## Plugins | ||
[List of available plugins][plugins]. | ||
## Changelog | ||
[Learn about the latest improvements][changelog]. | ||
[gettingStarted]: http://localhost:3000/docs/plugins/custom-plugin | ||
[api]: https://ngapimock.org/docs/api/select-scenario | ||
[plugins]: https://ngapimock.org/docs/plugins/plugin-introduction | ||
[changelog]: https://github.com/ng-apimock/base-client/blob/master/CHANGELOG.md |
Sorry, the diff of this file is not supported yet
34057
8.11%22
4.76%20
233.33%+ Added
+ Added
- Removed
- Removed
Updated
Updated