Skip to content

Commit

Permalink
Updated to latest fastify
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Feb 8, 2021
1 parent 611acb0 commit 64c0ce7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ var isSetDefault = function(v, d) {
};

exports = module.exports = fastifyPlugin(session, {
fastify: '^2.0.0',
fastify: '^3.0.0',
name: 'fastify-good-session',
dependencies: [
'fastify-cookie'
Expand Down
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/Phara0h/fastify-good-sessions#readme",
"dependencies": {
"cookie-signature": "^1.1.0",
"fastify-plugin": "^1.6.0"
"fastify-plugin": "^3.0.0"
},
"devDependencies": {
"auto-changelog": "^1.16.1"
Expand Down

0 comments on commit 64c0ce7

Please sign in to comment.