gitspace 0.2.0-rc.31 → 0.2.0-rc.32
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 +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -465,6 +465,10 @@ When `--relay` is omitted, `gssh machine serve start` lets you choose from:
|
|
|
465
465
|
- local relay (`ws://127.0.0.1:4480/ws`) if running
|
|
466
466
|
- account relays (`*.gitspace.sh`) discovered from your host config/account
|
|
467
467
|
|
|
468
|
+
`gssh relay start` always keeps the relay reachable locally. If account hosting is configured,
|
|
469
|
+
`auto` and `hosted` modes add a `*.gitspace.sh` tunnel on top of the same local relay instead of
|
|
470
|
+
replacing loopback access.
|
|
471
|
+
|
|
468
472
|
### Identity Management
|
|
469
473
|
|
|
470
474
|
Every machine and client has a cryptographic identity (Ed25519 + X25519 keypair):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gitspace",
|
|
3
|
-
"version": "0.2.0-rc.
|
|
3
|
+
"version": "0.2.0-rc.32",
|
|
4
4
|
"description": "CLI for managing GitHub workspaces with git worktrees and secure remote terminal access",
|
|
5
5
|
"bin": {
|
|
6
6
|
"gssh": "./bin/gssh"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"e2e:on-demand": "bash scripts/e2e/run-on-demand.sh"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@gitspace/darwin-arm64": "0.2.0-rc.
|
|
27
|
-
"@gitspace/darwin-x64": "0.2.0-rc.
|
|
28
|
-
"@gitspace/linux-x64": "0.2.0-rc.
|
|
29
|
-
"@gitspace/linux-arm64": "0.2.0-rc.
|
|
26
|
+
"@gitspace/darwin-arm64": "0.2.0-rc.32",
|
|
27
|
+
"@gitspace/darwin-x64": "0.2.0-rc.32",
|
|
28
|
+
"@gitspace/linux-x64": "0.2.0-rc.32",
|
|
29
|
+
"@gitspace/linux-arm64": "0.2.0-rc.32"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"cli",
|