gatsby-source-notion-churnotion 1.0.82 → 1.0.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -141,7 +141,6 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
141
141
  const bookNodeId = createNodeId(`${bookId}-book`);
142
142
  const bookNode = getNode(bookNodeId);
143
143
  const [imageNode, tableOfContents, updatedBlocks, rawText] = await (0, processor_1.processor)(pageData.results, actions, getCache, createNodeId, reporter, cache);
144
- reporter.error(`[Test] ${page.properties?.description?.rich_text?.[0]?.plain_text}`);
145
144
  const postNode = {
146
145
  id: nodeId,
147
146
  category: parentCategoryId,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-source-notion-churnotion",
3
3
  "description": "Gatsby plugin that can connect with One Notion Database RECURSIVELY using official API",
4
- "version": "1.0.82",
4
+ "version": "1.0.83",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",