diff --git a/components/notion/actions/append-block/append-block.mjs b/components/notion/actions/append-block/append-block.mjs index 4c27d4132b82e..27c6165e5e0fe 100644 --- a/components/notion/actions/append-block/append-block.mjs +++ b/components/notion/actions/append-block/append-block.mjs @@ -6,7 +6,7 @@ export default { key: "notion-append-block", name: "Append Block to Parent", description: "Creates and appends blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)", - version: "0.2.14", + version: "0.2.15", type: "action", props: { notion, @@ -48,6 +48,7 @@ export default { }, }, methods: { + ...base.methods, chunkArray(array, chunkSize = 100) { const chunks = []; for (let i = 0; i < array.length; i += chunkSize) { diff --git a/components/notion/package.json b/components/notion/package.json index 61cc6a3554aff..8e70c22c2c7b2 100644 --- a/components/notion/package.json +++ b/components/notion/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/notion", - "version": "0.2.2", + "version": "0.2.3", "description": "Pipedream Notion Components", "main": "notion.app.mjs", "keywords": [