monkey-front-core 21.0.2 → 21.0.3

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.2",
3
+ "version": "21.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.6",
6
6
  "@angular/core": "^21.0.6",
@@ -1276,6 +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
1280
  private readonly _localeId;
1280
1281
  private readonly _bootstrapService;
1281
1282
  private readonly _tokenStorageService;
Binary file