From 6fb78422863abd001d7bd145d087605c4ed3f945 Mon Sep 17 00:00:00 2001 From: Miguel Puerta Date: Mon, 29 Jul 2024 12:31:45 +0200 Subject: [PATCH] feat: upgrades falconflare client to v0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d77b65..36d219b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "", "license": "ISC", "dependencies": { - "@mpuertadev/falconflare-client": "^0.0.3", + "@mpuertadev/falconflare-client": "^0.0.4", "base-64": "^1.0.0", "cookie-parser": "^1.4.6", "dotenv": "^16.3.1",