RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
9.13.0 → 9.14.0
@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.
Files changed (2)
hide
show
package/dist/parts/ICategoryItem/ICategoryItem.d.ts
+1
-0
package/package.json
+1
-1
package/dist/parts/ICategoryItem/ICategoryItem.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",