@pronto-tools-and-more/components 9.13.0 → 9.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,4 +2,5 @@ export interface ICategoryItem {
2
2
  readonly name: string;
3
3
  readonly id: string;
4
4
  readonly language: string;
5
+ readonly type: string;
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "9.13.0",
3
+ "version": "9.14.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",