@camstack/addon-provider-reolink 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.
package/dist/addon.js CHANGED
@@ -15213,7 +15213,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15213
15213
  * rebuilds without manual reload.
15214
15214
  *
15215
15215
  * The hub-local builtin `addon-pages-aggregator` (see
15216
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15216
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15217
15217
  * provider. Splitting the public aggregator from the raw collection
15218
15218
  * keeps both ends in codegen — there's no hand-written
15219
15219
  * `addon-pages.router.ts` wrapper anymore.
@@ -15396,7 +15396,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15396
15396
  * manual reload — same scheme used by `addon-pages`.
15397
15397
  *
15398
15398
  * The hub-local builtin `addon-widgets-aggregator` (see
15399
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15399
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15400
15400
  * provider. Splitting the public aggregator from the raw collection
15401
15401
  * keeps both ends in codegen — there's no hand-written wrapper.
15402
15402
  */
@@ -16747,7 +16747,7 @@ var SnapshotImageSchema = object({
16747
16747
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16748
16748
  *
16749
16749
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16750
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16750
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16751
16751
  * wrapper owns the cache and invokes the native via
16752
16752
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16753
16753
  *
@@ -18479,7 +18479,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18479
18479
  * clients — they reverse-connect to the hub. Exposing their interfaces
18480
18480
  * via the same surface would leak internal topology with no upside.
18481
18481
  *
18482
- * Implementation in `@camstack/core/builtins/local-network/`.
18482
+ * Implementation in `@camstack/system/builtins/local-network/`.
18483
18483
  */
18484
18484
  /** Coarse classification derived from the interface name + IP range. */
18485
18485
  var InterfaceKindEnum = _enum([
@@ -19026,7 +19026,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
19026
19026
  * jitter, and observed/peak bandwidth per device + per client.
19027
19027
  *
19028
19028
  * Implementation lives in the server's `NetworkQualityService` (thin
19029
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
19029
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
19030
19030
  * The provider is registered from `trpc.router.ts` against the existing
19031
19031
  * service instance — no addon owns this state.
19032
19032
  *
package/dist/addon.mjs CHANGED
@@ -15208,7 +15208,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15208
15208
  * rebuilds without manual reload.
15209
15209
  *
15210
15210
  * The hub-local builtin `addon-pages-aggregator` (see
15211
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15211
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15212
15212
  * provider. Splitting the public aggregator from the raw collection
15213
15213
  * keeps both ends in codegen — there's no hand-written
15214
15214
  * `addon-pages.router.ts` wrapper anymore.
@@ -15391,7 +15391,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15391
15391
  * manual reload — same scheme used by `addon-pages`.
15392
15392
  *
15393
15393
  * The hub-local builtin `addon-widgets-aggregator` (see
15394
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15394
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15395
15395
  * provider. Splitting the public aggregator from the raw collection
15396
15396
  * keeps both ends in codegen — there's no hand-written wrapper.
15397
15397
  */
@@ -16742,7 +16742,7 @@ var SnapshotImageSchema = object({
16742
16742
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16743
16743
  *
16744
16744
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16745
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16745
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16746
16746
  * wrapper owns the cache and invokes the native via
16747
16747
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16748
16748
  *
@@ -18474,7 +18474,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18474
18474
  * clients — they reverse-connect to the hub. Exposing their interfaces
18475
18475
  * via the same surface would leak internal topology with no upside.
18476
18476
  *
18477
- * Implementation in `@camstack/core/builtins/local-network/`.
18477
+ * Implementation in `@camstack/system/builtins/local-network/`.
18478
18478
  */
18479
18479
  /** Coarse classification derived from the interface name + IP range. */
18480
18480
  var InterfaceKindEnum = _enum([
@@ -19021,7 +19021,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
19021
19021
  * jitter, and observed/peak bandwidth per device + per client.
19022
19022
  *
19023
19023
  * Implementation lives in the server's `NetworkQualityService` (thin
19024
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
19024
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
19025
19025
  * The provider is registered from `trpc.router.ts` against the existing
19026
19026
  * service instance — no addon owns this state.
19027
19027
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-reolink",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Reolink camera device provider addon for CamStack — native Baichuan protocol",
5
5
  "keywords": [
6
6
  "camstack",
@@ -75,7 +75,7 @@
75
75
  "@apocaliss92/nodelink-js": "^0.6.7"
76
76
  },
77
77
  "peerDependencies": {
78
- "@camstack/types": "^0.1.0",
78
+ "@camstack/types": "*",
79
79
  "werift": "^0.22.9",
80
80
  "zod": "^4.3.6"
81
81
  },