@camstack/addon-export-ha-mqtt 1.1.17 → 1.1.19
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.
|
@@ -16635,7 +16635,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16635
16635
|
latestVersion: string().nullable(),
|
|
16636
16636
|
hasUpdate: boolean(),
|
|
16637
16637
|
/** Optional manifest description for the row tooltip. */
|
|
16638
|
-
description: string().optional()
|
|
16638
|
+
description: string().optional(),
|
|
16639
|
+
/**
|
|
16640
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16641
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16642
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16643
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16644
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16645
|
+
*/
|
|
16646
|
+
buildId: string().nullable()
|
|
16639
16647
|
});
|
|
16640
16648
|
var LogStreamEntrySchema = object({
|
|
16641
16649
|
timestamp: string(),
|
|
@@ -16633,7 +16633,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16633
16633
|
latestVersion: string().nullable(),
|
|
16634
16634
|
hasUpdate: boolean(),
|
|
16635
16635
|
/** Optional manifest description for the row tooltip. */
|
|
16636
|
-
description: string().optional()
|
|
16636
|
+
description: string().optional(),
|
|
16637
|
+
/**
|
|
16638
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16639
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16640
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16641
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16642
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16643
|
+
*/
|
|
16644
|
+
buildId: string().nullable()
|
|
16637
16645
|
});
|
|
16638
16646
|
var LogStreamEntrySchema = object({
|
|
16639
16647
|
timestamp: string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-ha-mqtt",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19",
|
|
4
4
|
"description": "HomeAssistant MQTT discovery exporter for CamStack devices. Publishes discovery topics so HA auto-creates entities for exposed cameras/switches/intercoms/sensors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|