Skip to content

Commit

Permalink
Merge pull request #93 from Alexigbokwe/4.2.1
Browse files Browse the repository at this point in the history
Version 4.2.1
  • Loading branch information
Alexigbokwe authored Apr 10, 2024
2 parents a90df75 + 561a65e commit 2070dc3
Show file tree
Hide file tree
Showing 9 changed files with 644 additions and 699 deletions.
32 changes: 0 additions & 32 deletions App/Http/Controller/Auth/LoginController.ts

This file was deleted.

31 changes: 0 additions & 31 deletions App/Http/Controller/Auth/RegisterController.ts

This file was deleted.

25 changes: 0 additions & 25 deletions App/Http/Middleware/Auth.ts

This file was deleted.

18 changes: 0 additions & 18 deletions App/Http/Validation/LoginValidation.ts

This file was deleted.

19 changes: 0 additions & 19 deletions App/Http/Validation/RegisterValidation.ts

This file was deleted.

2 changes: 1 addition & 1 deletion Config/Http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const protocolConfiguration: ProtocolConfiguration = {
|
*/

export { Request, Response, NextFunction } from "Elucidate/HttpContext/Platform/Express";
export type { Request, Response, NextFunction } from "Elucidate/HttpContext/Platform/Express";

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion maker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import commands from "./Resources/Command";
import kernel from "./App/Console/Kernel";
import database from "./Config/Database";
import Console from "maker-console-ts";
import { Console } from "maker-console-ts";

/*
|--------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"bcryptjs": "^2.4.3",
"expressweb-scheduler-ts": "^1.0.4",
"expresswebcorets": "2.1.26",
"expressweb-scheduler-ts": "1.0.6",
"expresswebcorets": "2.1.31",
"expresswebjs-preset-ts": "1.0.5",
"log4js": "^6.3.0",
"maker-console-ts": "2.1.2",
"maker-console-ts": "2.1.6",
"module-alias": "^2.2.2",
"objection": "^3.0.1",
"pg": "^8.10.0",
Expand Down
Loading

0 comments on commit 2070dc3

Please sign in to comment.