Skip to content

Commit fef4248

Browse files
committed
Merge branch 'feature/proxy-impl' into main
2 parents 951a69f + a71ace6 commit fef4248

File tree

8 files changed

+825
-643
lines changed

8 files changed

+825
-643
lines changed

.github/workflows/push.yaml

Whitespace-only changes.

.travis.yml

-14
This file was deleted.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"coveralls": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
3232
"lint": "eslint --fix --ext .js, .",
3333
"test": "mocha test/**/*.spec.js --config test/setup.js --exit",
34+
"test:integration": "mocha test/integration/*.spec.js --config test/setup.js --exit",
3435
"test:unit": "mocha test/unit/*.spec.js --config test/setup.js --exit",
3536
"version:patch": "npm version patch",
3637
"version:minor": "npm version minor",
3738
"version:major": "npm version major"
3839
},
3940
"dependencies": {
40-
"redis": "^3.1.1",
41-
"redis-commands": "^1.3.1"
41+
"redis": "3.1.2"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^14.0.27",
45-
"@types/redis": "^2.8.25",
46-
"chai": "^4.2.0",
44+
"@types/node": "^15.6.1",
45+
"@types/redis": "^2.8.28",
46+
"chai": "^4.3.4",
4747
"chai-as-promised": "^7.1.1",
4848
"coveralls": "^3.1.0",
49-
"dotenv": "^8.2.0",
50-
"eslint": "^7.6.0",
51-
"mocha": "^8.1.0",
49+
"dotenv": "^10.0.0",
50+
"eslint": "^7.27.0",
51+
"mocha": "^8.4.0",
5252
"nyc": "^15.1.0"
5353
}
5454
}

0 commit comments

Comments
 (0)