@luigi-project/client
Advanced tools
Comparing version 2.18.4-dev.202412180032 to 2.18.4-dev.202412190033
@@ -339,2 +339,11 @@ // Type definitions for Luigi Client web components | ||
hasBack: () => boolean; | ||
/** | ||
* Gets the luigi route associated with the current micro frontend. | ||
* @returns {promise} a promise which resolves to a String value specifying the current luigi route | ||
* @since NEXTRELEASE | ||
* @example | ||
* LuigiClient.linkManager().getCurrentRoute(); | ||
*/ | ||
getCurrentRoute: () => Promise<string>; | ||
} | ||
@@ -341,0 +350,0 @@ |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "2.18.4-dev.202412180032" | ||
"version": "2.18.4-dev.202412190033" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215715
1555