From f1c88951948fe518030d5f0a97d82062259a6959 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sun, 23 Nov 2025 19:08:14 -0800 Subject: [PATCH] bump actual client to 25.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc81701..327e05f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "ISC", "type": "commonjs", "dependencies": { - "@actual-app/api": "^25.4.0", + "@actual-app/api": "^25.11.0", "yargs": "^17.7.2" } }