gatsby-source-notion-contents
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -34,9 +34,15 @@ "use strict"; | ||
})); | ||
pages.forEach(({ | ||
pages.filter(({ | ||
page: { | ||
title, | ||
titleString, | ||
content | ||
} | ||
}) => Boolean(title) && Boolean(titleString) && Boolean(content)).forEach(({ | ||
id, | ||
page: { | ||
type, | ||
titleString: description = '', | ||
title = '', | ||
content = '', | ||
titleString: description, | ||
title, | ||
content, | ||
resource = '' | ||
@@ -43,0 +49,0 @@ } |
{ | ||
"name": "gatsby-source-notion-contents", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Get gatsby sources from notion", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5939
62