monkey-front-core 21.0.12 → 21.0.14

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.12",
3
+ "version": "21.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0",
@@ -1291,8 +1291,6 @@ declare abstract class MonkeyEcxI18nResolver implements Resolve<boolean> {
1291
1291
  private readonly _injector;
1292
1292
  private readonly _localeId;
1293
1293
  private readonly _bootstrapService;
1294
- private readonly _i18nPath;
1295
- private readonly _i18nAlias;
1296
1294
  private readonly _tokenStorageService;
1297
1295
  private static _loadedPaths;
1298
1296
  constructor();
Binary file