monkey-front-core 21.0.0 → 21.0.1

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.0",
3
+ "version": "21.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.6",
6
6
  "@angular/core": "^21.0.6",
@@ -1276,7 +1276,7 @@ declare abstract class MonkeyEcxBaseResolver implements Resolve<any> {
1276
1276
  }
1277
1277
 
1278
1278
  declare abstract class MonkeyEcxI18nResolver implements Resolve<boolean> {
1279
- private readonly _injector;
1279
+ private readonly _http;
1280
1280
  private readonly _localeId;
1281
1281
  private readonly _bootstrapService;
1282
1282
  private readonly _tokenStorageService;
Binary file