Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a130b4d

Browse filesBrowse files
committed
Add peer dependency for redis and bump version mumber
1 parent 55684e9 commit a130b4d
Copy full SHA for a130b4d

File tree

Expand file treeCollapse file tree

2 files changed

+53
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+53
-6
lines changed

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+46-4Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-server-session",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Functions to handle serverside session data and csrf tokens for nextJS 10.x",
55
"main": "dist/index.js",
66
"files": [
@@ -37,7 +37,12 @@
3737
"ts-jest": "26.4.4",
3838
"typescript": "4.1.2"
3939
},
40+
"peerDependencies": {
41+
"redis": "^3.0.2"
42+
},
4043
"dependencies": {
41-
"cookie": "0.4.1"
44+
"@types/redis": "2.8.28",
45+
"cookie": "0.4.1",
46+
"redis": "3.0.2"
4247
}
4348
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.