File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " strontium" ,
3
- "version" : " 2.9.2 " ,
3
+ "version" : " 2.9.3 " ,
4
4
"description" : " Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects." ,
5
5
"main" : " lib/src/index.js" ,
6
6
"types" : " lib/src/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { isObject } from "../../validation"
13
13
import { EndpointController } from ".."
14
14
15
15
export class FastifyServer implements Process {
16
- private server : Fastify . FastifyInstance = Fastify ( )
17
- private isAlive : boolean = false
16
+ protected server : Fastify . FastifyInstance = Fastify ( )
17
+ protected isAlive : boolean = false
18
18
19
19
constructor (
20
20
public routes : RouterMap ,
You can’t perform that action at this time.
0 commit comments