@mocks-server/main
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -16,2 +16,6 @@ # Change Log | ||
## [1.6.0] - 2019-12-24 | ||
### Changed | ||
- Upgrade plugin-admin-api dependency to 1.2.0 | ||
## [1.5.0] - 2019-12-22 | ||
@@ -18,0 +22,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/main", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Mocks server supporting multiple api behaviors", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"@mocks-server/core": "1.2.0", | ||
"@mocks-server/plugin-admin-api": "1.1.0", | ||
"@mocks-server/plugin-admin-api": "1.2.0", | ||
"@mocks-server/plugin-inquirer-cli": "1.1.0" | ||
@@ -47,0 +47,0 @@ }, |
@@ -12,2 +12,4 @@ [![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] | ||
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). | ||
## Documentation | ||
@@ -20,2 +22,3 @@ | ||
* [Configuration](https://www.mocks-server.org/docs/configuration-options) | ||
* [Customization](https://www.mocks-server.org/docs/advanced-developing-plugins) | ||
@@ -22,0 +25,0 @@ ## Why a mocks server? |
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
25337
57
+ Added@mocks-server/admin-api-paths@1.0.1(transitive)
+ Added@mocks-server/plugin-admin-api@1.2.0(transitive)
- Removed@mocks-server/plugin-admin-api@1.1.0(transitive)