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"