monkey-front-core 21.0.3 → 21.0.4

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.6",
6
6
  "@angular/core": "^21.0.6",
@@ -1316,7 +1316,7 @@ declare class MonkeyEcxConfigsService {
1316
1316
  set whiteLabel(data: MonkeyEcxWhiteLabel);
1317
1317
  get styleGuide(): Observable<MonkeyEcxStyleGuide | null>;
1318
1318
  set styleGuide(data: MonkeyEcxStyleGuide);
1319
- federationsSettings(key: string): {
1319
+ federationSettings(key: string): {
1320
1320
  [key: string]: string;
1321
1321
  host: string;
1322
1322
  parentPath: string;
Binary file