@lowcodeunit/applications-flow-common 1.37.157-new-routes-page-setup → 1.37.159-merge

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.
@@ -18,7 +18,7 @@ export declare class ApplicationsCardComponent implements OnInit {
18
18
  [lookup: string]: EaCApplicationAsCode;
19
19
  };
20
20
  protected get ApplicationRoutes(): Array<string>;
21
- protected get CurrentRouteApplicationLookups(): Array<string>;
21
+ get CurrentRouteApplicationLookups(): Array<string>;
22
22
  protected get RoutedApplications(): {
23
23
  [route: string]: {
24
24
  [lookup: string]: EaCApplicationAsCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.37.157-new-routes-page-setup",
3
+ "version": "1.37.159-merge",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },