@mocks-server/plugin-admin-api
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -17,2 +17,6 @@ # Change Log | ||
## [1.4.3] - 2020-04-10 | ||
### Changed | ||
- Update dependencies | ||
## [1.4.2] - 2020-03-22 | ||
@@ -19,0 +23,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/plugin-admin-api", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@mocks-server/admin-api-paths": "1.0.5", | ||
"@mocks-server/admin-api-paths": "1.0.6", | ||
"@hapi/boom": "9.1.0", | ||
@@ -45,3 +45,3 @@ "express": "4.17.1" | ||
"devDependencies": { | ||
"@mocks-server/core": "1.4.5", | ||
"@mocks-server/core": "1.4.6", | ||
"coveralls": "3.0.9", | ||
@@ -52,10 +52,10 @@ "eslint": "6.8.0", | ||
"fs-extra": "9.0.0", | ||
"husky": "4.2.3", | ||
"husky": "4.2.5", | ||
"is-promise": "2.1.0", | ||
"jest": "25.1.0", | ||
"lint-staged": "10.0.8", | ||
"prettier": "2.0.1", | ||
"jest": "25.3.0", | ||
"lint-staged": "10.1.3", | ||
"prettier": "2.0.4", | ||
"request": "2.88.2", | ||
"request-promise": "4.2.5", | ||
"sinon": "9.0.1", | ||
"sinon": "9.0.2", | ||
"strip-ansi": "6.0.0", | ||
@@ -62,0 +62,0 @@ "tree-kill-sync": "1.0.0" |
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
35948
+ Added@mocks-server/admin-api-paths@1.0.6(transitive)
- Removed@mocks-server/admin-api-paths@1.0.5(transitive)