File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 33 "version" : " 3.0.0" ,
44 "description" : " A simple plugin for Fastify that generates OpenAPI spec automatically." ,
55 "homepage" : " https://sw.cowtech.it/fastify-openapi-docs" ,
6- "repository" : " github:ShogunPanda/fastify-openapi-docs" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/ShogunPanda/fastify-openapi-docs.git"
9+ },
710 "keywords" : [
811 " fastify" ,
912 " fastify-plugin" ,
4245 "@fastify/static" : " ^6.12.0" ,
4346 "fastify-plugin" : " ^4.5.1" ,
4447 "js-yaml" : " ^4.1.0" ,
45- "swagger-ui-dist" : " ^5.10.5 "
48+ "swagger-ui-dist" : " ^5.11.0 "
4649 },
4750 "devDependencies" : {
48- "@cowtech/eslint-config" : " ^9.0.0 " ,
49- "@swc/cli" : " ^0.1.63 " ,
50- "@swc/core" : " ^1.3.101 " ,
51+ "@cowtech/eslint-config" : " ^9.0.3 " ,
52+ "@swc/cli" : " ^0.2.3 " ,
53+ "@swc/core" : " ^1.3.105 " ,
5154 "@types/js-yaml" : " ^4.0.9" ,
52- "@types/node" : " ^20.10.5 " ,
55+ "@types/node" : " ^20.11.6 " ,
5356 "@types/swagger-ui-dist" : " ^3.30.4" ,
5457 "@types/tap" : " ^15.0.11" ,
55- "c8" : " ^8.0.1 " ,
58+ "c8" : " ^9.1.0 " ,
5659 "chokidar" : " ^3.5.3" ,
5760 "concurrently" : " ^8.2.2" ,
58- "fastify" : " ^4.25.1 " ,
59- "prettier" : " ^3.1.1 " ,
61+ "fastify" : " ^4.25.2 " ,
62+ "prettier" : " ^3.2.4 " ,
6063 "tap" : " ^18.6.1" ,
6164 "ts-node" : " ^10.9.2" ,
6265 "typescript" : " ^5.3.3"
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "target" : " ES2022" ,
4- "module" : " ESNext " ,
5- "moduleResolution" : " node " ,
4+ "module" : " NodeNext " ,
5+ "moduleResolution" : " NodeNext " ,
66 "jsx" : " preserve" ,
77 "declaration" : true ,
88 "outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments