monkey-front-core 21.0.30 → 21.0.32

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.30",
3
+ "version": "21.0.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0",
@@ -1387,6 +1387,7 @@ declare class MonkeyEcxLocaleService {
1387
1387
  private loadFromWhitelabel;
1388
1388
  private loadExternal;
1389
1389
  private loadInternal;
1390
+ private loadByFederationSettings;
1390
1391
  private handleValidation;
1391
1392
  apply(): Promise<void>;
1392
1393
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxLocaleService, never>;
Binary file