@camstack/addon-mqtt-broker 1.0.1 → 1.0.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.
|
@@ -12305,7 +12305,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12305
12305
|
* rebuilds without manual reload.
|
|
12306
12306
|
*
|
|
12307
12307
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12308
|
-
* `@camstack/
|
|
12308
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12309
12309
|
* provider. Splitting the public aggregator from the raw collection
|
|
12310
12310
|
* keeps both ends in codegen — there's no hand-written
|
|
12311
12311
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12488,7 +12488,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12488
12488
|
* manual reload — same scheme used by `addon-pages`.
|
|
12489
12489
|
*
|
|
12490
12490
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12491
|
-
* `@camstack/
|
|
12491
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12492
12492
|
* provider. Splitting the public aggregator from the raw collection
|
|
12493
12493
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12494
12494
|
*/
|
|
@@ -15199,7 +15199,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15199
15199
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15200
15200
|
* via the same surface would leak internal topology with no upside.
|
|
15201
15201
|
*
|
|
15202
|
-
* Implementation in `@camstack/
|
|
15202
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15203
15203
|
*/
|
|
15204
15204
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15205
15205
|
var InterfaceKindEnum = _enum([
|
|
@@ -15746,7 +15746,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15746
15746
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15747
15747
|
*
|
|
15748
15748
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15749
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15749
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15750
15750
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15751
15751
|
* service instance — no addon owns this state.
|
|
15752
15752
|
*
|
|
@@ -12300,7 +12300,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12300
12300
|
* rebuilds without manual reload.
|
|
12301
12301
|
*
|
|
12302
12302
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12303
|
-
* `@camstack/
|
|
12303
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12304
12304
|
* provider. Splitting the public aggregator from the raw collection
|
|
12305
12305
|
* keeps both ends in codegen — there's no hand-written
|
|
12306
12306
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12483,7 +12483,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12483
12483
|
* manual reload — same scheme used by `addon-pages`.
|
|
12484
12484
|
*
|
|
12485
12485
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12486
|
-
* `@camstack/
|
|
12486
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12487
12487
|
* provider. Splitting the public aggregator from the raw collection
|
|
12488
12488
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12489
12489
|
*/
|
|
@@ -15194,7 +15194,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15194
15194
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15195
15195
|
* via the same surface would leak internal topology with no upside.
|
|
15196
15196
|
*
|
|
15197
|
-
* Implementation in `@camstack/
|
|
15197
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15198
15198
|
*/
|
|
15199
15199
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15200
15200
|
var InterfaceKindEnum = _enum([
|
|
@@ -15741,7 +15741,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15741
15741
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15742
15742
|
*
|
|
15743
15743
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15744
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15744
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15745
15745
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15746
15746
|
* service instance — no addon owns this state.
|
|
15747
15747
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-mqtt-broker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "MQTT broker registry addon for CamStack — manages external broker entries + an optional embedded aedes broker. Consumers spin up their own `mqtt.js` clients via the `mqtt-broker` cap.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typecheck": "tsc --noEmit"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@camstack/types": "
|
|
60
|
+
"@camstack/types": "*"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"aedes": "^0.51.3",
|