@infomaximum/module-expander
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ## [3.0.0-8](https://github.com/Infomaximum/module-expander/compare/v3.0.0-7...v3.0.0-8) (2025-04-29) | ||
| ### Bug Fixes | ||
| * types ([917fc6c](https://github.com/Infomaximum/module-expander/commit/917fc6c5f1b6fbc49ca046b4296e0a23d433f30d)) | ||
| ## [3.0.0-7](https://github.com/Infomaximum/module-expander/compare/v3.0.0-6...v3.0.0-7) (2025-04-28) | ||
@@ -7,0 +14,0 @@ |
+2
-2
| type Route = { | ||
| key: string; | ||
| routes: Route[]; | ||
| key?: string; | ||
| routes?: Route[]; | ||
| childRoutesFilter?(...args: any[]): boolean; | ||
@@ -5,0 +5,0 @@ }; |
+1
-1
| { | ||
| "name": "@infomaximum/module-expander", | ||
| "version": "3.0.0-7", | ||
| "version": "3.0.0-8", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
168998
0.14%