From a6f00899cec9efb946c30364e9e2ca7e1dc666ae Mon Sep 17 00:00:00 2001 From: Gowtham S Date: Tue, 5 Nov 2024 15:36:01 +0530 Subject: [PATCH] build: include node-cache package --- package-lock.json | 1 + packages/api/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 50ed17e0..fc7eb9c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2665,6 +2665,7 @@ "joi": "^17.12.2", "jsonwebtoken": "^9.0.2", "morgan": "~1.9.1", + "node-cache": "^5.1.2", "route-cache": "^0.7.0", "viem": "^2.8.14", "zod": "^3.23.4", diff --git a/packages/api/package.json b/packages/api/package.json index 2fbe01ed..f2cc9f53 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -23,6 +23,7 @@ "joi": "^17.12.2", "jsonwebtoken": "^9.0.2", "morgan": "~1.9.1", + "node-cache": "^5.1.2", "route-cache": "^0.7.0", "viem": "^2.8.14", "zod": "^3.23.4",