aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plugins/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-01 22:42:17 +0000
committerGitHub <noreply@github.com>2026-02-01 22:42:17 +0000
commit54243b8cc5ccd76fe23821f6e159b954a2166578 (patch)
tree45de1fa3324f8022825d521996ebc8b7ba890817 /packages/plugins/package.json
parente86188000147e0178ac6ca971f061b37daa40132 (diff)
downloadkarakeep-54243b8cc5ccd76fe23821f6e159b954a2166578.tar.zst
feat: batch meilisearch requests (#2441)
* feat: batch meilisearch requests * more fixes
Diffstat (limited to 'packages/plugins/package.json')
-rw-r--r--packages/plugins/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/plugins/package.json b/packages/plugins/package.json
index daf46843..f263d593 100644
--- a/packages/plugins/package.json
+++ b/packages/plugins/package.json
@@ -22,6 +22,7 @@
"@karakeep/shared": "workspace:*",
"@restatedev/restate-sdk": "^1.9.0",
"@restatedev/restate-sdk-clients": "^1.9.0",
+ "async-mutex": "^0.4.1",
"liteque": "^0.7.0",
"meilisearch": "^0.45.0"
},