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 }); }); }