Skip to content

Commit

Permalink
feat(x): 新增 RedisCookieJar 使用 Redis 作为 Cookie Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Dec 22, 2020
1 parent ea2d85b commit 2815e13
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 6 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,17 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/ioredis": "^4.17.9",
"@types/tough-cookie": "^4.0.0",
"cuid": "^2.1.8",
"date-fns": "^2.16.1",
"fast-xml-parser": "^3.17.5",
"ioredis": "^4.19.4",
"lodash-uni": "^1.1.0",
"miniprogram-api-typings": "^3.2.0",
"react-use": "^15.3.4",
"tough-cookie": "^4.0.0",
"tough-cookie-redisstore": "^0.0.4",
"uuid": "^8.3.2",
"yup": "~0.31.0"
},
Expand All @@ -127,6 +132,7 @@
"globby": "11.0.1",
"haoma": "2.23.2",
"husky": "5.0.6",
"ioredis-mock": "^5.2.0",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"open-cli": "6.0.1",
Expand Down
Loading

0 comments on commit 2815e13

Please sign in to comment.