@betterportal/tunnels 1.0.34 → 1.0.36

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/SPEC.md CHANGED
@@ -509,6 +509,8 @@ CLI self-hosting behavior:
509
509
  - `btunnel host .` can serve a static directory and expose it publicly without a separate local server. It picks a free local port automatically; `--port <port>` overrides, and startup fails fast if that port is unavailable (no tunnel is started).
510
510
  - `btunnel host --dev --port <port> <command...>` can run a local dev server and expose its selected port. `--port` is required because the dev command, not the CLI, owns the listener.
511
511
  - `btunnel up` reads `.bettertunnel.json`; each tunnel entry can optionally orchestrate its own service:
512
+ - `btunnel up <prefix>` starts only the single entry whose configured `prefix` matches.
513
+ - `btunnel up --proc` opens each entry in its own terminal window and requires at least two entries. The original terminal remains as the supervisor: it lists each window and PID, and closing or interrupting it stops all child windows.
512
514
  - `name`: label used for log prefixes and errors.
513
515
  - `run`: shell command the CLI starts and owns (`port` required; killed as a tree on exit/ctrl-c; if it exits, all services stop and `up` exits non-zero).
514
516
  - `cwd`: working directory for `run` (only valid with `run`).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-tunnels-client
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 1.0.34
4
+ * @version 1.0.36
5
5
  */
6
6
  import { ServiceClient, BSBService } from "@bsb/base";
7
7
  import type { Observable, BSBServiceClientDefinition, EventInputType, EventOutputType } from "@bsb/base";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-tunnels-client
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 1.0.34
4
+ * @version 1.0.36
5
5
  */
6
6
  import { ServiceClient, bsb, optional, createReturnableEvent, createFireAndForgetEvent, createEventSchemas } from "@bsb/base";
7
7
  const _wsToOriginSchema = bsb.object({
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-tunnels-proxy
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 1.0.34
4
+ * @version 1.0.36
5
5
  */
6
6
  import { ServiceClient, BSBService } from "@bsb/base";
7
7
  import type { Observable, BSBServiceClientDefinition, EventInputType } from "@bsb/base";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Auto-generated BSB virtual client for service-tunnels-proxy
3
3
  * DO NOT EDIT - Regenerated on every build
4
- * @version 1.0.34
4
+ * @version 1.0.36
5
5
  */
6
6
  import { ServiceClient, bsb, optional, createFireAndForgetEvent, createEventSchemas } from "@bsb/base";
7
7
  const _wsFromOriginSchema = bsb.object({
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "service-tunnels-admin",
3
3
  "events": {},
4
- "version": "1.0.34",
4
+ "version": "1.0.36",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-tunnels-admin",
3
3
  "name": "service-tunnels-admin",
4
- "version": "1.0.34",
4
+ "version": "1.0.36",
5
5
  "description": "BetterPortal public and management UI for BetterTunnels",
6
6
  "category": "service",
7
7
  "tags": [
@@ -262,7 +262,7 @@
262
262
  }
263
263
  }
264
264
  },
265
- "version": "1.0.34",
265
+ "version": "1.0.36",
266
266
  "configSchema": {
267
267
  "anyvaliVersion": "1.0",
268
268
  "schemaVersion": "1.1",
@@ -344,7 +344,7 @@
344
344
  "dependencies": [
345
345
  {
346
346
  "id": "betterportal/service-tunnels-proxy.js",
347
- "version": "1.0.34"
347
+ "version": "1.0.36"
348
348
  }
349
349
  ]
350
350
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-tunnels-client",
3
3
  "name": "service-tunnels-client",
4
- "version": "1.0.34",
4
+ "version": "1.0.36",
5
5
  "description": "Client websocket/API service",
6
6
  "category": "service",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "dependencies": [
14
14
  {
15
15
  "id": "betterportal/service-tunnels-proxy.js",
16
- "version": "1.0.34"
16
+ "version": "1.0.36"
17
17
  }
18
18
  ],
19
19
  "license": "(AGPL-3.0-only OR Commercial)",
@@ -166,7 +166,7 @@
166
166
  "outputSchema": null
167
167
  }
168
168
  },
169
- "version": "1.0.34",
169
+ "version": "1.0.36",
170
170
  "configSchema": {
171
171
  "anyvaliVersion": "1.0",
172
172
  "schemaVersion": "1.1",
@@ -274,7 +274,7 @@
274
274
  "dependencies": [
275
275
  {
276
276
  "id": "betterportal/service-tunnels-client.js",
277
- "version": "1.0.34"
277
+ "version": "1.0.36"
278
278
  }
279
279
  ]
280
280
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-tunnels-proxy",
3
3
  "name": "service-tunnels-proxy",
4
- "version": "1.0.34",
4
+ "version": "1.0.36",
5
5
  "description": "Front-facing H3 tunnel service",
6
6
  "category": "service",
7
7
  "tags": [
@@ -13,7 +13,7 @@
13
13
  "dependencies": [
14
14
  {
15
15
  "id": "betterportal/service-tunnels-client.js",
16
- "version": "1.0.34"
16
+ "version": "1.0.36"
17
17
  }
18
18
  ],
19
19
  "license": "(AGPL-3.0-only OR Commercial)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/tunnels",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "type": "module",
5
5
  "license": "(AGPL-3.0-only OR Commercial)",
6
6
  "repository": {