From 6d3222cb36e238dbdfe22ddcf8417e86e7a365bc Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 6 Apr 2023 19:59:05 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=8F=90=E7=A4=BA=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/helpers/updater.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/helpers/updater.ts b/bin/helpers/updater.ts index a0948b7..a48b163 100644 --- a/bin/helpers/updater.ts +++ b/bin/helpers/updater.ts @@ -2,6 +2,6 @@ import updateNotifier from 'update-notifier'; // @ts-expect-error import packageJson from '../../package.json'; -export async function checkUpdateTips() { - updateNotifier({ pkg: packageJson }).notify(); +export async function checkUpdateTips () { + updateNotifier({ pkg: packageJson }).notify({ isGlobal: true }); } diff --git a/package.json b/package.json index aaf5aae..18154e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "1.3.0", + "version": "1.3.1", "description": "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with Rust. ๐Ÿคฑ๐Ÿป ๅพˆ็ฎ€ๅ•็š„็”จ Rust ๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆๅพˆๅฐ็š„ๆกŒ้ข Appใ€‚", "engines": { "node": ">=16.0.0"