selfhost 0.1.2 → 0.1.4
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 +1 -1
- package/native/manifest.json +6 -6
- package/native/selfhost-darwin-arm64 +0 -0
- package/native/selfhost-darwin-x64 +0 -0
- package/native/selfhost-linux-arm64 +0 -0
- package/native/selfhost-linux-x64 +0 -0
- package/native/selfhost-win32-arm64.exe +0 -0
- package/native/selfhost-win32-x64.exe +0 -0
- package/package.json +1 -1
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.
|
|
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.
|
package/native/manifest.json
CHANGED
|
@@ -3,27 +3,27 @@
|
|
|
3
3
|
"binaries": {
|
|
4
4
|
"darwin-arm64": {
|
|
5
5
|
"file": "selfhost-darwin-arm64",
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "15ad8662d9ca3f63225fe54d48d4fb49c3b538d5aac4dac9f7ed7a462d04fbd3"
|
|
7
7
|
},
|
|
8
8
|
"darwin-x64": {
|
|
9
9
|
"file": "selfhost-darwin-x64",
|
|
10
|
-
"sha256": "
|
|
10
|
+
"sha256": "698db6411daf435fa97095e7e11969520a385b556fb267f038efd9f95f3dbec0"
|
|
11
11
|
},
|
|
12
12
|
"linux-arm64": {
|
|
13
13
|
"file": "selfhost-linux-arm64",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "16e51d67c8ce416c09758154eccaa0c750e71704f124ae675f39f5e46a1bd652"
|
|
15
15
|
},
|
|
16
16
|
"linux-x64": {
|
|
17
17
|
"file": "selfhost-linux-x64",
|
|
18
|
-
"sha256": "
|
|
18
|
+
"sha256": "dac6f77fea9697c283ade69670575906ff2cf2ecb689b7243aba2c46c8e8a56a"
|
|
19
19
|
},
|
|
20
20
|
"win32-arm64": {
|
|
21
21
|
"file": "selfhost-win32-arm64.exe",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "f4f8cba13606ac4a9b5d7f015e5ca59ea55acf390fedc8f2256d957f005afd04"
|
|
23
23
|
},
|
|
24
24
|
"win32-x64": {
|
|
25
25
|
"file": "selfhost-win32-x64.exe",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "0045d825b58a2ab5b38cbdd57fa7a65e67e6740adda640a5f3034f72ef9d45d1"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|