Skip to content

Commit

Permalink
update:update version 2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojue committed Jan 10, 2024
1 parent e294032 commit 050760d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daruk",
"version": "2.3.13",
"version": "2.4.13",
"description": "a node.js web framework",
"main": "build/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion types/typings/daruk_options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ export interface Options {
middlewareOrder: string[];
name: string;
rootPath: string;
routerOptions:any;
debug: boolean;
bodyOptions: koaBody.IKoaBodyOptions;
exitHook: boolean;

swagger:any;
// monitor: {
// enable: boolean;
// v8AnalyticsPath: string;
Expand Down

0 comments on commit 050760d

Please sign in to comment.