From cfafe0402be1693f7267c093c8fbec7e1d164dbb Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 6 Apr 2023 20:05:06 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/cli.js b/dist/cli.js index 2613499..c08611d 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -2198,7 +2198,7 @@ class BuilderFactory { } var name = "pake-cli"; -var version = "1.3.0"; +var version = "1.3.1"; var description = "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with Rust. ๐Ÿคฑ๐Ÿป ๅพˆ็ฎ€ๅ•็š„็”จ Rust ๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆๅพˆๅฐ็š„ๆกŒ้ข Appใ€‚"; var engines = { node: ">=16.0.0" @@ -2297,7 +2297,7 @@ var packageJson = { function checkUpdateTips() { return __awaiter(this, void 0, void 0, function* () { - updateNotifier({ pkg: packageJson }).notify(); + updateNotifier({ pkg: packageJson }).notify({ isGlobal: true }); }); }