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, Node, NodeInput, Reporter } from "gatsby";
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: (this: void, args: {
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>;
@@ -15,7 +15,6 @@ const processBlocks = async (blocks, actions, getCache, createNodeId, reporter,
15
15
  internal: {
16
16
  type: "MdBlock",
17
17
  contentDigest: createNodeId(JSON.stringify(block)),
18
- owner: blockNodeId,
19
18
  },
20
19
  };
21
20
  createNode(blockNode);
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.44",
4
+ "version": "1.0.45",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",