gatsby-source-notion-churnotion 1.0.49 → 1.0.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ const processBlocks = async (blocks, actions, getCache, createNodeId, reporter)
28
28
  });
29
29
  if (fileNode) {
30
30
  block.image = {
31
- id: fileNode.id,
31
+ fileId: fileNode.id,
32
32
  caption: block.image.caption,
33
33
  };
34
34
  if (!thumbnail)
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.49",
4
+ "version": "1.0.50",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",