gatsby-source-notion-churnotion 1.0.96 → 1.0.97
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/onPostBootstrap.js +1 -0
- package/package.json +1 -1
package/dist/onPostBootstrap.js
CHANGED
@@ -91,6 +91,7 @@ const onPostBootstrap = async ({ actions, getNode, getNodesByType, createNodeId,
|
|
91
91
|
}
|
92
92
|
else {
|
93
93
|
const ssd = await getSpaceSeparatedDoc(await getTextFromRawText(doc.text));
|
94
|
+
reporter.info(`[TEST] ${ssd}`);
|
94
95
|
tfidf.addDocument(ssd);
|
95
96
|
await cache.set(key, ssd);
|
96
97
|
}
|
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.97",
|
5
5
|
"skipLibCheck": true,
|
6
6
|
"license": "0BSD",
|
7
7
|
"main": "./dist/gatsby-node.js",
|