gatsby-source-notion-churnotion 1.0.44 → 1.0.45
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,3 @@
|
|
1
|
-
import { Actions, GatsbyCache,
|
1
|
+
import { Actions, GatsbyCache, Reporter } from "gatsby";
|
2
2
|
import { MdBlock } from "notion-to-md/build/types";
|
3
|
-
export declare const processBlocks: (blocks: MdBlock[], actions: Actions, getCache: (this: void, id: string) => GatsbyCache, createNodeId: (this: void, input: string) => string, reporter: Reporter, createParentChildLink:
|
4
|
-
parent: Node;
|
5
|
-
child: NodeInput;
|
6
|
-
}, plugin?: {
|
7
|
-
name: string;
|
8
|
-
}) => void) => Promise<string | null>;
|
3
|
+
export declare const processBlocks: (blocks: MdBlock[], actions: Actions, getCache: (this: void, id: string) => GatsbyCache, createNodeId: (this: void, input: string) => string, reporter: Reporter, createParentChildLink: any) => Promise<string | null>;
|
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.45",
|
5
5
|
"skipLibCheck": true,
|
6
6
|
"license": "0BSD",
|
7
7
|
"main": "./dist/gatsby-node.js",
|