mesauth-angular 1.16.1 → 1.16.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.16.
|
|
3
|
+
"version": "1.16.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",
|
|
@@ -790,7 +790,7 @@ interface MaUiManifest {
|
|
|
790
790
|
features?: Record<string, boolean>;
|
|
791
791
|
}
|
|
792
792
|
/** Current installed package version — keep in sync with package.json. */
|
|
793
|
-
declare const PACKAGE_VERSION = "1.16.
|
|
793
|
+
declare const PACKAGE_VERSION = "1.16.2";
|
|
794
794
|
/**
|
|
795
795
|
* Provides server-driven UI configuration loaded from the hosted manifest.
|
|
796
796
|
* Components read `labels()` and `features()` signals instead of hardcoded strings.
|