gatsby-source-notion-database
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "gatsby-source-notion-database", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Load data from Notion's database", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"notabase": "^0.6.7", | ||
"notabase": "^0.6.9", | ||
"puppeteer": "^1.19.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -64,5 +64,5 @@ const getPageHtml = require('./getPageHtml') | ||
resFk[`${property}___NODE`] = res.map(i => createNodeId(i.id)) | ||
data[property] = res | ||
data = { ...data, ...resFk } | ||
} | ||
data[property] = res | ||
data = { ...data, ...resFk } | ||
}) | ||
@@ -69,0 +69,0 @@ |
9560
Updatednotabase@^0.6.9