@camstack/addon-provider-hikvision 1.0.0 → 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
@@ -15189,7 +15189,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15189
15189
  * rebuilds without manual reload.
15190
15190
  *
15191
15191
  * The hub-local builtin `addon-pages-aggregator` (see
15192
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15192
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15193
15193
  * provider. Splitting the public aggregator from the raw collection
15194
15194
  * keeps both ends in codegen — there's no hand-written
15195
15195
  * `addon-pages.router.ts` wrapper anymore.
@@ -15372,7 +15372,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15372
15372
  * manual reload — same scheme used by `addon-pages`.
15373
15373
  *
15374
15374
  * The hub-local builtin `addon-widgets-aggregator` (see
15375
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15375
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15376
15376
  * provider. Splitting the public aggregator from the raw collection
15377
15377
  * keeps both ends in codegen — there's no hand-written wrapper.
15378
15378
  */
@@ -16723,7 +16723,7 @@ var SnapshotImageSchema = object({
16723
16723
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16724
16724
  *
16725
16725
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16726
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16726
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16727
16727
  * wrapper owns the cache and invokes the native via
16728
16728
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16729
16729
  *
@@ -18501,7 +18501,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18501
18501
  * clients — they reverse-connect to the hub. Exposing their interfaces
18502
18502
  * via the same surface would leak internal topology with no upside.
18503
18503
  *
18504
- * Implementation in `@camstack/core/builtins/local-network/`.
18504
+ * Implementation in `@camstack/system/builtins/local-network/`.
18505
18505
  */
18506
18506
  /** Coarse classification derived from the interface name + IP range. */
18507
18507
  var InterfaceKindEnum = _enum([
@@ -19048,7 +19048,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
19048
19048
  * jitter, and observed/peak bandwidth per device + per client.
19049
19049
  *
19050
19050
  * Implementation lives in the server's `NetworkQualityService` (thin
19051
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
19051
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
19052
19052
  * The provider is registered from `trpc.router.ts` against the existing
19053
19053
  * service instance — no addon owns this state.
19054
19054
  *
package/dist/addon.mjs CHANGED
@@ -15188,7 +15188,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15188
15188
  * rebuilds without manual reload.
15189
15189
  *
15190
15190
  * The hub-local builtin `addon-pages-aggregator` (see
15191
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15191
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15192
15192
  * provider. Splitting the public aggregator from the raw collection
15193
15193
  * keeps both ends in codegen — there's no hand-written
15194
15194
  * `addon-pages.router.ts` wrapper anymore.
@@ -15371,7 +15371,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15371
15371
  * manual reload — same scheme used by `addon-pages`.
15372
15372
  *
15373
15373
  * The hub-local builtin `addon-widgets-aggregator` (see
15374
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15374
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15375
15375
  * provider. Splitting the public aggregator from the raw collection
15376
15376
  * keeps both ends in codegen — there's no hand-written wrapper.
15377
15377
  */
@@ -16722,7 +16722,7 @@ var SnapshotImageSchema = object({
16722
16722
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16723
16723
  *
16724
16724
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16725
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16725
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16726
16726
  * wrapper owns the cache and invokes the native via
16727
16727
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16728
16728
  *
@@ -18500,7 +18500,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18500
18500
  * clients — they reverse-connect to the hub. Exposing their interfaces
18501
18501
  * via the same surface would leak internal topology with no upside.
18502
18502
  *
18503
- * Implementation in `@camstack/core/builtins/local-network/`.
18503
+ * Implementation in `@camstack/system/builtins/local-network/`.
18504
18504
  */
18505
18505
  /** Coarse classification derived from the interface name + IP range. */
18506
18506
  var InterfaceKindEnum = _enum([
@@ -19047,7 +19047,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
19047
19047
  * jitter, and observed/peak bandwidth per device + per client.
19048
19048
  *
19049
19049
  * Implementation lives in the server's `NetworkQualityService` (thin
19050
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
19050
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
19051
19051
  * The provider is registered from `trpc.router.ts` against the existing
19052
19052
  * service instance — no addon owns this state.
19053
19053
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-hikvision",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Hikvision camera device provider addon for CamStack — ISAPI over HTTP(S) with digest auth (snapshot, alarm stream, RTSP discovery)",
5
5
  "keywords": [
6
6
  "camstack",
@@ -72,7 +72,7 @@
72
72
  "publish": "npm publish --access public"
73
73
  },
74
74
  "peerDependencies": {
75
- "@camstack/types": "^0.1.0",
75
+ "@camstack/types": "*",
76
76
  "werift": "^0.22.9",
77
77
  "zod": "^4.3.6"
78
78
  },