@wolkabout/commons 0.0.6 → 0.0.8

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/index.d.ts CHANGED
@@ -184,7 +184,7 @@ interface Feature {
184
184
  name: string;
185
185
  icon: SvgIcon;
186
186
  order: number;
187
- route: string;
187
+ entryRoute: string;
188
188
  translationPrefix: string;
189
189
  permission?: string | string[];
190
190
  primaryColor?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.11",
6
6
  "@angular/common": "^20.3.9",