diff --git a/components/notion/package.json b/components/notion/package.json index 7fbb305fef49d..72bfe730977f0 100644 --- a/components/notion/package.json +++ b/components/notion/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/notion", - "version": "0.2.5", + "version": "0.2.6", "description": "Pipedream Notion Components", "main": "notion.app.mjs", "keywords": [ diff --git a/components/notion/sources/updated-page/updated-page.mjs b/components/notion/sources/updated-page/updated-page.mjs index 2c7d16e6e7ed6..8df7f1e15855b 100644 --- a/components/notion/sources/updated-page/updated-page.mjs +++ b/components/notion/sources/updated-page/updated-page.mjs @@ -9,7 +9,7 @@ export default { key: "notion-updated-page", name: "Updated Page in Database", /* eslint-disable-line pipedream/source-name */ description: "Emit new event when a page in a database is updated. To select a specific page, use `Updated Page ID` instead", - version: "0.1.3", + version: "0.1.4", type: "source", dedupe: "unique", props: { @@ -38,6 +38,11 @@ export default { description: "Only emit events when one or more of the selected properties have changed", optional: true, }, + alert: { + type: "alert", + alertType: "info", + content: "Source not saving? Your database might be too large. If deployment takes longer than one minute, an error will occur.", + }, }, hooks: { async activate() { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7ffe6d5461c1..b13dbf25301b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30660,6 +30660,8 @@ snapshots: '@putout/operator-filesystem': 5.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3)) '@putout/operator-json': 2.2.0 putout: 36.13.1(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - supports-color '@putout/operator-regexp@1.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3))': dependencies: