@camstack/addon-provider-rtsp 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
@@ -15006,7 +15006,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15006
15006
  * rebuilds without manual reload.
15007
15007
  *
15008
15008
  * The hub-local builtin `addon-pages-aggregator` (see
15009
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15009
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15010
15010
  * provider. Splitting the public aggregator from the raw collection
15011
15011
  * keeps both ends in codegen — there's no hand-written
15012
15012
  * `addon-pages.router.ts` wrapper anymore.
@@ -15189,7 +15189,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15189
15189
  * manual reload — same scheme used by `addon-pages`.
15190
15190
  *
15191
15191
  * The hub-local builtin `addon-widgets-aggregator` (see
15192
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15192
+ * `@camstack/system/builtins/addon-widgets-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 wrapper.
15195
15195
  */
@@ -16540,7 +16540,7 @@ var SnapshotImageSchema = object({
16540
16540
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16541
16541
  *
16542
16542
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16543
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16543
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16544
16544
  * wrapper owns the cache and invokes the native via
16545
16545
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16546
16546
  *
@@ -17956,7 +17956,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
17956
17956
  * clients — they reverse-connect to the hub. Exposing their interfaces
17957
17957
  * via the same surface would leak internal topology with no upside.
17958
17958
  *
17959
- * Implementation in `@camstack/core/builtins/local-network/`.
17959
+ * Implementation in `@camstack/system/builtins/local-network/`.
17960
17960
  */
17961
17961
  /** Coarse classification derived from the interface name + IP range. */
17962
17962
  var InterfaceKindEnum = _enum([
@@ -18503,7 +18503,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18503
18503
  * jitter, and observed/peak bandwidth per device + per client.
18504
18504
  *
18505
18505
  * Implementation lives in the server's `NetworkQualityService` (thin
18506
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18506
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18507
18507
  * The provider is registered from `trpc.router.ts` against the existing
18508
18508
  * service instance — no addon owns this state.
18509
18509
  *
package/dist/addon.mjs CHANGED
@@ -15005,7 +15005,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15005
15005
  * rebuilds without manual reload.
15006
15006
  *
15007
15007
  * The hub-local builtin `addon-pages-aggregator` (see
15008
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15008
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15009
15009
  * provider. Splitting the public aggregator from the raw collection
15010
15010
  * keeps both ends in codegen — there's no hand-written
15011
15011
  * `addon-pages.router.ts` wrapper anymore.
@@ -15188,7 +15188,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15188
15188
  * manual reload — same scheme used by `addon-pages`.
15189
15189
  *
15190
15190
  * The hub-local builtin `addon-widgets-aggregator` (see
15191
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15191
+ * `@camstack/system/builtins/addon-widgets-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 wrapper.
15194
15194
  */
@@ -16539,7 +16539,7 @@ var SnapshotImageSchema = object({
16539
16539
  * straight from the camera (HTTP snapshot URL, ONVIF action, etc.).
16540
16540
  *
16541
16541
  * - **Wrapper** providers (kind:'wrapper'): register as a system
16542
- * provider (SnapshotAddon in `@camstack/core/builtins/snapshot`). The
16542
+ * provider (SnapshotAddon in `@camstack/system/builtins/snapshot`). The
16543
16543
  * wrapper owns the cache and invokes the native via
16544
16544
  * `ctx.getNativeProvider(snapshotCapability, deviceId)` on miss.
16545
16545
  *
@@ -17955,7 +17955,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
17955
17955
  * clients — they reverse-connect to the hub. Exposing their interfaces
17956
17956
  * via the same surface would leak internal topology with no upside.
17957
17957
  *
17958
- * Implementation in `@camstack/core/builtins/local-network/`.
17958
+ * Implementation in `@camstack/system/builtins/local-network/`.
17959
17959
  */
17960
17960
  /** Coarse classification derived from the interface name + IP range. */
17961
17961
  var InterfaceKindEnum = _enum([
@@ -18502,7 +18502,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18502
18502
  * jitter, and observed/peak bandwidth per device + per client.
18503
18503
  *
18504
18504
  * Implementation lives in the server's `NetworkQualityService` (thin
18505
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18505
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18506
18506
  * The provider is registered from `trpc.router.ts` against the existing
18507
18507
  * service instance — no addon owns this state.
18508
18508
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-rtsp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Generic RTSP camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",
@@ -62,17 +62,15 @@
62
62
  "publish": "npm publish --access public"
63
63
  },
64
64
  "peerDependencies": {
65
- "@camstack/types": "^0.1.0",
65
+ "@camstack/types": "*",
66
66
  "zod": "^4.3.6"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@camstack/types": "*",
70
+ "better-sqlite3": "^12.8.0",
70
71
  "typescript": "~6.0.3",
71
72
  "vite": "^8.0.11",
72
73
  "vitest": "^3.2.4",
73
74
  "zod": "^4.3.6"
74
- },
75
- "dependencies": {
76
- "better-sqlite3": "^12.8.0"
77
75
  }
78
76
  }