@luigi-project/core-modular 0.0.5-dev.202604160059 → 0.0.5-dev.202604170058

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.5-dev.202604160059"
21
+ "version": "0.0.5-dev.202604170058"
22
22
  }
@@ -313,7 +313,7 @@ export declare const RoutingHelpers: {
313
313
  * @returns a string representing the full route from the root to the given node, including query parameters if provided.
314
314
  */
315
315
  buildRoute(node: Node, path: string, params?: string): string;
316
- substituteViewUrl(viewUrl: string, pathParams: Record<string, string>, luigi: Luigi): string;
316
+ substituteViewUrl(node: Node, pathParams: Record<string, string>, luigi: Luigi): string;
317
317
  /**
318
318
  * Generates a sub-path for a given node by replacing dynamic parameters in the node's path with actual values from pathParams.
319
319
  * @param node - The node for which to generate the sub-path. It is expected to have a `pathSegment` property and optionally a `parent` property pointing to its parent node.