@wolkabout/commons 0.0.10 → 0.0.12

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