@camstack/addon-provider-onvif 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
@@ -12569,7 +12569,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12569
12569
  * rebuilds without manual reload.
12570
12570
  *
12571
12571
  * The hub-local builtin `addon-pages-aggregator` (see
12572
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12572
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12573
12573
  * provider. Splitting the public aggregator from the raw collection
12574
12574
  * keeps both ends in codegen — there's no hand-written
12575
12575
  * `addon-pages.router.ts` wrapper anymore.
@@ -12752,7 +12752,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12752
12752
  * manual reload — same scheme used by `addon-pages`.
12753
12753
  *
12754
12754
  * The hub-local builtin `addon-widgets-aggregator` (see
12755
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12755
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12756
12756
  * provider. Splitting the public aggregator from the raw collection
12757
12757
  * keeps both ends in codegen — there's no hand-written wrapper.
12758
12758
  */
@@ -14103,7 +14103,7 @@ var SnapshotImageSchema = object({
14103
14103
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
14104
14104
  *
14105
14105
  * - **Wrapper** providers (kind:'wrapper'): register as a system
14106
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
14106
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
14107
14107
  * wrapper owns the cache and invokes the native via
14108
14108
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
14109
14109
  *
@@ -15548,7 +15548,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15548
15548
  * clients — they reverse-connect to the hub. Exposing their interfaces
15549
15549
  * via the same surface would leak internal topology with no upside.
15550
15550
  *
15551
- * Implementation in `@camstack/core/builtins/local-network/`.
15551
+ * Implementation in `@camstack/system/builtins/local-network/`.
15552
15552
  */
15553
15553
  /** Coarse classification derived from the interface name + IP range. */
15554
15554
  var InterfaceKindEnum = _enum([
@@ -16095,7 +16095,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
16095
16095
  * jitter, and observed/peak bandwidth per device + per client.
16096
16096
  *
16097
16097
  * Implementation lives in the server's `NetworkQualityService` (thin
16098
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
16098
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
16099
16099
  * The provider is registered from `trpc.router.ts` against the existing
16100
16100
  * service instance — no addon owns this state.
16101
16101
  *
package/dist/addon.mjs CHANGED
@@ -12570,7 +12570,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12570
12570
  * rebuilds without manual reload.
12571
12571
  *
12572
12572
  * The hub-local builtin `addon-pages-aggregator` (see
12573
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12573
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12574
12574
  * provider. Splitting the public aggregator from the raw collection
12575
12575
  * keeps both ends in codegen — there's no hand-written
12576
12576
  * `addon-pages.router.ts` wrapper anymore.
@@ -12753,7 +12753,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12753
12753
  * manual reload — same scheme used by `addon-pages`.
12754
12754
  *
12755
12755
  * The hub-local builtin `addon-widgets-aggregator` (see
12756
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12756
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12757
12757
  * provider. Splitting the public aggregator from the raw collection
12758
12758
  * keeps both ends in codegen — there's no hand-written wrapper.
12759
12759
  */
@@ -14104,7 +14104,7 @@ var SnapshotImageSchema = object({
14104
14104
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
14105
14105
  *
14106
14106
  * - **Wrapper** providers (kind:'wrapper'): register as a system
14107
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
14107
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
14108
14108
  * wrapper owns the cache and invokes the native via
14109
14109
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
14110
14110
  *
@@ -15549,7 +15549,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15549
15549
  * clients — they reverse-connect to the hub. Exposing their interfaces
15550
15550
  * via the same surface would leak internal topology with no upside.
15551
15551
  *
15552
- * Implementation in `@camstack/core/builtins/local-network/`.
15552
+ * Implementation in `@camstack/system/builtins/local-network/`.
15553
15553
  */
15554
15554
  /** Coarse classification derived from the interface name + IP range. */
15555
15555
  var InterfaceKindEnum = _enum([
@@ -16096,7 +16096,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
16096
16096
  * jitter, and observed/peak bandwidth per device + per client.
16097
16097
  *
16098
16098
  * Implementation lives in the server's `NetworkQualityService` (thin
16099
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
16099
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
16100
16100
  * The provider is registered from `trpc.router.ts` against the existing
16101
16101
  * service instance — no addon owns this state.
16102
16102
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-onvif",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ONVIF camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",
@@ -66,7 +66,7 @@
66
66
  "zod": "^4.3.6"
67
67
  },
68
68
  "peerDependencies": {
69
- "@camstack/types": "^0.1.0"
69
+ "@camstack/types": "*"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@camstack/types": "*",