@camstack/addon-pipeline-orchestrator 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/index.js CHANGED
@@ -12926,7 +12926,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12926
12926
  * rebuilds without manual reload.
12927
12927
  *
12928
12928
  * The hub-local builtin `addon-pages-aggregator` (see
12929
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12929
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12930
12930
  * provider. Splitting the public aggregator from the raw collection
12931
12931
  * keeps both ends in codegen — there's no hand-written
12932
12932
  * `addon-pages.router.ts` wrapper anymore.
@@ -13115,7 +13115,7 @@ var addonWidgetsSourceCapability = {
13115
13115
  * manual reload — same scheme used by `addon-pages`.
13116
13116
  *
13117
13117
  * The hub-local builtin `addon-widgets-aggregator` (see
13118
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
13118
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
13119
13119
  * provider. Splitting the public aggregator from the raw collection
13120
13120
  * keeps both ends in codegen — there's no hand-written wrapper.
13121
13121
  */
@@ -15997,7 +15997,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15997
15997
  * clients — they reverse-connect to the hub. Exposing their interfaces
15998
15998
  * via the same surface would leak internal topology with no upside.
15999
15999
  *
16000
- * Implementation in `@camstack/core/builtins/local-network/`.
16000
+ * Implementation in `@camstack/system/builtins/local-network/`.
16001
16001
  */
16002
16002
  /** Coarse classification derived from the interface name + IP range. */
16003
16003
  var InterfaceKindEnum = _enum([
@@ -16544,7 +16544,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
16544
16544
  * jitter, and observed/peak bandwidth per device + per client.
16545
16545
  *
16546
16546
  * Implementation lives in the server's `NetworkQualityService` (thin
16547
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
16547
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
16548
16548
  * The provider is registered from `trpc.router.ts` against the existing
16549
16549
  * service instance — no addon owns this state.
16550
16550
  *
package/dist/index.mjs CHANGED
@@ -12922,7 +12922,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12922
12922
  * rebuilds without manual reload.
12923
12923
  *
12924
12924
  * The hub-local builtin `addon-pages-aggregator` (see
12925
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12925
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12926
12926
  * provider. Splitting the public aggregator from the raw collection
12927
12927
  * keeps both ends in codegen — there's no hand-written
12928
12928
  * `addon-pages.router.ts` wrapper anymore.
@@ -13111,7 +13111,7 @@ var addonWidgetsSourceCapability = {
13111
13111
  * manual reload — same scheme used by `addon-pages`.
13112
13112
  *
13113
13113
  * The hub-local builtin `addon-widgets-aggregator` (see
13114
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
13114
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
13115
13115
  * provider. Splitting the public aggregator from the raw collection
13116
13116
  * keeps both ends in codegen — there's no hand-written wrapper.
13117
13117
  */
@@ -15993,7 +15993,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15993
15993
  * clients — they reverse-connect to the hub. Exposing their interfaces
15994
15994
  * via the same surface would leak internal topology with no upside.
15995
15995
  *
15996
- * Implementation in `@camstack/core/builtins/local-network/`.
15996
+ * Implementation in `@camstack/system/builtins/local-network/`.
15997
15997
  */
15998
15998
  /** Coarse classification derived from the interface name + IP range. */
15999
15999
  var InterfaceKindEnum = _enum([
@@ -16540,7 +16540,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
16540
16540
  * jitter, and observed/peak bandwidth per device + per client.
16541
16541
  *
16542
16542
  * Implementation lives in the server's `NetworkQualityService` (thin
16543
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
16543
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
16544
16544
  * The provider is registered from `trpc.router.ts` against the existing
16545
16545
  * service instance — no addon owns this state.
16546
16546
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-pipeline-orchestrator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Hub-side camera-to-agent load balancer — tracks runner capacity and dispatches attachCamera calls to the optimal pipeline-runner instance",
5
5
  "keywords": [
6
6
  "camstack",
@@ -76,7 +76,7 @@
76
76
  "test": "vitest run"
77
77
  },
78
78
  "peerDependencies": {
79
- "@camstack/types": "^0.1.0",
79
+ "@camstack/types": "*",
80
80
  "react": ">=18",
81
81
  "react-dom": ">=18"
82
82
  },