gatsby-source-notion-database
Advanced tools
Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "gatsby-source-notion-database", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "Load data from Notion's database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ const getPageHtml = require('./getPageHtml') | ||
const cachePathName = '.cache/.notion' | ||
const cachePathName = 'public/.notion' | ||
@@ -9,0 +9,0 @@ function updateCacheData(item) { |