Update dependencies in package.json and package-lock.json, refactor CronService to include notification handling for schedule expirations, and enhance DocumentSchema with OpenAI integration for document editing suggestions. Additionally, modify GraphqlModule to include PubSubModule for real-time notifications and improve datetime utility functions for better date formatting. Update epess-database subproject reference to indicate a dirty state.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"@graphql-codegen/typescript-operations": "^4.2.3",
|
||||
"@graphql-codegen/typescript-resolvers": "^4.2.1",
|
||||
"@livekit/rtc-node": "^0.11.0",
|
||||
"@nestjs-modules/mailer": "^2.0.2",
|
||||
"@nestjs-modules/mailer": "^1.6.1",
|
||||
"@nestjs/apollo": "^12.2.0",
|
||||
"@nestjs/axios": "^3.1.1",
|
||||
"@nestjs/common": "^10.0.0",
|
||||
@@ -88,7 +88,7 @@
|
||||
"minio": "^8.0.1",
|
||||
"nestjs-minio": "^2.6.2",
|
||||
"nodemailer": "^6.9.15",
|
||||
"openai": "^4.68.4",
|
||||
"openai": "^4.73.1",
|
||||
"passport-jwt": "^4.0.1",
|
||||
"quill": "^2.0.2",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user