Skip to content

Commit 607518a

Browse files
committed
bumped v5.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 3ac8496 commit 607518a

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

examples/options.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ const schemaQuerystring = {
111111
}
112112
},
113113
querystring: {
114-
hello: { type: 'string' },
115-
world: { type: 'string' }
114+
type: 'object',
115+
properties: {
116+
hello: { type: 'string' },
117+
world: { type: 'string' }
118+
}
116119
}
117120
}
118121
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/swagger-ui",
3-
"version": "5.0.0-pre.fv5.2",
3+
"version": "5.0.0",
44
"description": "Serve Swagger-ui for Fastify",
55
"main": "index.js",
66
"type": "commonjs",
@@ -44,24 +44,24 @@
4444
"homepage": "https://github.com/fastify/fastify-swagger-ui#readme",
4545
"devDependencies": {
4646
"@apidevtools/swagger-parser": "^10.1.0",
47-
"@fastify/basic-auth": "^6.0.0-pre.fv5.2",
48-
"@fastify/helmet": "^12.0.0-pre.fv5.2",
47+
"@fastify/basic-auth": "^6.0.0",
48+
"@fastify/helmet": "^12.0.0",
4949
"@fastify/pre-commit": "^2.1.0",
50-
"@fastify/swagger": "^9.0.0-pre.fv5.1",
50+
"@fastify/swagger": "^9.0.0",
5151
"@playwright/test": "^1.43.1",
5252
"@types/node": "^22.0.0",
5353
"ajv": "^8.12.0",
5454
"c8": "^10.1.2",
55-
"fastify": "5.0.0-alpha.3",
55+
"fastify": "5.0.0-alpha.4",
5656
"fs-extra": "^11.2.0",
5757
"qs": "^6.12.1",
5858
"standard": "^17.1.0",
5959
"swagger-ui-dist": "5.17.14",
6060
"tsd": "^0.31.0"
6161
},
6262
"dependencies": {
63-
"@fastify/static": "^8.0.0-pre.fv5.1",
64-
"fastify-plugin": "^5.0.0-pre.fv5.1",
63+
"@fastify/static": "^8.0.0",
64+
"fastify-plugin": "^5.0.0",
6565
"openapi-types": "^12.1.3",
6666
"rfdc": "^1.3.1",
6767
"yaml": "^2.4.1"

0 commit comments

Comments
 (0)