We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c949 commit 63e2b37Copy full SHA for 63e2b37
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/oauth2",
3
- "version": "8.0.0-pre.fv5.2",
+ "version": "8.0.0",
4
"description": "Perform login using oauth2 protocol",
5
"main": "index.js",
6
"type": "commonjs",
@@ -31,7 +31,7 @@
31
"@fastify/pre-commit": "^2.1.0",
32
"@types/node": "^22.0.0",
33
"@types/simple-oauth2": "^5.0.7",
34
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
35
"nock": "^13.5.4",
36
"simple-get": "^4.0.1",
37
"snazzy": "^9.0.0",
@@ -40,8 +40,8 @@
40
"tsd": "^0.31.0"
41
},
42
"dependencies": {
43
- "@fastify/cookie": "^10.0.0-pre.fv5.1",
44
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "@fastify/cookie": "^10.0.0",
+ "fastify-plugin": "^5.0.0",
45
"simple-oauth2": "^5.0.0"
46
47
"publishConfig": {
0 commit comments