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.
@@ -1223,7 +1223,7 @@ class MonkeyEcxConfigsService {
1223
1223
  set styleGuide(data) {
1224
1224
  this._styleGuide$.next(data);
1225
1225
  }
1226
- federationsSettings(key) {
1226
+ federationSettings(key) {
1227
1227
  try {
1228
1228
  const { value } = this._bootstrap$;
1229
1229
  if (value) {