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