cacheable-response
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.1.10](https://github.com/Kikobeats/cacheable-response/compare/v2.1.9...v2.1.10) (2021-04-01) | ||
### [2.1.9](https://github.com/Kikobeats/cacheable-response/compare/v2.1.8...v2.1.9) (2020-12-13) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"main": "index.js", | ||
@@ -15,8 +15,24 @@ "author": { | ||
{ | ||
"name": "Ali Hmer", | ||
"email": "alitohami@gmail.com" | ||
"name": "whooehoo", | ||
"email": "whooehoo@yandex.ru" | ||
}, | ||
{ | ||
"name": "Stig Kleppe-Jørgensen", | ||
"email": "from.github@nisgits.net" | ||
}, | ||
{ | ||
"name": "ChengCheng", | ||
"email": "chengcheng.st@gmail.com" | ||
}, | ||
{ | ||
"name": "iKoala", | ||
"email": "iikoala@hotmail.com" | ||
}, | ||
{ | ||
"name": "rickynyairo", | ||
"email": "rickynyairo@gmail.com" | ||
}, | ||
{ | ||
"name": "Ali Hmer", | ||
"email": "alitohami@gmail.com" | ||
} | ||
@@ -43,3 +59,3 @@ ], | ||
"dependencies": { | ||
"compress-brotli": "~1.2.2", | ||
"compress-brotli": "~1.3.0", | ||
"debug-logfmt": "~1.0.4", | ||
@@ -62,3 +78,2 @@ "etag": "~1.8.1", | ||
"got": "latest", | ||
"husky": "latest", | ||
"iltorb": "latest", | ||
@@ -70,2 +85,3 @@ "lint-staged": "latest", | ||
"prettier-standard": "latest", | ||
"simple-git-hooks": "latest", | ||
"standard": "latest", | ||
@@ -109,8 +125,2 @@ "standard-markdown": "latest", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -120,3 +130,3 @@ "package.json": [ | ||
], | ||
"*.js": [ | ||
"*.js,!*.min.js,": [ | ||
"prettier-standard" | ||
@@ -127,3 +137,7 @@ ], | ||
] | ||
}, | ||
"simple-git-hooks": { | ||
"commit-msg": "npx commitlint --edit", | ||
"pre-commit": "npx lint-staged" | ||
} | ||
} |
35169
1.23%+ Added
+ Added
- Removed
Updated