mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 00:00:52 +00:00
ensure we distribute express-session-auth.d.ts
This commit is contained in:
parent
c55dcce258
commit
ddb5676b74
@ -3,6 +3,7 @@
|
||||
"version": "1.2.0",
|
||||
"author": "",
|
||||
"main": "./dist/index.js",
|
||||
"types": "module",
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.5.12",
|
||||
"bumpp": "^9.5.1",
|
||||
|
||||
@ -1,2 +1 @@
|
||||
node_modules
|
||||
src
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export { middleware as default } from "./middleware.js";
|
||||
export { User, AuthStatus, AuthRole } from "./user.entity.js";
|
||||
export { UserReset } from "./user-reset.entity.js";
|
||||
export { UserConfirmation } from "./user-confirmation.entity.js";
|
||||
export { UserRemember } from "./user-remember.entity.js";
|
||||
export { UserReset } from "./user-reset.entity.js";
|
||||
export { AuthRole, AuthStatus, User } from "./user.entity.js";
|
||||
|
||||
@ -7,5 +7,5 @@
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ESNext"
|
||||
},
|
||||
// "include": ["src", "express-session-auth.d.ts"]
|
||||
"include": ["src", "express-session-auth.d.ts"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user