From 22ba0d625677a5f463e2427d613f435e5b6babfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:55:22 +0800 Subject: [PATCH] add async-mutex --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b6b578..2cd3d41 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "ngrok": "^5.0.0-beta.2", "node-fetch": "^3.3.2", "socket.io-client": "^4.8.0", - "crypto-js": "^4.2.0" + "crypto-js": "^4.2.0", + "async-mutex": "^0.5.0" } }