@camstack/addon-export-hap 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.
@@ -12307,7 +12307,7 @@ var deviceExportCapability = {
12307
12307
  * rebuilds without manual reload.
12308
12308
  *
12309
12309
  * The hub-local builtin `addon-pages-aggregator` (see
12310
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12310
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12311
12311
  * provider. Splitting the public aggregator from the raw collection
12312
12312
  * keeps both ends in codegen — there's no hand-written
12313
12313
  * `addon-pages.router.ts` wrapper anymore.
@@ -12490,7 +12490,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12490
12490
  * manual reload — same scheme used by `addon-pages`.
12491
12491
  *
12492
12492
  * The hub-local builtin `addon-widgets-aggregator` (see
12493
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12493
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12494
12494
  * provider. Splitting the public aggregator from the raw collection
12495
12495
  * keeps both ends in codegen — there's no hand-written wrapper.
12496
12496
  */
@@ -15201,7 +15201,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15201
15201
  * clients — they reverse-connect to the hub. Exposing their interfaces
15202
15202
  * via the same surface would leak internal topology with no upside.
15203
15203
  *
15204
- * Implementation in `@camstack/core/builtins/local-network/`.
15204
+ * Implementation in `@camstack/system/builtins/local-network/`.
15205
15205
  */
15206
15206
  /** Coarse classification derived from the interface name + IP range. */
15207
15207
  var InterfaceKindEnum = _enum([
@@ -15748,7 +15748,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15748
15748
  * jitter, and observed/peak bandwidth per device + per client.
15749
15749
  *
15750
15750
  * Implementation lives in the server's `NetworkQualityService` (thin
15751
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15751
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15752
15752
  * The provider is registered from `trpc.router.ts` against the existing
15753
15753
  * service instance — no addon owns this state.
15754
15754
  *
@@ -12282,7 +12282,7 @@ var deviceExportCapability = {
12282
12282
  * rebuilds without manual reload.
12283
12283
  *
12284
12284
  * The hub-local builtin `addon-pages-aggregator` (see
12285
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12285
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12286
12286
  * provider. Splitting the public aggregator from the raw collection
12287
12287
  * keeps both ends in codegen — there's no hand-written
12288
12288
  * `addon-pages.router.ts` wrapper anymore.
@@ -12465,7 +12465,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12465
12465
  * manual reload — same scheme used by `addon-pages`.
12466
12466
  *
12467
12467
  * The hub-local builtin `addon-widgets-aggregator` (see
12468
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12468
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12469
12469
  * provider. Splitting the public aggregator from the raw collection
12470
12470
  * keeps both ends in codegen — there's no hand-written wrapper.
12471
12471
  */
@@ -15176,7 +15176,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15176
15176
  * clients — they reverse-connect to the hub. Exposing their interfaces
15177
15177
  * via the same surface would leak internal topology with no upside.
15178
15178
  *
15179
- * Implementation in `@camstack/core/builtins/local-network/`.
15179
+ * Implementation in `@camstack/system/builtins/local-network/`.
15180
15180
  */
15181
15181
  /** Coarse classification derived from the interface name + IP range. */
15182
15182
  var InterfaceKindEnum = _enum([
@@ -15723,7 +15723,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15723
15723
  * jitter, and observed/peak bandwidth per device + per client.
15724
15724
  *
15725
15725
  * Implementation lives in the server's `NetworkQualityService` (thin
15726
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15726
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15727
15727
  * The provider is registered from `trpc.router.ts` against the existing
15728
15728
  * service instance — no addon owns this state.
15729
15729
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "HomeKit (HAP) bridge exporter for CamStack devices. Publishes a bridged accessory per exposed device — MotionSensor in this MVP; Camera/Doorbell/Switch/Light follow.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -56,7 +56,7 @@
56
56
  "test:watch": "vitest"
57
57
  },
58
58
  "peerDependencies": {
59
- "@camstack/types": "^0.1.0"
59
+ "@camstack/types": "*"
60
60
  },
61
61
  "dependencies": {
62
62
  "@homebridge/hap-nodejs": "^2.1.6",