@storefront-x/blog-magento
Advanced tools
Comparing version 0.2.8 to 1.0.0
@@ -14,4 +14,6 @@ import toDate from '#ioc/utils/date/toDate' | ||
listThumbnail: useOriginalImage(data.list_thumbnail ?? ''), | ||
metaTitle: data.meta_title ?? '', | ||
metaDescription: data.meta_description ?? '', | ||
meta: { | ||
title: data.meta_title ?? '', | ||
description: data.meta_description ?? '', | ||
}, | ||
}) | ||
@@ -18,0 +20,0 @@ |
{ | ||
"name": "@storefront-x/blog-magento", | ||
"version": "0.2.8", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "type": "module", | ||
}, | ||
"gitHead": "4e2175b6ab529a9d218bea0c81186e2d7601a1b9" | ||
"gitHead": "3f8f5602e6761df837b6387d4d3a105fd3465509" | ||
} |
@@ -27,3 +27,3 @@ import BlogPosts from '#ioc/graphql/queries/BlogPosts' | ||
return { | ||
blogPosts: amBlogPosts.items.map(ToBlogPost), | ||
blogPosts: amBlogPosts?.items?.map(ToBlogPost) || [], | ||
blogPostsSize: amBlogPosts.all_post_size, | ||
@@ -30,0 +30,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7498
14
235
1