@camstack/addon-static-turn 1.0.1 → 1.0.2
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.
|
@@ -12192,7 +12192,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12192
12192
|
* rebuilds without manual reload.
|
|
12193
12193
|
*
|
|
12194
12194
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12195
|
-
* `@camstack/
|
|
12195
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12196
12196
|
* provider. Splitting the public aggregator from the raw collection
|
|
12197
12197
|
* keeps both ends in codegen — there's no hand-written
|
|
12198
12198
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12375,7 +12375,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12375
12375
|
* manual reload — same scheme used by `addon-pages`.
|
|
12376
12376
|
*
|
|
12377
12377
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12378
|
-
* `@camstack/
|
|
12378
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12379
12379
|
* provider. Splitting the public aggregator from the raw collection
|
|
12380
12380
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12381
12381
|
*/
|
|
@@ -15109,7 +15109,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15109
15109
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15110
15110
|
* via the same surface would leak internal topology with no upside.
|
|
15111
15111
|
*
|
|
15112
|
-
* Implementation in `@camstack/
|
|
15112
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15113
15113
|
*/
|
|
15114
15114
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15115
15115
|
var InterfaceKindEnum = _enum([
|
|
@@ -15656,7 +15656,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15656
15656
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15657
15657
|
*
|
|
15658
15658
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15659
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15659
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15660
15660
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15661
15661
|
* service instance — no addon owns this state.
|
|
15662
15662
|
*
|
|
@@ -12191,7 +12191,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12191
12191
|
* rebuilds without manual reload.
|
|
12192
12192
|
*
|
|
12193
12193
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12194
|
-
* `@camstack/
|
|
12194
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12195
12195
|
* provider. Splitting the public aggregator from the raw collection
|
|
12196
12196
|
* keeps both ends in codegen — there's no hand-written
|
|
12197
12197
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12374,7 +12374,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12374
12374
|
* manual reload — same scheme used by `addon-pages`.
|
|
12375
12375
|
*
|
|
12376
12376
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12377
|
-
* `@camstack/
|
|
12377
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12378
12378
|
* provider. Splitting the public aggregator from the raw collection
|
|
12379
12379
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12380
12380
|
*/
|
|
@@ -15108,7 +15108,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15108
15108
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15109
15109
|
* via the same surface would leak internal topology with no upside.
|
|
15110
15110
|
*
|
|
15111
|
-
* Implementation in `@camstack/
|
|
15111
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15112
15112
|
*/
|
|
15113
15113
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15114
15114
|
var InterfaceKindEnum = _enum([
|
|
@@ -15655,7 +15655,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15655
15655
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15656
15656
|
*
|
|
15657
15657
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15658
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15658
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15659
15659
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15660
15660
|
* service instance — no addon owns this state.
|
|
15661
15661
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-static-turn",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Static / self-hosted (coturn) TURN provider for CamStack",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"publish": "npm publish --access public"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@camstack/types": "
|
|
62
|
+
"@camstack/types": "*"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@camstack/types": "*",
|