RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
9.0.0 → 9.1.0
@pronto-tools-and-more/components 9.0.0 → 9.1.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/IIssueListItem/IIsueListItem.d.ts
+1
-0
package/package.json
+1
-1
package/dist/parts/IIssueListItem/IIsueListItem.d.ts
CHANGED
Viewed
@@ -3,4 +3,5 @@ export interface IIssueListItem {
3
3
readonly description: string;
4
4
readonly imageSrc: string;
5
5
readonly properties: any;
6
+
readonly slug: string;
6
7
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@pronto-tools-and-more/components",
3
-
"version": "9.
0
.0",
3
+
"version": "9.
1
.0",
4
4
"description": "",
5
5
"main": "dist/main.js",
6
6
"types": "dist/main.d.ts",