@mocks-server/main
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -16,2 +16,6 @@ # Change Log | ||
## [1.7.1] - 2020-01-03 | ||
### Changed | ||
- Upgrade plugin-admin-api version to [1.3.1](https://github.com/mocks-server/plugin-admin-api/releases/tag/v1.3.1) | ||
## [1.7.0] - 2020-01-03 | ||
@@ -18,0 +22,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/main", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Mocks server supporting multiple api behaviors", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"@mocks-server/core": "1.3.0", | ||
"@mocks-server/plugin-admin-api": "1.2.1", | ||
"@mocks-server/plugin-admin-api": "1.3.1", | ||
"@mocks-server/plugin-inquirer-cli": "1.1.0" | ||
@@ -47,0 +47,0 @@ }, |
@@ -10,5 +10,5 @@ [![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] | ||
This package provides a server that simulates API behaviors. It can be added as a dependency of your project, and started simply running an NPM command. | ||
This package provides a server that simulates multiple API behaviors. It can be added as a dependency of your project, and started simply running an NPM command. | ||
It is simple to use out-of-the-box, but powerful and very customizable through the usage of [plugins and other customization methods](https://www.mocks-server.org/docs/advanced-developing-plugins). | ||
It is simple and easy out-of-the-box, but powerful and very customizable through the usage of [plugins and other customization methods](https://www.mocks-server.org/docs/advanced-developing-plugins). | ||
@@ -15,0 +15,0 @@ ## Documentation |
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
25938
+ Added@mocks-server/plugin-admin-api@1.3.1(transitive)
- Removed@mocks-server/plugin-admin-api@1.2.1(transitive)