gatsby-source-notion-churnotion 1.1.22 → 1.1.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -166,7 +166,7 @@ const getPages = async ({ databaseId, reporter, getCache, actions, createNode, c
166
166
  update_date: (0, formatDate_1.useFormatDate)(page.last_edited_time),
167
167
  version: page.properties?.version?.number || null,
168
168
  description: page.properties?.description?.rich_text?.[0]?.plain_text ||
169
- rawText.substring(0, 200),
169
+ rawText.substring(0, 400),
170
170
  slug: slug,
171
171
  category_list: categoryPath,
172
172
  children: [],
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.1.22",
4
+ "version": "1.1.23",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",