From 9349f1a9949a1925c432e70ddda1c2007e58b565 Mon Sep 17 00:00:00 2001 From: Andelf Date: Wed, 31 May 2023 13:29:59 +0800 Subject: [PATCH] chore(deps): update rsapi --- ios/App/App/FsWatcher.swift | 1 - package.json | 2 +- resources/package.json | 2 +- src/main/frontend/fs/node.cljs | 1 - src/main/frontend/fs/sync.cljs | 3 -- static/yarn.lock | 80 +++++++++++++++++----------------- yarn.lock | 8 ++-- 7 files changed, 46 insertions(+), 51 deletions(-) diff --git a/ios/App/App/FsWatcher.swift b/ios/App/App/FsWatcher.swift index 6157e553690..ecebec013bd 100644 --- a/ios/App/App/FsWatcher.swift +++ b/ios/App/App/FsWatcher.swift @@ -51,7 +51,6 @@ public class FsWatcher: CAPPlugin, PollingWatcherDelegate { return } // NOTE: Event in js {dir path content stat{mtime}} - print("url \(url) rel \(baseUrl)") switch event { case .Unlink: DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { diff --git a/package.json b/package.json index 2651e9b9bfa..5a14dcd070c 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@capawesome/capacitor-background-task": "^2.0.0", "@excalidraw/excalidraw": "0.12.0", "@hugotomazi/capacitor-navigation-bar": "^2.0.0", - "@logseq/capacitor-file-sync": "0.0.27", + "@logseq/capacitor-file-sync": "0.0.30", "@logseq/diff-merge": "^0.0.2", "@logseq/react-tweet-embed": "1.3.1-1", "@radix-ui/colors": "^0.1.8", diff --git a/resources/package.json b/resources/package.json index 4db5ffb21ba..786850e0f12 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.71", + "@logseq/rsapi": "0.0.73", "electron-deeplink": "1.0.10", "abort-controller": "3.0.0", "fastify": "latest", diff --git a/src/main/frontend/fs/node.cljs b/src/main/frontend/fs/node.cljs index b4a7fd97fea..b6ce47ffc3d 100644 --- a/src/main/frontend/fs/node.cljs +++ b/src/main/frontend/fs/node.cljs @@ -120,7 +120,6 @@ (ipc/ipc "rename" old-path new-path)) ;; copy with overwrite, without confirmation (copy! [_this repo old-path new-path] - (prn ::copy-file old-path new-path) (ipc/ipc "copyFile" repo old-path new-path)) (stat [_this fpath] (-> (ipc/ipc "stat" fpath) diff --git a/src/main/frontend/fs/sync.cljs b/src/main/frontend/fs/sync.cljs index 024248d5bf7..57acbdcca1b 100644 --- a/src/main/frontend/fs/sync.cljs +++ b/src/main/frontend/fs/sync.cljs @@ -856,7 +856,6 @@ (let [token (c (ipc/ipc "update-local-files" graph-uuid base-path filepaths token)))))) (