mesauth-angular 1.17.1 → 1.17.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mesauth-angular",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
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",
|
|
@@ -803,7 +803,7 @@ interface MaUiManifest {
|
|
|
803
803
|
features?: Record<string, boolean>;
|
|
804
804
|
}
|
|
805
805
|
/** Current installed package version — keep in sync with package.json. */
|
|
806
|
-
declare const PACKAGE_VERSION = "1.17.
|
|
806
|
+
declare const PACKAGE_VERSION = "1.17.2";
|
|
807
807
|
/**
|
|
808
808
|
* Provides server-driven UI configuration loaded from the hosted manifest.
|
|
809
809
|
* Components read `labels()` and `features()` signals instead of hardcoded strings.
|