@luigi-project/core-modular 0.0.4-dev.202603170045 → 0.0.4-dev.202603190049

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
@@ -18,5 +18,5 @@
18
18
  "micro-frontends",
19
19
  "microfrontends"
20
20
  ],
21
- "version": "0.0.4-dev.202603170045"
21
+ "version": "0.0.4-dev.202603190049"
22
22
  }
@@ -194,6 +194,8 @@ export interface NavigationOptions {
194
194
  fromClosestContext?: boolean;
195
195
  fromVirtualTreeRoot?: boolean;
196
196
  fromParent?: boolean;
197
+ relative?: any;
198
+ nodeParams?: Record<string, any>;
197
199
  }
198
200
  export interface NavigationRequestBase {
199
201
  preventContextUpdate?: boolean;