gatsby-source-notion-churnotion 1.0.85 → 1.0.87

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,7 +71,6 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
71
71
  ...bookNode,
72
72
  book_category: categoryNode.id,
73
73
  internal: {
74
- ...bookNode.internal,
75
74
  contentDigest: crypto_1.default
76
75
  .createHash(`md5`)
77
76
  .update(JSON.stringify(bookNode))
@@ -245,7 +244,6 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
245
244
  ...bookNode,
246
245
  book_category: categoryNode.id,
247
246
  internal: {
248
- ...bookNode.internal,
249
247
  contentDigest: crypto_1.default
250
248
  .createHash(`md5`)
251
249
  .update(JSON.stringify(bookNode))
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.85",
4
+ "version": "1.0.87",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",