mirror of
https://github.com/docmost/docmost.git
synced 2026-06-11 02:36:56 +08:00
implement new invitation system
* fix comments on the frontend * move jwt token service to its own module * other fixes and updates
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"migration:down": "tsx ./src/kysely/migrate.ts down",
|
||||
"migration:latest": "tsx ./src/kysely/migrate.ts latest",
|
||||
"migration:redo": "tsx ./src/kysely/migrate.ts redo",
|
||||
"migration:reset": "tsx ./src/kysely/migrate.ts down-to NO_MIGRATIONS",
|
||||
"migration:codegen": "kysely-codegen --dialect=postgres --camel-case --env-file=../../.env --out-file=./src/kysely/types/db.d.ts",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
@@ -30,7 +31,6 @@
|
||||
"@aws-sdk/client-s3": "^3.565.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.565.0",
|
||||
"@casl/ability": "^6.7.1",
|
||||
"@docmost/transactional": "workspace:^",
|
||||
"@fastify/multipart": "^8.2.0",
|
||||
"@fastify/static": "^7.0.3",
|
||||
"@nestjs/bullmq": "^10.1.1",
|
||||
@@ -53,10 +53,12 @@
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.1",
|
||||
"fastify": "^4.26.2",
|
||||
"fix-esm": "^1.0.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"kysely": "^0.27.3",
|
||||
"kysely-migration-cli": "^0.4.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"nanoid": "^5.0.7",
|
||||
"nestjs-kysely": "^0.1.7",
|
||||
"nodemailer": "^6.9.13",
|
||||
"passport-jwt": "^4.0.1",
|
||||
|
||||
Reference in New Issue
Block a user