mesauth-angular 1.20.0 → 1.21.0

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.20.0",
3
+ "version": "1.21.0",
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",
@@ -1051,7 +1051,7 @@ interface MaUiManifest {
1051
1051
  quickPrompts?: string[];
1052
1052
  }
1053
1053
  /** Current installed package version — keep in sync with package.json. */
1054
- declare const PACKAGE_VERSION = "1.19.0";
1054
+ declare const PACKAGE_VERSION = "1.21.0";
1055
1055
  /**
1056
1056
  * Provides server-driven UI configuration loaded from the hosted manifest.
1057
1057
  * Components read `labels()` and `features()` signals instead of hardcoded strings.