Skip to content

Commit

Permalink
Use cookie package again (#302)
Browse files Browse the repository at this point in the history
* Use cookie package again

* Bump cookie
  • Loading branch information
blakeembrey authored Oct 9, 2024
1 parent 321932f commit 47c5ba3
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": "^1.0.0",
"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 47c5ba3

Please sign in to comment.