RubyGems
npm
Organizations
Log in
Sign up
npm
@misalon/common
Versions diffs
1.0.3 → 1.0.4
@misalon/common 1.0.3 → 1.0.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/middlewares/current-user.d.ts
+1
-0
package/package.json
+1
-1
package/build/middlewares/current-user.d.ts
CHANGED
Viewed
@@ -2,6 +2,7 @@ import { Request, Response, NextFunction } from 'express';
2
2
interface UserPayload {
3
3
id: string;
4
4
email: string;
5
+
role: string;
5
6
}
6
7
declare global {
7
8
namespace Express {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@misalon/common",
3
-
"version": "1.0.
3
",
3
+
"version": "1.0.
4
",
4
4
"main": "./build/index.js",
5
5
"types": "./build/index.d.ts",
6
6
"files": [