Skip to content

Commit

Permalink
Use cookie package again
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 3, 2024
1 parent f2aed09 commit bee7115
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 473 deletions.
247 changes: 0 additions & 247 deletions cookie.js

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
"tsd": "^0.31.1"
},
"dependencies": {
"fastify-plugin": "^5.0.0",
"cookie-signature": "^1.2.1"
"cookie": "^0.7.1",
"cookie-signature": "^1.2.1",
"fastify-plugin": "^5.0.0"
},
"tsd": {
"directory": "test"
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const fp = require('fastify-plugin')
const cookie = require('./cookie')
const cookie = require('cookie')

const { Signer, sign, unsign } = require('./signer')

Expand Down
Loading

0 comments on commit bee7115

Please sign in to comment.