@thisisagile/easy-express 15.28.0 → 15.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,5 +16,5 @@ export declare const checkLabCoat: () => RequestHandler;
|
|
|
16
16
|
export declare const checkToken: () => RequestHandler;
|
|
17
17
|
export declare const checkScope: (scope: Scope) => RequestHandler;
|
|
18
18
|
export declare const checkUseCase: (uc: UseCase) => RequestHandler;
|
|
19
|
-
export declare const security: ({ jwtStrategyOptions }?: SecurityOptions) => (req: Request, res: Response, next: NextFunction) => void;
|
|
19
|
+
export declare const security: ({ jwtStrategyOptions }?: SecurityOptions) => ((req: Request, res: Response, next: NextFunction) => void);
|
|
20
20
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thisisagile/easy-express",
|
|
3
|
-
"version": "15.28.
|
|
3
|
+
"version": "15.28.1",
|
|
4
4
|
"description": "Straightforward library for building domain-driven microservice architectures",
|
|
5
5
|
"author": "Sander Hoogendoorn",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@thisisagile/easy-test": "15.28.
|
|
37
|
+
"@thisisagile/easy-test": "15.28.1",
|
|
38
38
|
"@types/cls-hooked": "^4.3.8",
|
|
39
39
|
"@types/form-urlencoded": "^4.4.0",
|
|
40
40
|
"@types/jsonwebtoken": "^9.0.6",
|
|
41
41
|
"@types/passport": "^1.0.16",
|
|
42
42
|
"@types/passport-jwt": "^4.0.1",
|
|
43
43
|
"@types/uuid": "^9.0.8",
|
|
44
|
-
"@types/validator": "^13.11.
|
|
44
|
+
"@types/validator": "^13.11.10"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@thisisagile/easy": "^15.28.
|
|
47
|
+
"@thisisagile/easy": "^15.28.1",
|
|
48
48
|
"@types/express": "^4.17.21",
|
|
49
49
|
"cls-hooked": "^4.2.2",
|
|
50
50
|
"express": "^4.19.2",
|