@omnia/management-system 7.10.0-preview.3 → 7.10.0-preview.4

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.
@@ -8,6 +8,7 @@ export declare enum ProcessRendererOptions {
8
8
  declare class InternalOPMRouter extends TokenBasedRouter<OPMRoute, OPMRouteStateData> {
9
9
  private currentProcessStore;
10
10
  private multilingualStore;
11
+ private omniaCtx;
11
12
  private currentTitle;
12
13
  private currentProcessId;
13
14
  private currentProcessStepId;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.3",
4
+ "version": "7.10.0-preview.4",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"