From bfda4fcbab6206c8fb0392f5686b04a5ff4decd3 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 04:34:56 -0800 Subject: [PATCH] =?UTF-8?q?fix(package.json):=20=F0=9F=90=9B=20resolve=20m?= =?UTF-8?q?issing=20dependency=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/sso/backend-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/sso/backend-api/package.json b/features/sso/backend-api/package.json index f9b0eb609..c64432969 100755 --- a/features/sso/backend-api/package.json +++ b/features/sso/backend-api/package.json @@ -24,7 +24,6 @@ }, "dependencies": { "@lilith/domain-events": "^2.3.0", - "@lilith/email-shared": "workspace:*", "@lilith/service-addresses": "^3.0.0", "@lilith/service-nestjs-bootstrap": "^1.0.0", "@nestjs/bullmq": "^11.0.4", @@ -34,6 +33,7 @@ "@nestjs/jwt": "^11.0.2", "@nestjs/passport": "^11.0.5", "@nestjs/platform-express": "^11.1.11", + "@nestjs/schedule": "^5.0.1", "@nestjs/throttler": "^6.5.0", "axios": "^1.6.2", "bcrypt": "^5.1.1",