gatsby-source-notion-churnotion 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/getPage.js +0 -1
- package/package.json +1 -1
package/dist/api/getPage.js
CHANGED
@@ -114,7 +114,6 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
|
|
114
114
|
category_list: categoryPath,
|
115
115
|
children: [],
|
116
116
|
internal: {
|
117
|
-
owner: "a",
|
118
117
|
type: constants_1.NODE_TYPE.Post,
|
119
118
|
contentDigest: crypto_1.default
|
120
119
|
.createHash(`md5`)
|
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.
|
4
|
+
"version": "1.0.6",
|
5
5
|
"skipLibCheck": true,
|
6
6
|
"license": "0BSD",
|
7
7
|
"main": "./dist/gatsby-node.js",
|