common-services
Advanced tools
Comparing version 6.2.0 to 7.0.0
@@ -0,1 +1,5 @@ | ||
# [7.0.0](https://github.com/nfroidure/common-services/compare/v6.2.0...v7.0.0) (2020-03-20) | ||
# [6.2.0](https://github.com/nfroidure/common-services/compare/v6.1.0...v6.2.0) (2020-01-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "common-services", | ||
"version": "6.2.0", | ||
"version": "7.0.0", | ||
"description": "A module to gather very common services and their mocks.", | ||
@@ -40,28 +40,29 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@babel/register": "^7.8.3", | ||
"@babel/register": "^7.8.6", | ||
"@types/jest": "^24.9.0", | ||
"@typescript-eslint/eslint-plugin": "^2.16.0", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-knifecycle": "^1.1.1", | ||
"@typescript-eslint/eslint-plugin": "^2.24.0", | ||
"@typescript-eslint/parser": "^2.24.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-knifecycle": "^1.2.0", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"coveralls": "^3.0.9", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"coveralls": "^3.0.11", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jest": "^24.9.0", | ||
"jest": "^25.1.0", | ||
"jsarch": "^2.0.3", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"metapak": "^3.1.6", | ||
"metapak-nfroidure": "9.8.1", | ||
"metapak": "^3.1.8", | ||
"metapak-nfroidure": "10.0.1", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.5" | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -101,3 +102,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">=8.12.0" | ||
"node": ">=10.19.0" | ||
}, | ||
@@ -110,5 +111,5 @@ "config": { | ||
"dependencies": { | ||
"@types/node": "^13.1.8", | ||
"knifecycle": "^8.1.0", | ||
"sinon": "^8.1.0", | ||
"@types/node": "^13.9.2", | ||
"knifecycle": "^9.0.0", | ||
"sinon": "^9.0.1", | ||
"yerror": "^5.0.0" | ||
@@ -159,3 +160,3 @@ }, | ||
"targets": { | ||
"node": "8.12.0" | ||
"node": "10.19.0" | ||
} | ||
@@ -162,0 +163,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
260633
27
+ Added@sinonjs/fake-timers@6.0.1(transitive)
+ Added@sinonjs/samsam@5.3.1(transitive)
+ Addedknifecycle@9.1.1(transitive)
+ Addednise@4.1.0(transitive)
+ Addedsinon@9.2.4(transitive)
- Removed@sinonjs/formatio@4.0.1(transitive)
- Removed@sinonjs/samsam@4.2.2(transitive)
- Removedknifecycle@8.1.0(transitive)
- Removedlolex@5.1.2(transitive)
- Removednise@3.0.1(transitive)
- Removedsinon@8.1.1(transitive)
Updated@types/node@^13.9.2
Updatedknifecycle@^9.0.0
Updatedsinon@^9.0.1