From 96fc757793e2d160a79194843144a5e4bd740192 Mon Sep 17 00:00:00 2001 From: Andelf Date: Sun, 2 Oct 2022 19:26:07 +0800 Subject: [PATCH] fix(windows): update rsapi, use static link --- resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/package.json b/resources/package.json index c8da7227b..ba87972f7 100644 --- a/resources/package.json +++ b/resources/package.json @@ -37,7 +37,7 @@ "https-proxy-agent": "5.0.0", "@sentry/electron": "2.5.1", "posthog-js": "1.10.2", - "@logseq/rsapi": "0.0.48", + "@logseq/rsapi": "0.0.50", "electron-deeplink": "1.0.10", "abort-controller": "3.0.0" },