@bghitcode/bghitapp 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  <h1 align="center">BghitApp</h1>
5
5
  <p align="center"><strong>Turn any webpage into a desktop app with one command — by BghitCode. Supports macOS, Windows, and Linux</strong></p>
6
6
  <div align="center">
7
+ <a href="https://bghitcode.com" target="_blank">
8
+ <img alt="Website" src="https://img.shields.io/badge/website-bghitcode.com-blue?style=flat-square"></a>
7
9
  <a href="https://github.com/BghitCode/bghitapp/releases" target="_blank">
8
10
  <img alt="GitHub downloads" src="https://img.shields.io/github/downloads/BghitCode/bghitapp/total.svg?style=flat-square"></a>
9
11
  <a href="https://github.com/BghitCode/bghitapp/commits" target="_blank">
package/dist/cli.js CHANGED
@@ -20,7 +20,7 @@ import { InvalidArgumentError, program as program$1, Option } from 'commander';
20
20
  import fs$1 from 'fs';
21
21
 
22
22
  var name = "@bghitcode/bghitapp";
23
- var version = "1.1.2";
23
+ var version = "1.1.3";
24
24
  var description = "🤱🏻 Turn any webpage into a desktop app with one command — by BghitCode.";
25
25
  var engines = {
26
26
  node: ">=18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bghitcode/bghitapp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "🤱🏻 Turn any webpage into a desktop app with one command — by BghitCode.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"