@acorex/platform 20.9.11 → 20.9.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.9.11",
3
+ "version": "20.9.12",
4
4
  "peerDependencies": {
5
5
  "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
6
6
  "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0 || ^21.0.3-next.0",
@@ -534,6 +534,7 @@ declare class AXPBrowserTitleService {
534
534
  private readonly tabNavigation;
535
535
  private readonly menuService;
536
536
  private readonly sessionService;
537
+ private readonly platformConfig;
537
538
  private readonly router;
538
539
  private readonly destroyRef;
539
540
  private readonly simpleModePageTitle;