selfhost 0.1.2 → 0.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
@@ -32,7 +32,7 @@ selfhost --help
32
32
 
33
33
  Or use `pnpm add --global selfhost`. Run `selfhost tui` for guided terminal
34
34
  management and `selfhost --help` for all commands. Append an exact package version
35
- to pin a release, for example `npx selfhost@0.1.2 --help`.
35
+ to pin a release, for example `npx selfhost@0.1.3 --help`.
36
36
 
37
37
  If you want the dashboard, run `selfhost serve` and open the one-use local sign-in
38
38
  link printed in your terminal.
@@ -3,27 +3,27 @@
3
3
  "binaries": {
4
4
  "darwin-arm64": {
5
5
  "file": "selfhost-darwin-arm64",
6
- "sha256": "efd466b30d235e12f2ef750317f6c35e318d7c913ff39e23b82b46cae01517b9"
6
+ "sha256": "79e7d92fed9b7cbda1da61bfbd61aed181b7fee900c86afe0a7daeafe75b65a2"
7
7
  },
8
8
  "darwin-x64": {
9
9
  "file": "selfhost-darwin-x64",
10
- "sha256": "4289476b8cf3da948b3eb525937b501054d7de12b218c204683cdb81fd232a4d"
10
+ "sha256": "14f8fb288a2788f0e036df16878d3b44a697622be2eac62a0533ff52a605b353"
11
11
  },
12
12
  "linux-arm64": {
13
13
  "file": "selfhost-linux-arm64",
14
- "sha256": "30b4037eabe2a4bb8a4b74670534676d70c246a4a27a2f715358ee812ac2ca1e"
14
+ "sha256": "178901cfc40eb7646bd7954e8b76323a82e790d2310b5b48be532b9b711e0acd"
15
15
  },
16
16
  "linux-x64": {
17
17
  "file": "selfhost-linux-x64",
18
- "sha256": "2f8dde625f17608ecafe3cd76121269b34a2b24370b328d98d9b13aa77692911"
18
+ "sha256": "aec80450f49b8330fd573e7b7cc9f23419f312342d4699a11f13eeba45c3c6ca"
19
19
  },
20
20
  "win32-arm64": {
21
21
  "file": "selfhost-win32-arm64.exe",
22
- "sha256": "d474e43d2b1324649040bb5b6647db6a74364a45363d53754697b6d5a9b80c0b"
22
+ "sha256": "315fc1159e5f69e8b4c47b71a7616d9b5b776c456ceb84249b489fcba6769e5d"
23
23
  },
24
24
  "win32-x64": {
25
25
  "file": "selfhost-win32-x64.exe",
26
- "sha256": "304c353471f903d32278abbacd65063146dd37dd72000e3a95c7a553c96ca326"
26
+ "sha256": "d448f1f68402e2683ceae1623553b3ad0ea5cce2609665848fbe03355605d1ee"
27
27
  }
28
28
  }
29
29
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "selfhost",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Launch the Selfhost dashboard and command line",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "type": "module",