@camstack/addon-advanced-notifier 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 +4 -4
- package/dist/addon.mjs +4 -4
- package/package.json +2 -2
package/dist/addon.js
CHANGED
|
@@ -12196,7 +12196,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12196
12196
|
* rebuilds without manual reload.
|
|
12197
12197
|
*
|
|
12198
12198
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12199
|
-
* `@camstack/
|
|
12199
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12200
12200
|
* provider. Splitting the public aggregator from the raw collection
|
|
12201
12201
|
* keeps both ends in codegen — there's no hand-written
|
|
12202
12202
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12379,7 +12379,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12379
12379
|
* manual reload — same scheme used by `addon-pages`.
|
|
12380
12380
|
*
|
|
12381
12381
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12382
|
-
* `@camstack/
|
|
12382
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12383
12383
|
* provider. Splitting the public aggregator from the raw collection
|
|
12384
12384
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12385
12385
|
*/
|
|
@@ -15110,7 +15110,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15110
15110
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15111
15111
|
* via the same surface would leak internal topology with no upside.
|
|
15112
15112
|
*
|
|
15113
|
-
* Implementation in `@camstack/
|
|
15113
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15114
15114
|
*/
|
|
15115
15115
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15116
15116
|
var InterfaceKindEnum = _enum([
|
|
@@ -15657,7 +15657,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15657
15657
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15658
15658
|
*
|
|
15659
15659
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15660
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15660
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15661
15661
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15662
15662
|
* service instance — no addon owns this state.
|
|
15663
15663
|
*
|
package/dist/addon.mjs
CHANGED
|
@@ -12192,7 +12192,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12192
12192
|
* rebuilds without manual reload.
|
|
12193
12193
|
*
|
|
12194
12194
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12195
|
-
* `@camstack/
|
|
12195
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12196
12196
|
* provider. Splitting the public aggregator from the raw collection
|
|
12197
12197
|
* keeps both ends in codegen — there's no hand-written
|
|
12198
12198
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12375,7 +12375,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12375
12375
|
* manual reload — same scheme used by `addon-pages`.
|
|
12376
12376
|
*
|
|
12377
12377
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12378
|
-
* `@camstack/
|
|
12378
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12379
12379
|
* provider. Splitting the public aggregator from the raw collection
|
|
12380
12380
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12381
12381
|
*/
|
|
@@ -15106,7 +15106,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15106
15106
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15107
15107
|
* via the same surface would leak internal topology with no upside.
|
|
15108
15108
|
*
|
|
15109
|
-
* Implementation in `@camstack/
|
|
15109
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15110
15110
|
*/
|
|
15111
15111
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15112
15112
|
var InterfaceKindEnum = _enum([
|
|
@@ -15653,7 +15653,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15653
15653
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15654
15654
|
*
|
|
15655
15655
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15656
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15656
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15657
15657
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15658
15658
|
* service instance — no addon owns this state.
|
|
15659
15659
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-advanced-notifier",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Rules-based notification engine for CamStack",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"publish": "npm publish --access public"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@camstack/types": "
|
|
51
|
+
"@camstack/types": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@camstack/types": "*",
|