gatsby-source-notion-contents
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -25,4 +25,5 @@ "use strict"; | ||
pages.forEach(({ | ||
id, | ||
page: { | ||
id, | ||
titleString: description, | ||
title, | ||
@@ -42,3 +43,4 @@ content, | ||
content: page, | ||
contentDigest: createContentDigest(page) | ||
contentDigest: createContentDigest(page), | ||
description | ||
} | ||
@@ -45,0 +47,0 @@ }; |
{ | ||
"name": "gatsby-source-notion-contents", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Get gatsby sources from notion", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"@babel/runtime": "^7.7.7", | ||
"get-notion-contents": "^2.0.0" | ||
"get-notion-contents": "^2.0.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
3969
46
Updatedget-notion-contents@^2.0.1