redis-gcra
Advanced tools
Comparing version
@@ -1,5 +0,14 @@ | ||
# Edge Agent Changelog | ||
# Redis GCRA Changelog | ||
*** | ||
## 0.4.0 - 2022-10-12 | ||
- Update development/test dependencies. | ||
- Add support for ioredis 5. | ||
- Drop support for ioredis 2 and 3. | ||
- Add Node 16, 18 to travis.yml. | ||
- Remove Node 10, 12, 13, and 15 from travis.yaml. | ||
- Drop support for Node 10 and Node 12. | ||
## 0.3.1 - 2020-10-21 | ||
@@ -6,0 +15,0 @@ |
{ | ||
"name": "redis-gcra", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Rate limiting based on Generic Cell Rate Algorithm", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
@@ -34,3 +34,4 @@ "scripts": { | ||
"test:watch": "mocha --watch test 2>&1", | ||
"reinstall": "rm -rf node_modules && yarn install" | ||
"reinstall": "rm -rf node_modules && yarn install", | ||
"prepare": "husky install" | ||
}, | ||
@@ -45,9 +46,9 @@ "repository": { | ||
"dependencies": { | ||
"ioredis": ">=2.0.0 <5.0.0" | ||
"ioredis": ">=4.0.0 <6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@losant/eslint-config-losant": "^1.4.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.2", | ||
"mocha": "^8.2.0", | ||
"@losant/eslint-config-losant": "^1.4.4", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"mocha": "^10.0.0", | ||
"should": "^13.2.3" | ||
@@ -58,7 +59,2 @@ }, | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"mocha": { | ||
@@ -65,0 +61,0 @@ "reporter": "spec", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29649
1.08%11
10%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated