@camstack/addon-notifiers 1.1.19 → 1.1.21

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
@@ -16769,7 +16769,15 @@ var FrameworkPackageStatusSchema = object({
16769
16769
  latestVersion: string().nullable(),
16770
16770
  hasUpdate: boolean(),
16771
16771
  /** Optional manifest description for the row tooltip. */
16772
- description: string().optional()
16772
+ description: string().optional(),
16773
+ /**
16774
+ * Content build-id (md5 of the resolved `dist/` tree) of the code the hub
16775
+ * ACTUALLY loaded. Framework packages ship code changes without always
16776
+ * bumping `currentVersion`, so semver alone hides "same version, new code".
16777
+ * `null` when the dist can't be hashed (not installed / empty). The admin-UI
16778
+ * surfaces this so a stale-code hub is visible even at an unchanged version.
16779
+ */
16780
+ buildId: string().nullable()
16773
16781
  });
16774
16782
  var LogStreamEntrySchema = object({
16775
16783
  timestamp: string(),
package/dist/addon.mjs CHANGED
@@ -16765,7 +16765,15 @@ var FrameworkPackageStatusSchema = object({
16765
16765
  latestVersion: string().nullable(),
16766
16766
  hasUpdate: boolean(),
16767
16767
  /** Optional manifest description for the row tooltip. */
16768
- description: string().optional()
16768
+ description: string().optional(),
16769
+ /**
16770
+ * Content build-id (md5 of the resolved `dist/` tree) of the code the hub
16771
+ * ACTUALLY loaded. Framework packages ship code changes without always
16772
+ * bumping `currentVersion`, so semver alone hides "same version, new code".
16773
+ * `null` when the dist can't be hashed (not installed / empty). The admin-UI
16774
+ * surfaces this so a stale-code hub is visible even at an unchanged version.
16775
+ */
16776
+ buildId: string().nullable()
16769
16777
  });
16770
16778
  var LogStreamEntrySchema = object({
16771
16779
  timestamp: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-notifiers",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "description": "System notifiers addon for CamStack — a `notification-output` collection provider hosting per-kind notifier adapters (ntfy, pushover, gotify, telegram, discord, webhook, zentik).",
5
5
  "keywords": [
6
6
  "camstack",