mesauth-angular 1.15.0 → 1.15.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mesauth-angular",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
5
5
  "keywords": [
6
6
  "angular",
@@ -753,7 +753,7 @@ interface MaUiManifest {
753
753
  features?: Record<string, boolean>;
754
754
  }
755
755
  /** Current installed package version — keep in sync with package.json. */
756
- declare const PACKAGE_VERSION = "1.15.0";
756
+ declare const PACKAGE_VERSION = "1.15.1";
757
757
  /**
758
758
  * Provides server-driven UI configuration loaded from the hosted manifest.
759
759
  * Components read `labels()` and `features()` signals instead of hardcoded strings.