@mocks-server/main
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -16,2 +16,6 @@ # Change Log | ||
## [1.8.5] - 2020-06-14 | ||
### Changed | ||
- chore(deps): Update dependencies | ||
## [1.8.4] - 2020-04-10 | ||
@@ -18,0 +22,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/main", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Mocks server supporting multiple api behaviors", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint index.js lib test jest.config.js jest.acceptance.config.js", | ||
"lint": "eslint *.js lib test", | ||
"lint-staged": "lint-staged", | ||
@@ -45,18 +45,18 @@ "test": "jest", | ||
"dependencies": { | ||
"@mocks-server/core": "1.4.6", | ||
"@mocks-server/plugin-admin-api": "1.4.3", | ||
"@mocks-server/plugin-inquirer-cli": "1.3.3" | ||
"@mocks-server/core": "1.4.7", | ||
"@mocks-server/plugin-admin-api": "1.4.4", | ||
"@mocks-server/plugin-inquirer-cli": "1.3.4" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "3.0.9", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.1", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"fs-extra": "9.0.0", | ||
"eslint": "7.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"fs-extra": "9.0.1", | ||
"husky": "4.2.5", | ||
"is-promise": "2.1.0", | ||
"jest": "25.3.0", | ||
"lint-staged": "10.1.3", | ||
"is-promise": "4.0.0", | ||
"jest": "26.0.1", | ||
"lint-staged": "10.2.10", | ||
"lodash": "4.17.15", | ||
"prettier": "2.0.4", | ||
"prettier": "2.0.5", | ||
"request": "2.88.2", | ||
@@ -71,5 +71,3 @@ "request-promise": "4.2.5", | ||
"test/**/*.js": "eslint", | ||
"index.js": "eslint", | ||
"jest.config.js": "eslint", | ||
"jest.acceptance.config.js": "eslint" | ||
"*.js": "eslint" | ||
}, | ||
@@ -82,4 +80,4 @@ "husky": { | ||
"engines": { | ||
"node": "10.x || 12.x || 13.x" | ||
"node": "12.x || 14.x" | ||
} | ||
} |
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
27203
+ Added@mocks-server/admin-api-paths@1.0.7(transitive)
+ Added@mocks-server/core@1.4.7(transitive)
+ Added@mocks-server/plugin-admin-api@1.4.4(transitive)
+ Added@mocks-server/plugin-inquirer-cli@1.3.4(transitive)
+ Addedchalk@4.1.0(transitive)
+ Addedcommander@5.1.0(transitive)
+ Addedfs-extra@9.0.1(transitive)
+ Addednode-watch@0.6.4(transitive)
- Removed@mocks-server/admin-api-paths@1.0.6(transitive)
- Removed@mocks-server/core@1.4.6(transitive)
- Removed@mocks-server/plugin-admin-api@1.4.3(transitive)
- Removed@mocks-server/plugin-inquirer-cli@1.3.3(transitive)
- Removedchalk@4.0.0(transitive)
- Removedcommander@5.0.0(transitive)
- Removedfs-extra@9.0.0(transitive)
- Removednode-watch@0.6.3(transitive)
Updated@mocks-server/core@1.4.7